aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/android
AgeCommit message (Expand)Author
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
2011-06-08BACKENDS: Shuffle backends class hierarchy and module initializationMax Horn
2011-06-07ANDROID: Use OSystem's 'slots' for timer/savefile manager & fsfactoryMax Horn
2011-06-06BACKENDS: Unify AudioCD manager instantiationMax Horn
2011-06-06COMMON: Add kInfo LogMessageType.Alyssa Milburn
2011-06-04BACKENDS: Replace OSystem::disableCursorPalette by setFeatureState callsMax Horn
2011-06-04COMMON: Rename kFeatureCursorHasPalette -> kFeatureCursorPaletteMax Horn
2011-06-01ANDROID: Revert stable-only changes from commit cf41ac0f which I accidentally...Max Horn
2011-06-01Merge branch 'branch-1-3-0' into masterMax Horn
2011-05-25ALL: initialise -> initializeMatthew Hoops
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-05-07ANDROID: Get rid of Fn->ALT metakey mappingdhewg
2011-05-07ANDROID: Get rid of Fn->ALT metakey mappingdhewg
2011-05-03ANDROID: Fix various forbidden symbol clashesMax Horn
2011-05-03BACKENDS: Allow various files to use stuff from time.hMax Horn
2011-05-02ANDROID: Style fixdhewg
2011-05-01ANDROID: Disable the savegame parachutedhewg
2011-05-01Merge pull request #16 "Add a PixelFormat to Graphics::Surface.".Johannes Schickel
2011-04-28ANDROID: Fix compilation some moredhewg
2011-04-28ANDROID: Another attempt at compilation fixOri Avtalion
2011-04-28ANDROID: Fix compilationOri Avtalion
2011-04-17ALL/GRAPHICS: Remove Surface::bytesPerPixel.Johannes Schickel
2011-04-17BACKENDS: Adapt various backends code to set up Surface::format correctly.Johannes Schickel
2011-04-10ANDROID: Add missing mkdirdhewg
2011-04-09ANDROID: Automate the Manifest's versionCodedhewg
2011-04-09ANDOID: Replace mkmanifest.pl with sh/sed codedhewg
2011-04-06ANDROID: Allow linear texture filtering on the cursordhewg
2011-04-06ANDROID: Add multitouch supportdhewg
2011-04-06ANDROID: Fix off-by-one when clipping mouse coordsdhewg
2011-04-06Revert "ANDROID: Temporarily enable GL error checks"dhewg
2011-04-05ANDROID: Use the manufacturer string for workaroundsdhewg
2011-04-05ANDROID: Log device manufacturer, model and branddhewg
2011-04-05ANDROID: Fix endless loop in AndroidAssetArchivedhewg
2011-04-05ANDROID: Remove commented workarounds for Nexus 1dhewg
2011-04-05ANDROID: Remove code for paletted texturesdhewg
2011-04-05ANDROID: Use a faked paletted texture for CLUT cursorsdhewg
2011-04-05ANDROID: Temporarily enable GL error checksdhewg
2011-04-04ANDROID: Fix non-fullscreen corruption on HTC devices.Alyssa Milburn