virtualx-engine/platform/android
Rémi Verschelde ef4a5cd10b Android: Refactor Custom Build options in export preset
Instead of reusing the custom_template/ prefix which is actually only
used for the prebuilt APK workflow, we add a new custom_build/ prefix.

This is a slight compat breakage (users will have to redo their config)
but enables us to group the Min SDK and Target SDK options where they make
sense, and avoid reusing the previously hardcoded Target SDK 30 from
Godot 3.4.

Those two options are now strings instead of integers so that we can keep
them empty by default, and show their default value using a placeholder.
So some validation has been added to make sure they are proper ints.
The upper bound on Target SDK was also removed as it's a common use case
to use it to try to target newer released SDKs. But we warn the user that
this wasn't validated by us.

The export info dialog is now exclusive so that when it doesn't auto-close,
i.e. when it errors, you don't close it by mistake by clicking outside.

Fixes #62465.
2022-07-03 17:05:28 +02:00
..
api Cleanup Android C++ code 2022-05-31 17:11:05 +01:00
export Android: Refactor Custom Build options in export preset 2022-07-03 17:05:28 +02:00
java Merge pull request #61691 from madmiraal/android-ndk-23 2022-06-26 21:23:23 +02:00
plugin Cleanup Android C++ code 2022-05-31 17:11:05 +01:00
vulkan Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
android_input_handler.cpp Remove broken scroll gesture on Android 2022-06-21 17:14:20 +01:00
android_input_handler.h Remove broken scroll gesture on Android 2022-06-21 17:14:20 +01:00
android_keys_utils.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
android_keys_utils.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
audio_driver_opensl.cpp Cleanup Android C++ code 2022-05-31 17:11:05 +01:00
audio_driver_opensl.h Cleanup Android C++ code 2022-05-31 17:11:05 +01:00
detect.py Upgrade Android NDK to r23 LTS 2022-06-25 14:58:30 +01:00
dir_access_jandroid.cpp Cleanup Android C++ code 2022-05-31 17:11:05 +01:00
dir_access_jandroid.h Cleanup Android C++ code 2022-05-31 17:11:05 +01:00
display_server_android.cpp Cleanup Android C++ code 2022-05-31 17:11:05 +01:00
display_server_android.h Fix screen_get_usable_rect returning display safe area 2022-05-02 09:31:32 +02:00
file_access_android.cpp Cleanup Android C++ code 2022-05-31 17:11:05 +01:00
file_access_android.h Cleanup Android C++ code 2022-05-31 17:11:05 +01:00
java_class_wrapper.cpp Cleanup Android C++ code 2022-05-31 17:11:05 +01:00
java_godot_io_wrapper.cpp Cleanup Android C++ code 2022-05-31 17:11:05 +01:00
java_godot_io_wrapper.h Cleanup Android C++ code 2022-05-31 17:11:05 +01:00
java_godot_lib_jni.cpp Remove broken scroll gesture on Android 2022-06-21 17:14:20 +01:00
java_godot_lib_jni.h Remove broken scroll gesture on Android 2022-06-21 17:14:20 +01:00
java_godot_view_wrapper.cpp Cleanup Android C++ code 2022-05-31 17:11:05 +01:00
java_godot_view_wrapper.h Cleanup Android C++ code 2022-05-31 17:11:05 +01:00
java_godot_wrapper.cpp Cleanup Android C++ code 2022-05-31 17:11:05 +01:00
java_godot_wrapper.h Cleanup Android C++ code 2022-05-31 17:11:05 +01:00
jni_utils.cpp Cleanup Android C++ code 2022-05-31 17:11:05 +01:00
jni_utils.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
logo.png Add logo attribution for Android, HTML5 and Linux platform icons 2021-09-11 19:34:10 +02:00
net_socket_android.cpp Cleanup Android C++ code 2022-05-31 17:11:05 +01:00
net_socket_android.h Cleanup Android C++ code 2022-05-31 17:11:05 +01:00
os_android.cpp Cleanup Android C++ code 2022-05-31 17:11:05 +01:00
os_android.h Cleanup Android C++ code 2022-05-31 17:11:05 +01:00
platform_config.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
README.md Add logo attribution for Android, HTML5 and Linux platform icons 2021-09-11 19:34:10 +02:00
run_icon.png
SCsub Implement text-to-speech support on Android, iOS, HTML5, Linux, macOS and Windows. 2022-04-28 14:35:41 +03:00
string_android.h Cleanup Android C++ code 2022-05-31 17:11:05 +01:00
thread_jandroid.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
thread_jandroid.h Cleanup Android C++ code 2022-05-31 17:11:05 +01:00
tts_android.cpp Cleanup Android C++ code 2022-05-31 17:11:05 +01:00
tts_android.h Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00

Android platform port

This folder contains the Java and C++ (JNI) code for the Android platform port, using Gradle as a build system.

Artwork license

logo.png and run_icon.png are licensed under Creative Commons Attribution 3.0 Unported per the Android logo usage guidelines:

The Android robot is reproduced or modified from work created and shared by Google and used according to terms described in the Creative Commons 3.0 Attribution License.