pluotsorbet/java
Yuan Xulei 9540097156 Fix isLowerCase and isLowerCase bug. 2015-01-08 19:03:07 +08:00
..
assets/0 Add PIM classes from phoneME 2014-08-14 12:47:19 -07:00
cldc1.1.1 Fix isLowerCase and isLowerCase bug. 2015-01-08 19:03:07 +08:00
custom correct various representations of roots and paths 2014-12-29 01:47:53 -08:00
jsr-075 Fix FileConnection.java file encoding 2014-11-20 23:42:56 +01:00
midp Merge pull request #622 from marco-c/remove_some_classes_from_custom 2014-11-19 15:31:46 -08:00
tools Add modified javax.microedition.location.* from phoneme_feature. 2014-10-24 17:54:34 +08:00
vm/com/sun/cldchi add midp 2014-07-29 17:02:28 -07:00
Makefile Overwrite reference implementation files with custom ones instead of building both 2014-11-20 12:44:59 +01:00
README Add a README to java/ to explain the things we change in the phoneME reference implementation 2014-08-19 14:55:05 -07:00

README

List of changes to phoneME:
com/sun/midp/lcdui/DisplayEventConsumer.java - Added a handleGestureEvent function to the interface
javax/microedition/lcdui/Display.java - Added a handleGestureEvent function to handle gesture events
com/sun/midp/lcdui/DisplayEventListener.java - Added code to handle events with type=GESTURE_EVENT
com/sun/midp/events/NativeEvent.java - Added some parameters to handle events with a higher number of parameters (like Gesture events)
com/sun/midp/events/EventTypes.java - Added a new event type (GETURE_EVENT)