virtualx-engine/platform/android/export
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
..
export.cpp Cleanup Android C++ code 2022-05-31 17:11:05 +01:00
export.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
export_plugin.cpp Android: Refactor Custom Build options in export preset 2022-07-03 17:05:28 +02:00
export_plugin.h Cleanup Android C++ code 2022-05-31 17:11:05 +01:00
godot_plugin_config.cpp Cleanup Android C++ code 2022-05-31 17:11:05 +01:00
godot_plugin_config.h Cleanup Android C++ code 2022-05-31 17:11:05 +01:00
gradle_export_util.cpp Fix the logic to restart the Godot application 2022-05-23 13:15:48 -07:00
gradle_export_util.h Cleanup Android C++ code 2022-05-31 17:11:05 +01:00