Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-30 | RELEASE: This is 2.1.0git | Thierry Crozat | |
2017-11-23 | ANDROID: Remove unnecessary additional activity | Colin Snover | |
For an unknown reason, having a second activity for Android TV (Leanback) caused ScummVM to be broken on some Android devices. According to Android documentation, TV can be supported in the same activity as everything else, so merge the two together. Fixes Trac#10024. | |||
2017-11-23 | ANDROID: Clean up AndroidManifest.xml | Colin Snover | |
Keep uses-flags at the top to avoid them getting buried below the activities, update target SDK to the minimum supported by current Android SDKs, make Wi-Fi optional, and add screenSize configuration change recommended by the Android documentation since orientation is already supported. | |||
2017-11-21 | RELEASE: 1.10 will henceforth be known as 2.0 | Colin Snover | |
General consensus on the ML was that people wanted to do this. http://lists.scummvm.org/pipermail/scummvm-devel/2017-November/012008.html | |||
2016-09-26 | RELEASE: This is 1.10.0git | Eugene Sandulenko | |
2016-08-24 | CLOUD: Add Networking::Connection::isLimited() | Alexander Tkachev | |
`false` everywhere by default, but works on Android (`true` if not Wi-Fi). | |||
2016-06-12 | ANDROID: Relax manifest hardware requirements. | Alyssa Milburn | |
This is necessary to make the package installable via Google Play for almost all modern devices. | |||
2016-05-22 | ANDROID: Add support for Leanback Launcher on Android TV | Matthew Garrett | |
Android TV needs some modifications to the manifest and a new icon in order for apps to appear in the launcher. | |||
2016-02-05 | RELEASE: This is 1.9.0git | Eugene Sandulenko | |
2015-01-05 | ANDROID: Remove unpacker and fix support for non arm | Joel Teichroeb | |
2014-07-22 | ANDROID: Modernize build system | Joel Teichroeb | |
Written originally by @Botje for ResidualVM | |||
2014-07-01 | ANDROID: Reinstate overscan margin resource for OUYA/GoogleTV | Marcus Comstedt | |
This reverts commits 51cb7557 and 2648062d. Please note that Android SDK Platform Tools r06 or later is needed to build ScummVM. | |||
2014-06-30 | RELEASE: This is 1.8.0git | Eugene Sandulenko | |
2013-10-09 | ANDROID: Really fix compilation. | D G Turner | |
The vanilla android toolchain even is unhappy when unknown folders are present in the resources directory, so have moved the ouya specific resources out to another directory. | |||
2013-08-18 | ANDROID: Add some margins when screen is a TV | Marcus Comstedt | |
2013-08-07 | ANDROID: Add OUYA icon and intent | Marcus Comstedt | |
2013-05-05 | RELEASE: This is 1.7.0git | Eugene Sandulenko | |
2012-07-08 | RELEASE: This is 1.6.0git | Eugene Sandulenko | |
2012-02-27 | ANDROID: Fix mkplugin.sh freezing with bash | Tarek Soliman | |
dash apparently works fine | |||
2012-02-27 | ANDROID: Fix sed escaping in mkplugin.sh. | Alyssa Milburn | |
(cherry picked from commit a836eb2cff9e631eac3ae4a0abc9952bc869d1c3) | |||
2011-10-25 | ANDROID: Move from org.inodes.gus to org.scummvm. | Alyssa Milburn | |
2011-10-22 | ANDROID: 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-10-20 | RELEASE: This is 1.5.0git | Eugene Sandulenko | |
2011-08-07 | JANITORIAL: Remove trailing empty lines. | Christoph Mallon | |
2011-05-01 | RELEASE: This is 1.4.0git | Eugene Sandulenko | |
2011-04-09 | ANDROID: Automate the Manifest's versionCode | dhewg | |
2011-04-09 | ANDOID: Replace mkmanifest.pl with sh/sed code | dhewg | |
Removes build dependencies like perl and its XML modules | |||
2011-04-06 | ANDROID: Add multitouch support | dhewg | |
2011-03-30 | ANDROID: Document Camera/Search mapping | dhewg | |
2011-03-19 | ANDROID: Add port specific README | dhewg | |
First version, just describing the controls and related hacks | |||
2011-03-16 | ANDROID: Reindent | dhewg | |
2011-03-04 | ANDROID: Reindent manifest | dhewg | |
2011-03-04 | ANDROID: Remove 'persistent' from the manifest | dhewg | |
That's a flag valid only for apps build into the system image | |||
2011-02-14 | GIT: ./tools/update-version.pl 1 3 0 git | dhewg | |
2010-09-17 | RELEASE: This is 1.3.0svn | Eugene Sandulenko | |
svn-id: r52773 | |||
2010-07-05 | Switch Android toolchain prefix from arm-android-eabi to | Angus 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-29 | Update icons to versions with much softer anti-aliasing. | Angus Lees | |
fingolfin++ for his good eyes. svn-id: r50495 | |||
2010-06-11 | Add support for setFocusRectangle - enabled on 'small' Android screens. | Angus Lees | |
svn-id: r49594 | |||
2010-06-08 | chmod +x mkmanifest.pl | Angus Lees | |
svn-id: r49526 | |||
2010-06-08 | Add png icon files that were too binary to be part of original Android patch. | Angus Lees | |
svn-id: r49508 | |||
2010-06-08 | Add a few files mistakenly left out of initial Android patch :( | Angus Lees | |
svn-id: r49502 | |||
2010-06-06 | Add Android backend from patch #2603856 | Max Horn | |
svn-id: r49449 |