scummvm/backends/platform/android
antoniou79 4a35d90191 ANDROID: Prevent getPath() when getExternalFilesDir(null) returns null
According to documentation getExternalFilesDir returns the absolute path to application-specific directory

May return null if shared storage is not currently available.
This will not happen for getFilesDir() which returns the internal app path (always guaranteed to be available)
2023-04-23 13:39:55 +03:00
..
org/scummvm/scummvm ANDROID: Prevent getPath() when getExternalFilesDir(null) returns null 2023-04-23 13:39:55 +03:00
android.cpp ANDROID: Add Control tab for mouse pointer speed 2023-04-02 22:49:13 +03:00
android.h ANDROID: Improve support for gamepads and joysticks 2023-04-05 09:19:06 +03:00
android.mk ANDROID: Bundle cacert.pem and don't disable certificate checks 2023-04-02 12:36:10 +02:00
asset-archive.cpp ANDROID: Store JNI environment in a thread local variable 2023-01-20 14:14:03 +01:00
asset-archive.h ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
events.cpp ANDROID: Improve support for gamepads and joysticks 2023-04-05 09:19:06 +03:00
jni-android.cpp ANDROID: Clean up log code and use Backends::Log 2023-03-26 13:48:53 +03:00
jni-android.h ANDROID: Write to a scummvm.log file 2023-03-26 13:48:42 +03:00
module.mk ANDROID: Introduce back the touch controls for 3D 2021-11-29 00:04:45 +01:00
options.cpp ANDROID: Clean up log code and use Backends::Log 2023-03-26 13:48:53 +03:00
portdefs.h ALL: Add limits.h for all codebase 2022-08-22 15:38:10 +02:00
snprintf.cpp ANDROID: Fix comment 2023-01-20 14:14:03 +01:00
touchcontrols.cpp ANDROID: Fix comment 2023-01-20 14:14:03 +01:00
touchcontrols.h ANDROID: Refactor touch controls to be graphics backend agnostic 2022-01-02 17:45:32 +01:00