aboutsummaryrefslogtreecommitdiff
path: root/dists/android
AgeCommit message (Collapse)Author
2019-11-10ANDROID: Disable support for split screenThanasis Antoniou
Currently the ScummVM app will just exit in split-screen so that's not desireable Disabled until we implement proper support, if deemed necessary
2019-11-01ANDROID: Disable verification of certificates validity for cloud savingThanasis Antoniou
Also added macros for the plain (non-SDL) Android port __ANDROID_PLAIN_PORT__ and ANDROID_PLAIN_PORT The workaround of this commit uses the same logic as for the Nintendo Switch port and should suffice for testing purposes. It should be replaced by more elaborate code of installing and maintaining a certificates pem file.
2019-10-21ANDROID: Set target sdk to 28 in project.propertiesThanasis Antoniou
Also minor additions of tags in Manifest files
2019-10-21ANDROID: Set target SDK to 28Thanasis Antoniou
2019-10-05ANDROID: Set target SDK to 26 to AndroidManifest.xml and project.properties ↵Thanasis Antoniou
files
2019-09-30ANDROID: Update AndroidManifest.xml.in for READ_EXTERNAL_STORAGEThanasis Antoniou
2019-09-27ANDROID: Request permissions to external storageEugene Sandulenko
2019-09-23RELEASE: This is 2.2.0gitEugene Sandulenko
2019-08-20ANDROID: Use a better icon for the on screen controlCameron Cawley
Modified from https://www.iconfinder.com/icons/352464/keyboard_icon, which is available under the Creative Commons (Attribution-Share Alike 3.0 Unported) license.
2019-08-20ANDROID: Add a button to show the virtual keyboardCameron Cawley
2019-04-02BUILD: Update logos and icons on portsMatan Bareket
2019-02-01ANDROID: Update the README fileCameron Cawley
2017-11-30RELEASE: This is 2.1.0gitThierry Crozat
2017-11-23ANDROID: Remove unnecessary additional activityColin 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-23ANDROID: Clean up AndroidManifest.xmlColin 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-21RELEASE: 1.10 will henceforth be known as 2.0Colin 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-26RELEASE: This is 1.10.0gitEugene Sandulenko
2016-08-24CLOUD: Add Networking::Connection::isLimited()Alexander Tkachev
`false` everywhere by default, but works on Android (`true` if not Wi-Fi).
2016-06-12ANDROID: Relax manifest hardware requirements.Alyssa Milburn
This is necessary to make the package installable via Google Play for almost all modern devices.
2016-05-22ANDROID: Add support for Leanback Launcher on Android TVMatthew Garrett
Android TV needs some modifications to the manifest and a new icon in order for apps to appear in the launcher.
2016-02-05RELEASE: This is 1.9.0gitEugene Sandulenko
2015-01-05ANDROID: Remove unpacker and fix support for non armJoel Teichroeb
2014-07-22ANDROID: Modernize build systemJoel Teichroeb
Written originally by @Botje for ResidualVM
2014-07-01ANDROID: Reinstate overscan margin resource for OUYA/GoogleTVMarcus Comstedt
This reverts commits 51cb7557 and 2648062d. Please note that Android SDK Platform Tools r06 or later is needed to build ScummVM.
2014-06-30RELEASE: This is 1.8.0gitEugene Sandulenko
2013-10-09ANDROID: 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-18ANDROID: Add some margins when screen is a TVMarcus Comstedt
2013-08-07ANDROID: Add OUYA icon and intentMarcus Comstedt
2013-05-05RELEASE: This is 1.7.0gitEugene Sandulenko
2012-07-08RELEASE: This is 1.6.0gitEugene Sandulenko
2012-02-27ANDROID: Fix mkplugin.sh freezing with bashTarek Soliman
dash apparently works fine
2012-02-27ANDROID: Fix sed escaping in mkplugin.sh.Alyssa Milburn
(cherry picked from commit a836eb2cff9e631eac3ae4a0abc9952bc869d1c3)
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-10-20RELEASE: This is 1.5.0gitEugene Sandulenko
2011-08-07JANITORIAL: Remove trailing empty lines.Christoph Mallon
2011-05-01RELEASE: This is 1.4.0gitEugene Sandulenko
2011-04-09ANDROID: Automate the Manifest's versionCodedhewg
2011-04-09ANDOID: Replace mkmanifest.pl with sh/sed codedhewg
Removes build dependencies like perl and its XML modules
2011-04-06ANDROID: Add multitouch supportdhewg
2011-03-30ANDROID: Document Camera/Search mappingdhewg
2011-03-19ANDROID: Add port specific READMEdhewg
First version, just describing the controls and related hacks
2011-03-16ANDROID: Reindentdhewg
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
2011-02-14GIT: ./tools/update-version.pl 1 3 0 gitdhewg
2010-09-17RELEASE: This is 1.3.0svnEugene Sandulenko
svn-id: r52773
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-29Update icons to versions with much softer anti-aliasing.Angus Lees
fingolfin++ for his good eyes. svn-id: r50495
2010-06-11Add support for setFocusRectangle - enabled on 'small' Android screens.Angus Lees
svn-id: r49594