aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/android/asset-archive.cpp
AgeCommit message (Collapse)Author
2015-01-05ANDROID: Update the asset archive code to use AAssetsJoel Teichroeb
The AAssets API was added in android 2.3, so it also requires using the android-9 toolchain. Using this gives a rather large speedboost to starting the ScummVM application.
2014-11-15ANDROID: Delay deleting a local ref until it's no longer usedMatthew Hoops
Should fix bug #6741
2014-02-18ANDROID: Make GPL headers consistent in themselves.Johannes Schickel
2013-05-16ANDROID: Ignore subdirectories of asset archives.Alyssa Milburn
2013-05-16ANDROID: Delete local JNI references to asset data/classes.Alyssa Milburn
2011-12-13ANDROID: Fix assert in JavaInputStream (thanks clone2727).Alyssa Milburn
2011-12-13ANDROID: Fix compilation by adapting to latest Archive changes (thanks ↵Alyssa Milburn
LordHoto).
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28ANDROID: Fix compilationOri Avtalion
2011-04-05ANDROID: Fix endless loop in AndroidAssetArchivedhewg
Can happen on empty member filenames, seen on some Samsung firmwares.
2011-03-03ANDROID: Formatting/whitespacesdhewg
2011-02-24ANDROID: Wrap JNI code in a classdhewg
2011-02-19ANDROID: Supress warningdhewg
2011-02-19ANDROID: Formattingdhewg
2011-02-14ANDROID: Protect port files with our definedhewg
get rid of -DANDROID and -DANDROID_BACKEND
2010-06-06Add Android backend from patch #2603856Max Horn
svn-id: r49449