godot/platform/android
Fredia Huya-Kouadio 170752c5a5 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:27:27 -08:00
..
api
export Update the logic to sign prebuilt Godot Android apks. 2021-01-01 13:27:27 -08:00
java fix android wrong multi-touch pointerid 2020-11-27 16:46:21 +08:00
plugin
android_keys_utils.cpp
android_keys_utils.h
audio_driver_jandroid.cpp
audio_driver_jandroid.h
audio_driver_opensl.cpp
audio_driver_opensl.h
detect.py Don't handle BaseException in build scripts 2020-12-12 10:10:23 +00:00
dir_access_jandroid.cpp Remove unused FileAccessJAndroid. 2020-12-09 12:00:50 +01:00
dir_access_jandroid.h
file_access_android.cpp
file_access_android.h
java_class_wrapper.cpp
java_godot_io_wrapper.cpp Implement OS.get_screen_orientation() for Android 2020-11-13 10:14:06 -05:00
java_godot_io_wrapper.h Implement OS.get_screen_orientation() for Android 2020-11-13 10:14:06 -05:00
java_godot_lib_jni.cpp Remove unused FileAccessJAndroid. 2020-12-09 12:00:50 +01:00
java_godot_lib_jni.h
java_godot_wrapper.cpp Fix invalid invocation of get_class_loader. 2020-12-29 16:02:02 +01:00
java_godot_wrapper.h
jni_utils.cpp
jni_utils.h
logo.png
net_socket_android.cpp
net_socket_android.h
os_android.cpp Remove unused FileAccessJAndroid. 2020-12-09 12:00:50 +01:00
os_android.h Implement OS.get_screen_orientation() for Android 2020-11-13 10:14:06 -05:00
platform_config.h
power_android.cpp
power_android.h
run_icon.png
SCsub Remove unused FileAccessJAndroid. 2020-12-09 12:00:50 +01:00
string_android.h
thread_jandroid.cpp
thread_jandroid.h