Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-12 | ANDROID: Override UTF-8 compliant definition of vsn_printf | Thanasis Antoniou | |
This sets Android as a non-standard port in configure in order to override the definition for vsn_printf The vsn_printf implementation is taken from https://github.com/weiss/c99-snprintf | |||
2015-01-05 | ANDROID: Update the asset archive code to use AAssets | Joel 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-15 | ANDROID: Delay deleting a local ref until it's no longer used | Matthew Hoops | |
Should fix bug #6741 | |||
2014-02-18 | ANDROID: Make GPL headers consistent in themselves. | Johannes Schickel | |
2013-05-16 | ANDROID: Ignore subdirectories of asset archives. | Alyssa Milburn | |
2013-05-16 | ANDROID: Delete local JNI references to asset data/classes. | Alyssa Milburn | |
2011-12-13 | ANDROID: Fix assert in JavaInputStream (thanks clone2727). | Alyssa Milburn | |
2011-12-13 | ANDROID: Fix compilation by adapting to latest Archive changes (thanks ↵ | Alyssa Milburn | |
LordHoto). | |||
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-04-28 | ANDROID: Fix compilation | Ori Avtalion | |
2011-04-05 | ANDROID: Fix endless loop in AndroidAssetArchive | dhewg | |
Can happen on empty member filenames, seen on some Samsung firmwares. | |||
2011-03-03 | ANDROID: Formatting/whitespaces | dhewg | |
2011-02-24 | ANDROID: Wrap JNI code in a class | dhewg | |
2011-02-19 | ANDROID: Supress warning | dhewg | |
2011-02-19 | ANDROID: Formatting | dhewg | |
2011-02-14 | ANDROID: Protect port files with our define | dhewg | |
get rid of -DANDROID and -DANDROID_BACKEND | |||
2010-06-06 | Add Android backend from patch #2603856 | Max Horn | |
svn-id: r49449 |