aboutsummaryrefslogtreecommitdiff
path: root/dists/android/AndroidManifest.xml.in
AgeCommit message (Collapse)Author
2011-10-25ANDROID: Move from org.inodes.gus to org.scummvm.Alyssa Milburn
2011-10-22ANDROID: Add a shared user id.Alyssa Milburn
Otherwise the plugins fail to run on modern Android because they're set to run in-process but they're not allowed to do so.
2011-08-07JANITORIAL: Remove trailing empty lines.Christoph Mallon
2011-04-09ANDROID: Automate the Manifest's versionCodedhewg
2011-03-04ANDROID: Reindent manifestdhewg
2011-03-04ANDROID: Remove 'persistent' from the manifestdhewg
That's a flag valid only for apps build into the system image
2010-07-05Switch Android toolchain prefix from arm-android-eabi toAngus Lees
arm-*-linux-androideabi, since this is what the upcoming gcc-4.6 change uses. Work around Android 2.0 and newer dynamic linker bug by explicitly linking plugins against the core libscummvm.so. Mark Android packages as preferring to be on external storage. Move -lm from LDFLAGS to LIBS. svn-id: r50665
2010-06-11Add support for setFocusRectangle - enabled on 'small' Android screens.Angus Lees
svn-id: r49594
2010-06-08Add a few files mistakenly left out of initial Android patch :(Angus Lees
svn-id: r49502