pluotsorbet/java
Marco Castelluccio b831401e0e Move the loop that sets the pixels from Java to a JS native. Fixes #315. 2014-09-23 11:22:11 -07:00
..
assets/0 Add PIM classes from phoneME 2014-08-14 12:47:19 -07:00
cldc1.1.1 Move all the *_Reader classes in the same directory 2014-09-03 15:24:00 -07:00
custom Move the loop that sets the pixels from Java to a JS native. Fixes #315. 2014-09-23 11:22:11 -07:00
midp Add com.sun.jsr211.security.SecurityInitializer to SecurityInitializer 2014-09-11 16:52:13 -07:00
vm/com/sun/cldchi add midp 2014-07-29 17:02:28 -07:00
Makefile Move modified phoneME classes to java/custom/ 2014-08-19 16:07:46 -07: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)