Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-27 | ANDROID: Added more logic for scraping the storage paths | Eugene Sandulenko | |
2019-09-27 | ANDROID: Request permissions to external storage | Eugene Sandulenko | |
2019-09-27 | ANDROID: Fix exception | Eugene Sandulenko | |
2019-09-27 | ANDROID: Added list of external storages to the list of accessible directories | Eugene Sandulenko | |
2019-09-27 | ANDROID: Hook getAllStorageLocations() into JNI | Eugene Sandulenko | |
2019-09-27 | ANDROID: Hook external storage class into ScummVMHelper | Eugene Sandulenko | |
2019-09-27 | ANDROID: Turn map into spliced list for easier marshalling | Eugene Sandulenko | |
2019-09-27 | ANDROID: Initial code for external storage enumerator | Eugene Sandulenko | |
2019-09-24 | ANDROID: Use _system->destroy() instead of just delete in JNI::Destroy() | Thanasis Antoniou | |
2019-09-23 | ANDROID: Remove duplicate _system->quit() from JNI::Destroy() | Thanasis Antoniou | |
Since it is already called in Jni::main after scummvm_main() returns. The second call in destroy caused crashes on some devices. | |||
2019-09-23 | ANDROID: Fix crash when exiting a game (Blade Runner) | Thanasis Antoniou | |
2019-09-15 | ANDROID: Use FORBIDDEN_SYMBOL_EXCEPTION_getenv for browser_lastpath purposes | Thanasis Antoniou | |
2019-09-15 | ANDROID: Set default browser_lastpath to /storage | Thanasis Antoniou | |
Avoid use of get_env | |||
2019-09-15 | ANDROID: Set default browser_lastpath | Thanasis Antoniou | |
2019-09-08 | ANDROID: Rewrite to make use of OpenGLGraphicsManager (#1695) | Cameron Cawley | |
* ANDROID: Rewrite to make use of OpenGLGraphicsManager * ANDROID: Fix emulated mouse button up events | |||
2019-08-20 | ANDROID: Use a better icon for the on screen control | Cameron 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-20 | ANDROID: Add a button to show the virtual keyboard | Cameron Cawley | |
2019-08-18 | ANDROID: Don't deinitialize the EGL surface when pausing the application | Cameron Cawley | |
Fixes Trac#6129 | |||
2019-08-02 | ANDROID: Don't hide the virtual keyboard when the Enter key is pressed | Cameron Cawley | |
2019-07-23 | ANDROID: Fix some Codacy warnings | Cameron Cawley | |
2019-07-08 | BUILD: Package networking and virtual keyboard files on all platforms | Cameron Cawley | |
2019-06-21 | ANDROID: Move isConnectionLimited into OSystem | Cameron Cawley | |
2019-05-09 | ANDROID: Make pushEvent take 7 parameters instead of 6 | Cameron Cawley | |
2019-04-20 | ANDROID: Add a pthreads-based mutex manager | Cameron Cawley | |
2019-04-12 | ANDROID: Factor event pushing into pushEvent | Cameron Cawley | |
Originally from ResidualVM. | |||
2019-04-12 | ANDROID: Move event types to a separate file | Cameron Cawley | |
Originally from ResidualVM. | |||
2018-11-03 | ANDROID: Fix a -Wformat-security warning | Cameron Cawley | |
2018-10-05 | ANDROID: Implement clipboard support | Cameron Cawley | |
2018-07-29 | ANDROID: Use the dedicated GUI option for enabling the touchpad mode | Cameron Cawley | |
2018-07-29 | ANDROID: Replace getPixelFormatName function with PixelFormat::toString | Cameron Cawley | |
2017-11-25 | ANDROID: Fix illegal-in-C++11 narrowing conversions | Colin Snover | |
2017-11-19 | EVENTS: Rename synthetic to kbdRepeat | Bastien Bouclet | |
2017-10-15 | BACKENDS: Constify PaletteManager::grabPalette implementations | Colin Snover | |
2016-09-10 | CLOUD: Move openUrl to OSystem | Thierry Crozat | |
2016-08-30 | Merge pull request #433 from klusark/assets | Eugene Sandulenko | |
ANDROID: Update the asset archive code to use AAssets | |||
2016-08-24 | JANITORIAL: Remove spaces at the end of the line | Alexander Tkachev | |
I knew there were some, but I wanted to fix them once, instead of doing it all the time. | |||
2016-08-24 | CLOUD: Add Networking::Connection::isLimited() | Alexander Tkachev | |
`false` everywhere by default, but works on Android (`true` if not Wi-Fi). | |||
2016-08-24 | CLOUD: Add openurl-android.cpp | Alexander Tkachev | |
2016-05-31 | ANDROID: Set version code to 16. 15 was 1.8.1 | Eugene Sandulenko | |
2016-05-23 | ANDROID: Build against android-23 platform. | Alyssa Milburn | |
We seem to need this for the new manifest elements. | |||
2016-05-22 | ANDROID: Add support for ScummVM menu on Android TV devices | Matthew Garrett | |
Android TV devices don't have menu buttons. Remotes should have a play/pause button (which may send individual play and pause events rather than a combined event) and gamepads should have a Y button. Use these to open the menu. | |||
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-15 | JANITORIAL: Typos detected with lintian & grep | Alexandre Detiste | |
2015-01-18 | ANDROID: Remove plugins/unpacker from makefile. | Alyssa Milburn | |
2015-01-05 | ANDROID: Remove unpacker and fix support for non arm | Joel Teichroeb | |
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. | |||
2015-01-04 | Merge pull request #425 from klusark/android | Eugene Sandulenko | |
ANDROID: Modernize build system | |||
2014-11-15 | ANDROID: Delay deleting a local ref until it's no longer used | Matthew Hoops | |
Should fix bug #6741 | |||
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. |