godot/platform/android
2021-07-27 12:24:44 -07:00
..
api Style: Replaces uses of 0/NULL by nullptr (C++11) 2021-05-04 16:30:23 +02:00
export Fix custom build export 2021-07-27 12:24:44 -07:00
java Disable resource optimizations for release builds as it breaks the legacy build system. 2021-07-20 16:36:00 -07:00
plugin Style: Cleanup uses of double spaces between words 2021-06-07 12:06:59 +02:00
android_keys_utils.cpp Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +02:00
android_keys_utils.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +02:00
audio_driver_opensl.cpp Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +02:00
audio_driver_opensl.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +02:00
detect.py Android: Remove -fno-integrated-as, it can break arm64v8 build 2021-05-19 19:48:36 +02:00
dir_access_jandroid.cpp Make all file access 64-bit (uint64_t) 2021-05-16 17:52:31 +02:00
dir_access_jandroid.h Add symlink API to the DirAccess (on macOS and Linux). 2021-05-22 17:36:16 +03:00
file_access_android.cpp Make all file access 64-bit (uint64_t) 2021-05-16 17:52:31 +02:00
file_access_android.h Make all file access 64-bit (uint64_t) 2021-05-16 17:52:31 +02:00
java_class_wrapper.cpp Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +02:00
java_godot_io_wrapper.cpp Add OS.get_external_data_dir() to get Android external directory 2021-06-10 16:48:37 +01:00
java_godot_io_wrapper.h Add OS.get_external_data_dir() to get Android external directory 2021-06-10 16:48:37 +01:00
java_godot_lib_jni.cpp Remove unused AudioDriverAndroid from Android 2021-06-10 08:31:23 +01:00
java_godot_lib_jni.h Remove unused AudioDriverAndroid from Android 2021-06-10 08:31:23 +01:00
java_godot_wrapper.cpp
java_godot_wrapper.h
jni_utils.cpp Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +02:00
jni_utils.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +02:00
logo.png
net_socket_android.cpp Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +02:00
net_socket_android.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +02:00
os_android.cpp Add OS.get_external_data_dir() to get Android external directory 2021-06-10 16:48:37 +01:00
os_android.h Merge pull request #49436 from madmiraal/add-android-external-dir-3.x 2021-06-10 18:24:21 +02:00
platform_config.h
power_android.cpp
power_android.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +02:00
run_icon.png
SCsub Remove unused AudioDriverAndroid from Android 2021-06-10 08:31:23 +01:00
string_android.h
thread_jandroid.cpp
thread_jandroid.h