scummvm/backends/platform/android
antoniou d268cf28b9 ANDROID: Use custom handler for long key press detection
To avoid possible mem leaks (see "This Handler Class Should Be Static Or Leaks Might Occur” warning

Also a few optimizations based on recommendations from the Android Studio error highlighting/fix suggestions (F2)
2020-09-24 14:18:08 +03:00
..
org/scummvm/scummvm ANDROID: Use custom handler for long key press detection 2020-09-24 14:18:08 +03:00
android.cpp ANDROID: Fix creating the default event manager 2020-08-27 23:05:45 +01:00
android.h BACKENDS: Simplify EventsBaseBackend 2020-08-24 14:22:35 +02:00
android.mk ANDROID: get version info (wip) and use androidx for annotations 2020-09-24 14:18:08 +03:00
asset-archive.cpp ANDROID: Fix crash due to adding '.' folder in SearchManager 2019-12-16 22:59:10 +02:00
asset-archive.h ANDROID: Update the asset archive code to use AAssets 2015-01-05 19:19:34 -08:00
events.cpp ALL: Remove direct use of OSystem::createMutex() 2020-08-21 09:39:00 +02:00
events.h ANDROID: Add support for additional mouse buttons 2020-04-07 13:55:30 +03:00
graphics.cpp ANDROID: Override UTF-8 compliant definition of vsn_printf 2019-11-12 20:01:43 +02:00
graphics.h ANDROID: Rewrite to make use of OpenGLGraphicsManager (#1695) 2019-09-08 19:37:48 +01:00
jni-android.cpp ANDROID: Implement OSystem::convertEncoding() 2020-07-18 15:14:01 +03:00
jni-android.h ANDROID: Implement OSystem::convertEncoding() 2020-07-18 15:14:01 +03:00
module.mk ANDROID: Override UTF-8 compliant definition of vsn_printf 2019-11-12 20:01:43 +02:00
portdefs.h ANDROID: Override UTF-8 compliant definition of vsn_printf 2019-11-12 20:01:43 +02:00
snprintf.cpp ANDROID: Override UTF-8 compliant definition of vsn_printf 2019-11-12 20:01:43 +02:00