godot/platform/android
Fredia Huya-Kouadio 328354f878 Fix detection logic for the Android sdk path
The previous logic used the 'tools' directory within the Android sdk to validate it. That directory was recently deprecated and removed from the Android sdk folder (https://developer.android.com/studio/releases/sdk-tools)
2020-04-24 04:21:36 -07:00
..
api Add signal support to Godot Android plugin: 2020-04-10 09:22:21 -07:00
export Fix detection logic for the Android sdk path 2020-04-24 04:21:36 -07:00
java Fix Android templates size regression 2020-04-23 00:21:39 -07:00
plugin Add signal support to Godot Android plugin: 2020-04-10 09:22:21 -07:00
vulkan Fix extra warnings in Android build 2020-04-10 11:06:11 +02:00
android_keys_utils.cpp Miscellaneous cleanup for the Android codebase: 2020-03-04 12:16:17 -08:00
android_keys_utils.h Miscellaneous cleanup for the Android codebase: 2020-03-04 12:16:17 -08:00
audio_driver_jandroid.cpp Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
audio_driver_jandroid.h Reimplement Mutex with C++'s <mutex> 2020-02-26 20:40:10 +01:00
audio_driver_opensl.cpp Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
audio_driver_opensl.h Reimplement Mutex with C++'s <mutex> 2020-02-26 20:40:10 +01:00
detect.py Vulkan rendering for Android 2020-04-03 11:18:59 +02:00
dir_access_jandroid.cpp Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
dir_access_jandroid.h Improve UX of drive letters 2020-03-03 10:38:34 +01:00
display_server_android.cpp Display Server support 2020-04-08 01:47:09 +02:00
display_server_android.h Display Server support 2020-04-08 01:47:09 +02:00
file_access_android.cpp Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
file_access_android.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
file_access_jandroid.cpp Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
file_access_jandroid.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
java_class_wrapper.cpp Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
java_godot_io_wrapper.cpp Display Server support 2020-04-08 01:47:09 +02:00
java_godot_io_wrapper.h Display Server support 2020-04-08 01:47:09 +02:00
java_godot_lib_jni.cpp Add signal support to Godot Android plugin: 2020-04-10 09:22:21 -07:00
java_godot_lib_jni.h Vulkan rendering for Android 2020-04-03 11:18:59 +02:00
java_godot_wrapper.cpp Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
java_godot_wrapper.h Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
jni_utils.cpp Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
jni_utils.h Add signal support to Godot Android plugin: 2020-04-10 09:22:21 -07:00
logo.png Optimize images losslessly using oxipng -o6 --strip all --zopfli 2019-10-12 23:23:33 +02:00
net_socket_android.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
net_socket_android.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
os_android.cpp Display Server support 2020-04-08 01:47:09 +02:00
os_android.h Display Server support 2020-04-08 01:47:09 +02:00
platform_config.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
run_icon.png
SCsub Display Server support 2020-04-08 01:47:09 +02:00
string_android.h Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
thread_jandroid.cpp Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
thread_jandroid.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00