aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/android
AgeCommit message (Expand)Author
2014-02-18ANDROID: Make GPL headers consistent in themselves.Johannes Schickel
2014-01-27ANDROID: Fix a race conditionJoel Teichroeb
2014-01-23ANDROID: Add 32bpp support.Alyssa Milburn
2014-01-10ANDROID: Set correct blending functionMarcus Comstedt
2013-10-09ANDROID: Really fix compilation.D G Turner
2013-10-09ANDROID: Fix compilation.D G Turner
2013-10-08Merge pull request #372 from zeldin/ouyaDavid Turner
2013-08-18ANDROID: Add some margins when screen is a TVMarcus Comstedt
2013-08-08ANDROID: Enter main menu on middle mouse pressMarcus Comstedt
2013-08-08ANDROID: Add support for joystick motionMarcus Comstedt
2013-08-08ANDROID: Add gamepad button supportMarcus Comstedt
2013-08-07ANDROID: Add OUYA icon and intentMarcus Comstedt
2013-08-06ANDROID: Do not access Surface::pixels directly.Johannes Schickel
2013-07-04Merge pull request #331 from sev-/gsoc2012-eventsrecorderEugene Sandulenko
2013-05-17RECORDER: Implement Events RecorderEugene Sandulenko
2013-05-16ANDROID: Disable parachute slot 0 saves.Alyssa Milburn
2013-05-16ANDROID: Force htc_fail for all Android devices, for now.Alyssa Milburn
2013-05-16ANDROID: Ignore subdirectories of asset archives.Alyssa Milburn
2013-05-16ANDROID: Delete local JNI references to asset data/classes.Alyssa Milburn
2012-12-28ANDROID: Minor fixes to build-specific makefile.D G Turner
2012-12-24ANDROID: Remove parameter forcing use of Modern theme.D G Turner
2012-10-21ANDROID: Fixed tapping touchpad not sending left clicksLauri Härsilä
2012-10-19ANDROID: Mouse and stylus supportLauri Härsilä
2012-08-15ANDROID: Remove unused GL_OES_draw_texture code.Alyssa Milburn
2012-07-06Merge pull request #235 from tobigun/android-themeJohannes Schickel
2012-06-20ANDROID: Fix compilation broken with changes to grabOverlay.Johannes Schickel
2012-06-20Merge pull request #246 from lordhoto/osystem-void-buffersJohannes Schickel
2012-06-16ALL: Let overlay related methods in OSystem take a void * and use a proper pi...Johannes Schickel
2012-06-16BACKENDS: Make OSystem::setMouseCursor take a "const void *" buffer.Johannes Schickel
2012-06-16BACKENDS: Let copyRectToScreen take a "const void *" instead of "const byte *...Johannes Schickel
2012-06-09COMMON: Add tm_wday to our TimeDate structMatthew Hoops
2012-06-03ALL: Replace cursorTargetScale in OSystem API with a simple "do not scale" lo...Johannes Schickel
2012-04-29ANDROID: disable compression for zip-file assets and recompress uncompressed ...Tobias Gunkel
2012-02-27KEYMAPPER: Rename HardwareKey to HardwareInputTarek Soliman
2012-02-21KEYMAPPER: Remove automapping dead codeTarek Soliman
2012-02-10JANITORIAL: Fix template definition whitespaceTarek Soliman
2012-02-03ANDROID: Add faked input delay.Alyssa Milburn
2012-01-07KEYMAPPER: Constantify global keymap nameTarek Soliman
2011-12-13ANDROID: Fix assert in JavaInputStream (thanks clone2727).Alyssa Milburn
2011-12-13ANDROID: Fix compilation by adapting to latest Archive changes (thanks LordHo...Alyssa Milburn
2011-11-16COMMON: Rename Common::set_to to Common::fill.Johannes Schickel
2011-10-28ANDROID: Actually create the savegame directory.Alyssa Milburn
2011-10-25ANDROID: Match versions when checking for plugins.Alyssa Milburn
2011-10-25ANDROID: Point the default savepath to external storage.Alyssa Milburn
2011-10-25ANDROID: Move from org.inodes.gus to org.scummvm.Alyssa Milburn
2011-10-22ANDROID: Fix plugins on Android 3.1+.Alyssa Milburn
2011-10-21ANDROID: Delete _timerManager in OSystem_Android's destructor.Alyssa Milburn
2011-08-07JANITORIAL: Remove trailing empty lines.Christoph Mallon
2011-06-23ANDROID: Allow use of abort() in JNI classLittleboy
2011-06-18ANDROID: Fix kFeatureCursorPalette.Alyssa Milburn