2
0
Fork 0
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 +07:00
..
api Add signal support to Godot Android plugin: 2020-03-27 01:37:41 +07:00
export Update the logic to sign prebuilt Godot Android apks. 2021-01-01 13:27:27 +07:00
java fix android wrong multi-touch pointerid 2020-11-27 16:46:21 +07:00
plugin Remove GodotPayment android plugin 2020-06-22 11:11:41 +07:00
SCsub Remove unused FileAccessJAndroid. 2020-12-09 12:00:50 +07:00
android_keys_utils.cpp Miscellaneous cleanup for the Android codebase: 2020-03-25 09:00:37 +07:00
android_keys_utils.h Android: Mouse Implementation 2020-10-30 15:23:29 +07:00
audio_driver_jandroid.cpp Move mixrate and latency definition to AudioServer 2020-05-18 16:40:33 +07:00
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 +07:00
dir_access_jandroid.cpp Remove unused FileAccessJAndroid. 2020-12-09 12:00:50 +07:00
dir_access_jandroid.h
file_access_android.cpp
file_access_android.h
java_class_wrapper.cpp Enable the ability to use Godot as a subview within an Android app 2020-09-18 16:45:40 +07:00
java_godot_io_wrapper.cpp Implement OS.get_screen_orientation() for Android 2020-11-13 10:14:06 +07:00
java_godot_io_wrapper.h Implement OS.get_screen_orientation() for Android 2020-11-13 10:14:06 +07:00
java_godot_lib_jni.cpp Remove unused FileAccessJAndroid. 2020-12-09 12:00:50 +07:00
java_godot_lib_jni.h Android: Mouse Implementation 2020-10-30 15:23:29 +07:00
java_godot_wrapper.cpp Fix invalid invocation of `get_class_loader`. 2020-12-29 16:02:02 +07:00
java_godot_wrapper.h Enable the ability to use Godot as a subview within an Android app 2020-09-18 16:45:40 +07:00
jni_utils.cpp Re-architecture of the Godot Android plugin. 2020-03-09 10:30:02 +07:00
jni_utils.h Add signal support to Godot Android plugin: 2020-03-27 01:37:41 +07:00
logo.png platform: Update metadata for export platforms 2020-08-14 00:32:05 +07:00
net_socket_android.cpp
net_socket_android.h
os_android.cpp Remove unused FileAccessJAndroid. 2020-12-09 12:00:50 +07:00
os_android.h Implement OS.get_screen_orientation() for Android 2020-11-13 10:14:06 +07:00
platform_config.h
power_android.cpp
power_android.h
run_icon.png
string_android.h
thread_jandroid.cpp
thread_jandroid.h