summaryrefslogtreecommitdiffstats
path: root/platform/android/export/export_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add logic to automatically pick up jar/aar library dependencies in the `res:/...Fredia Huya-Kouadio2024-09-291-0/+3
* Add support for Android Themed Icons (monochrome)Anish Mishra2024-09-271-4/+38
* C#: Fallback to CoreCLR/MonoVM hosting APIs when hostfxr/NativeAOT failsRaul Santos2024-09-161-14/+10
* Fix editor_doc_cache locked on editor startupHilderin2024-09-141-1/+3
* [Windows] Only use long executable path when necessary, fix broken apksigner ...bruvzg2024-09-101-0/+5
* Merge pull request #96208 from m4gr3d/cleanup_immersive_logicRémi Verschelde2024-08-301-1/+1
|\
| * Restore 'Toggle fullscreen' menu for the Android editor and clean up the imme...Fredia Huya-Kouadio2024-08-281-1/+1
* | Allow adding custom export platforms using scripts / GDExtension.bruvzg2024-08-281-12/+12
|/
* Update the `GodotHost` interface to support signing and verifying Android apksFredia Huya-Kouadio2024-08-261-28/+64
* Merge pull request #91271 from m4gr3d/clean_gradle_build_setupRémi Verschelde2024-08-161-7/+6
|\
| * Clean up the build commands used by the editor for gradle buildsFredia Huya-Kouadio2024-05-311-7/+6
* | Fixed Android export failing when no JDK is setup in the OS environment and c...Chris2024-07-271-1/+2
* | Fix issue preventing enabling the remote button for AndroidFredia Huya-Kouadio2024-07-161-0/+1
* | Revert hiding of custom templates under the `Advanced Options` toggleFredia Huya-Kouadio2024-06-241-1/+1
* | Update the splash screen logic for the Godot app templateFredia Huya-Kouadio2024-06-101-119/+12
|/
* Replace `find` with `contains/has` where applicableA Thousand Ships2024-05-081-4/+4
* Reduce and prevent unnecessary random-access to `List`A Thousand Ships2024-05-041-3/+3
* Merge pull request #90611 from m4gr3d/automatically_generate_debug_keystoreRémi Verschelde2024-04-221-4/+82
|\
| * Automatically generate the Android debug keystoreFredia Huya-Kouadio2024-04-121-4/+82
* | Fix issue with resolving the path for the Android keystore fileFredia Huya-Kouadio2024-04-121-8/+16
|/
* Revert pack trimming introduced by #82084Mikael Hermansson2024-04-101-5/+5
* [.NET] Disable output embedding on macOS, move it to the advanced options on ...bruvzg2024-04-091-0/+6
* Add POST_NOTIFICATIONS permission to the list of permissions available in the...melquiadess2024-04-081-0/+1
* Merge pull request #88840 from m4gr3d/update_android_export_advanced_optionsRémi Verschelde2024-04-051-1/+9
|\
| * Update the list of advanced export options for the Android platformFredia Huya-Kouadio2024-02-251-1/+9
* | Fix gdextensionlibs.json storage path in Android gradle buildbeicause2024-03-171-1/+1
* | Merge uid_cache.bin and global_script_class_cache.cfg after mounting PCKsDavid Nikdel2024-03-061-5/+5
* | Update the Android export validation logic to account for the custom gradle a...Fredia Huya-Kouadio2024-03-051-1/+14
* | Pre-commit: Update to clang-format 17.0.6 and black 24.2.0Rémi Verschelde2024-02-281-1/+1
* | Don't attempt shutting down adb on exit if not startedRémi Verschelde2024-02-261-1/+1
* | Display a warning if device CPU architecture is not active in the export preset.Alexander Hartmann2024-02-231-1/+8
|/
* Fix crash on documentation generation on macOS.bruvzg2024-02-191-2/+3
* Merge pull request #88419 from m4gr3d/add_export_preset_advanced_options_toggleRémi Verschelde2024-02-191-5/+14
|\
| * Add an `Advanced Options` toggle to the editor export presetFredia Huya-Kouadio2024-02-181-5/+14
* | Merge pull request #87823 from KoBeWi/ban_adbRémi Verschelde2024-02-171-1/+30
|\ \ | |/ |/|
| * Don't invoke adb with no runnable Android presetkobewi2024-02-151-1/+30
* | Merge pull request #88385 from m4gr3d/enable_legacy_packaging_mainRémi Verschelde2024-02-171-0/+8
|\ \
| * | Add export setting to specify whether the native libraries should be compress...Fredia Huya-Kouadio2024-02-151-0/+8
| |/
* / Android: Allow using alternative Gradle build directoryDavid Snopek2024-02-161-48/+84
|/
* Update Android dependencies for the projectFredia Huya-Kouadio2024-01-181-1/+1
* Merge pull request #86383 from m4gr3d/editor_export_specify_java_sdk_path_mainYuri Sizov2024-01-181-4/+50
|\
| * Specify the path to the Java SDK used for the Android gradle buildFredia Huya-Kouadio2024-01-181-4/+50
* | Reorganize code related to editor themingYuri Sizov2024-01-161-1/+1
* | Add clearer error message for missing project icon during android exportAlex Drozd2024-01-151-1/+5
* | Hide Keystore Release password on Android's Export windowMicky2024-01-061-2/+2
* | Merge pull request #84445 from Rubonnek/add-const-references-clang-tidyRémi Verschelde2024-01-041-1/+1
|\ \
| * | Add const references detected by clang-tidyWilson E. Alvarez2023-12-161-1/+1
| |/
* | Merge pull request #83702 from Patchcoat/VerifyKeystoreRémi Verschelde2024-01-041-0/+53
|\ \ | |/ |/|
| * android keystore username and password are checked on exportPatchcoat2023-11-031-0/+53
* | Merge pull request #85845 from YuriSizov/editor-export-hidden-errorsYuri Sizov2023-12-081-9/+11
|\ \