OSDN Git Service

* Set AndroidHarness contentView to a TextView (not GLSurfaceView) onDestroy(),...
[mikumikustudio/MikuMikuStudio.git] / engine / src / android / com / jme3 / app / AndroidHarness.java
2013-04-18 shadowisLORD * Set AndroidHarness contentView to a TextView (not...
2013-03-15 iwgeric@gmail.comFix issue with how Android logging is handled.
2013-03-05 remy.bouquet@gmail.comAndroid : FINE or lower log levels are now displayed...
2013-03-04 remy.bouquet@gmail.comAndroid : MultiSampling is now supported on android
2013-03-04 remy.bouquet@gmail.comAndroid : changed the way the pixel config is passed...
2013-02-10 iwgeric@gmail.comCorrect default value for invert mouse events. By...
2013-01-31 normen667- change logging from logger.info() logger.fine and...
2013-01-31 normen667- set logging from Level.INFO to Level.FINE for most...
2012-12-28 iwgericAdd calls to loseFocus and gainFocus when activity...
2012-12-28 iwgericAttempt to clean up some references to help with out...
2012-09-16 iwgericMinor reorganization of how appSettings are created...
2012-09-01 iwgeric@gmail.comAdding Android Sensor support as simulated joysticks...
2012-08-12 potterec@gmail.comRemoving Android Sensor Support (undo r9610). Preparing...
2012-08-04 potterec@gmail.comAdding support for defining external (or internal in...
2012-07-10 ShadowIsLord * Android renderer now supports configuration changes...
2012-06-03 normen667- fix imports across engine
2012-05-29 remy.bouquet@gmail.com- ANDROID Reverted a change in resolution setting,...
2012-05-20 ShadowIsLord * Removed various misc handling code from AndroidHarne...
2012-03-11 remy.bouquet@gmail.comfix NPE in AndroidHarness when quitting (thanks iwgEric)
2012-03-07 remy.bouquet@gmail.comRemoved AndroidHarness specific calls from the OGLESCon...
2012-03-05 remy.bouquet@gmail.comAndroid : OGLESContext can now finish the activity...
2012-02-17 remy.bouquet@gmail.comNull check on audio renderer in the onPause and onResum...
2012-02-15 ShadowIsLord * Applied audio fix patch (thanks prich)
2012-02-11 ShadowIsLordAndroid
2012-01-21 remy.bouquet@gmail.comAdded SpashScreen support for android thanks to iwgeric
2011-12-03 normen667jme3:
2011-12-03 normen667- big refactoring of engine build and cleaning of sourc...
2011-11-27 normen667- add loading of native bullet libraries to AndroidHarn...
2011-09-30 shadowislord * Eclipse classpath no longer includes .svn folders
2011-09-10 shadowislord * Formatting for many android classes which needed...
2011-07-22 kimxilxyongAndroid: fixed logging
2011-07-12 kimxilxyongAndroid: Allow custom app instantiation
2011-07-12 kimxilxyongAndroid: Fixed a race condition in OGLESContext which...
2011-07-05 kimxilxyongAndroid: added mouseEventsInvertY option to Harness
2011-06-30 kimxilxyongAndroid: Fixed deadlock in AndroidHarness.onDestroy...
2011-06-29 kimxilxyongAndroid: Fixed bug in AndroidHarness if appClass can...
2011-06-24 kimxilxyongAndroid: Added first prototype of AndroidAudioRenderer
2011-06-22 kimxilxyongAndroid: added customizable messages to exit dialog
2011-06-21 kimxilxyongAndroid: fixed bug - EGL_SURFACE_TYPE is checked now...
2011-06-17 kimxilxyongAndroid: fixed crash in harness if inputManager is...
2011-06-16 kimxilxyongadded sending of historic events and added exit dialog...
2011-06-12 kimxilxyongAndroid: Added proper OpenGL ES version detection and...
2011-05-29 kimxilxyongAndroid: Fixed race-condition on GLSurfaceView destroy...
2011-05-24 kimxilxyongAndroid: Fixed app lifecycle. If you leave your activit...
2011-05-18 kimxilxyongAndroidHarness integration
2011-03-14 normen667move jme3 to trunk