godot/platform/android/export
Fredia Huya-Kouadio 5b327aee96 Fix issue preventing enabling the remote button for Android
https://github.com/godotengine/godot/pull/92032 updated the logic to enable / disable the remote debug button, and in doing so added a `can_export` check.

However, no events / notifications are dispatched when the value of the `can_export` check changes, which in turn prevents the logic used to enable / disable the remote debug button from running again.

The fix consists then in removing the `can_export` check, so that the remote debug button shows as `enabled` when a preset is present and is runnable.
2024-07-16 00:25:16 -07:00
..
export.cpp Automatically generate the Android debug keystore 2024-04-12 23:53:28 -07:00
export.h [Export] Add readable descriptions and validation warnings to the export options. 2023-04-19 08:35:59 +03:00
export_plugin.cpp Fix issue preventing enabling the remote button for Android 2024-07-16 00:25:16 -07:00
export_plugin.h Update the splash screen logic for the Godot app template 2024-06-10 00:59:36 -07:00
godot_plugin_config.cpp Re-architect how Android plugins are packaged and handled at export time 2023-07-18 19:14:53 +02:00
godot_plugin_config.h Re-architect how Android plugins are packaged and handled at export time 2023-07-18 19:14:53 +02:00
gradle_export_util.cpp Android: Allow using alternative Gradle build directory 2024-02-16 15:20:47 -06:00
gradle_export_util.h Android: Allow using alternative Gradle build directory 2024-02-16 15:20:47 -06:00
logo.svg Style: Optimize .svg files with svgo 2024-06-23 08:15:19 -05:00
run_icon.svg Style: Optimize .svg files with svgo 2024-06-23 08:15:19 -05:00