godot/platform/android
Fredia Huya-Kouadio 49969de221 Update the logic to sign prebuilt Godot Android apks.
The previously used tool, `jarsigner` has been deprecated in favor of `apksigner` which is bundled with the Android SDK.
The logic is refactored accordingly and a few editor settings have been deprecated in the process as they're no longer necessary.

Note: As a side effect, specifying the Android SDK path is now required. The docs will be updated to reflect that change.
2021-01-01 13:36:27 -08:00
..
api Initialize class/struct variables with default values in platform/ and editor/ 2020-12-02 16:09:11 +01:00
export Update the logic to sign prebuilt Godot Android apks. 2021-01-01 13:36:27 -08:00
java Android: Allow Mouse Capture 2020-12-08 22:14:08 +02:00
plugin Rename empty() to is_empty() 2020-12-28 10:39:56 +00:00
vulkan
android_keys_utils.cpp
android_keys_utils.h Initialize class/struct variables with default values in platform/ and editor/ 2020-12-02 16:09:11 +01:00
audio_driver_jandroid.cpp
audio_driver_jandroid.h
audio_driver_opensl.cpp Initialize class/struct variables with default values in platform/ and editor/ 2020-12-02 16:09:11 +01:00
audio_driver_opensl.h Initialize class/struct variables with default values in platform/ and editor/ 2020-12-02 16:09:11 +01:00
detect.py Don't handle BaseException in build scripts 2020-12-12 10:05:42 +00:00
dir_access_jandroid.cpp Remove unused FileAccessJAndroid. 2020-12-09 10:58:36 +01:00
dir_access_jandroid.h
display_server_android.cpp Android: fix mouse capture relative wrong 2020-12-08 23:51:45 +02:00
display_server_android.h Android: Allow Mouse Capture 2020-12-08 22:14:08 +02:00
file_access_android.cpp Initialize class/struct variables with default values in platform/ and editor/ 2020-12-02 16:09:11 +01:00
file_access_android.h Initialize class/struct variables with default values in platform/ and editor/ 2020-12-02 16:09:11 +01:00
java_class_wrapper.cpp
java_godot_io_wrapper.cpp
java_godot_io_wrapper.h
java_godot_lib_jni.cpp Remove unused FileAccessJAndroid. 2020-12-09 10:58:36 +01:00
java_godot_lib_jni.h
java_godot_view_wrapper.cpp Android: Allow Mouse Capture 2020-12-08 22:14:08 +02:00
java_godot_view_wrapper.h Android: Allow Mouse Capture 2020-12-08 22:14:08 +02:00
java_godot_wrapper.cpp Fix invalid invocation of get_class_loader. 2020-12-23 02:08:27 -08:00
java_godot_wrapper.h Android: Allow Mouse Capture 2020-12-08 22:14:08 +02:00
jni_utils.cpp
jni_utils.h
logo.png
net_socket_android.cpp
net_socket_android.h
os_android.cpp Rename MainLoop methods to match Node methods 2020-12-22 12:34:57 +00:00
os_android.h Add override keywords to core/os.h derived classes. 2020-12-17 18:02:31 +00:00
platform_config.h
run_icon.png
SCsub SCons: Add explicit dependencies on thirdparty code in cloned env 2020-12-18 10:29:34 +01:00
string_android.h
thread_jandroid.cpp
thread_jandroid.h