summaryrefslogtreecommitdiffstats
path: root/platform/android/export/export_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@d09d82d433b03bb3773fd2a8cc8d6ccc2f8739ceSpartan3222024-11-261-6/+6
|\
| * Fix missing space after period in error message.Alexander Hartmann2024-11-241-6/+6
* | Merge commit godotengine/godot@9e6098432aac35bae42c9089a29ba2a80320d823Spartan3222024-11-201-2/+3
|\|
| * Merge pull request #99353 from syntaxerror247/some_uid_issuesThaddeus Crews2024-11-191-2/+3
| |\
| | * Fix Android boot splash and gradle build issueAnish Mishra2024-11-181-2/+3
* | | Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3efSpartan3222024-11-191-1/+1
|\| |
| * | Use `(r)find_char` instead of `(r)find` for single charactersA Thousand Ships2024-11-171-1/+1
| |/
* | Merge commit godotengine/godot@6c05ec3d6732cac44cf85c91db7d3fd1075bcb23Spartan3222024-11-151-2/+2
|\|
| * Allow setting custom initialization vector for FileAccessEncrypted. Add expor...bruvzg2024-11-131-2/+2
* | Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0eSpartan3222024-11-121-5/+10
|\|
| * Merge pull request #98604 from Summersay415/read-musicThaddeus Crews2024-11-121-0/+5
| |\
| | * Add media permissionsSummersay4152024-10-281-0/+5
| * | Merge pull request #98971 from syntaxerror247/new_appCategoryThaddeus Crews2024-11-121-1/+1
| |\ \
| | * | Android: Add app_category "Undefined"Anish Mishra2024-11-081-1/+1
| * | | Add ability for PCK patches to remove filesJuan2024-11-111-4/+4
| |/ /
* | | Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1fSpartan3222024-11-061-1/+15
|\| |
| * | Merge pull request #97631 from m4gr3d/prompt_apk_install_after_generationThaddeus Crews2024-11-041-0/+8
| |\ \
| | * | Enable automatic install of export apks for the Android editorFredia Huya-Kouadio2024-10-281-0/+8
| | |/
| * / Add warning when monochrome icon is not specifiedSummersay4152024-10-291-1/+7
| |/
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* | Rebrand Godot to RedotRandolph W. Aarseth II2024-10-111-1/+1
|/
* 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