aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/android
AgeCommit message (Expand)Author
2020-01-11ANDROID: Hide the system mouse cursor on Android NCameron Cawley
2019-12-16ANDROID: Fix crash due to adding '.' folder in SearchManagerThanasis Antoniou
2019-12-14ANDROID: Fix bad message id for long press back btnThanasis Antoniou
2019-12-14ANDROID: Long press for back button has an alternate (menu button) functionThanasis Antoniou
2019-12-14ANDROID: Improve keyboard support (#1857)Cameron Cawley
2019-11-30AUDIO: Remove unused parameter from the MixerImpl constructorCameron Cawley
2019-11-25ANDROID: Add docs and port dist files to AssetsThanasis Antoniou
2019-11-12ANDROID: Remove duplicate header inclusion in android.hThanasis Antoniou
2019-11-12ANDROID: Override UTF-8 compliant definition of vsn_printfThanasis Antoniou
2019-11-08ANDROID: Fix OSD message display crash or failThanasis Antoniou
2019-11-01OPENGL: Implement high DPI support on Android (#1895)Cameron Cawley
2019-10-23ANDROID: Simplify handling of menu/back button eventsCameron Cawley
2019-10-23ANDROID: Add swap menu and back buttons optionCameron Cawley
2019-10-21ANDROID: Set target SDK to 28Thanasis Antoniou
2019-10-18ANDROID: Fix warningCameron Cawley
2019-10-16ANDROID: Use more portable directory query methodEugene Sandulenko
2019-10-11ANDROID: Fix audio cd manager crash upon exitThanasis Antoniou
2019-10-08ANDROID: Ask for external storage access onCreate()Thanasis Antoniou
2019-10-06ANDROID: Update starting version code for next release apks to 40Thanasis Antoniou
2019-10-05ANDROID: Set target SDK to 26 to AndroidManifest.xml and project.properties f...Thanasis Antoniou
2019-10-05ANDROID: Bump the target SDK to match the Google Play releaseEugene Sandulenko
2019-10-05ANDROID: Added info about historical release version codesEugene Sandulenko
2019-09-27ANDROID: Added more logic for scraping the storage pathsEugene Sandulenko
2019-09-27ANDROID: Request permissions to external storageEugene Sandulenko
2019-09-27ANDROID: Fix exceptionEugene Sandulenko
2019-09-27ANDROID: Added list of external storages to the list of accessible directoriesEugene Sandulenko
2019-09-27ANDROID: Hook getAllStorageLocations() into JNIEugene Sandulenko
2019-09-27ANDROID: Hook external storage class into ScummVMHelperEugene Sandulenko
2019-09-27ANDROID: Turn map into spliced list for easier marshallingEugene Sandulenko
2019-09-27ANDROID: Initial code for external storage enumeratorEugene Sandulenko
2019-09-24ANDROID: Use _system->destroy() instead of just delete in JNI::Destroy()Thanasis Antoniou
2019-09-23ANDROID: Remove duplicate _system->quit() from JNI::Destroy()Thanasis Antoniou
2019-09-23ANDROID: Fix crash when exiting a game (Blade Runner)Thanasis Antoniou
2019-09-15ANDROID: Use FORBIDDEN_SYMBOL_EXCEPTION_getenv for browser_lastpath purposesThanasis Antoniou
2019-09-15ANDROID: Set default browser_lastpath to /storageThanasis Antoniou
2019-09-15ANDROID: Set default browser_lastpathThanasis Antoniou
2019-09-08ANDROID: Rewrite to make use of OpenGLGraphicsManager (#1695)Cameron Cawley
2019-08-20ANDROID: Use a better icon for the on screen controlCameron Cawley
2019-08-20ANDROID: Add a button to show the virtual keyboardCameron Cawley
2019-08-18ANDROID: Don't deinitialize the EGL surface when pausing the applicationCameron Cawley
2019-08-02ANDROID: Don't hide the virtual keyboard when the Enter key is pressedCameron Cawley
2019-07-23ANDROID: Fix some Codacy warningsCameron Cawley
2019-07-08BUILD: Package networking and virtual keyboard files on all platformsCameron Cawley
2019-06-21ANDROID: Move isConnectionLimited into OSystemCameron Cawley
2019-05-09ANDROID: Make pushEvent take 7 parameters instead of 6Cameron Cawley
2019-04-20ANDROID: Add a pthreads-based mutex managerCameron Cawley
2019-04-12ANDROID: Factor event pushing into pushEventCameron Cawley
2019-04-12ANDROID: Move event types to a separate fileCameron Cawley
2018-11-03ANDROID: Fix a -Wformat-security warningCameron Cawley
2018-10-05ANDROID: Implement clipboard supportCameron Cawley