summaryrefslogtreecommitdiffstats
path: root/platform/android/export/export_plugin.h
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@6c05ec3d6732cac44cf85c91db7d3fd1075bcb23Spartan3222024-11-151-3/+3
|\
| * Allow setting custom initialization vector for FileAccessEncrypted. Add expor...bruvzg2024-11-131-3/+3
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Merge commit godotengine/godot@b3bcb2dc14691f7729984128dca26a844f662fa1Spartan3222024-10-221-0/+1
|\|
| * Don't include `core/io/image.h` in `core/os/os.h`Yevhen Babiichuk (DustDFG)2024-10-181-0/+1
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Add support for Android Themed Icons (monochrome)Anish Mishra2024-09-271-2/+3
* Allow adding custom export platforms using scripts / GDExtension.bruvzg2024-08-281-4/+4
* Update the splash screen logic for the Godot app templateFredia Huya-Kouadio2024-06-101-20/+3
* Merge pull request #90611 from m4gr3d/automatically_generate_debug_keystoreRémi Verschelde2024-04-221-0/+7
|\
| * Automatically generate the Android debug keystoreFredia Huya-Kouadio2024-04-121-0/+7
* | Fix issue with resolving the path for the Android keystore fileFredia Huya-Kouadio2024-04-121-0/+2
|/
* Display a warning if device CPU architecture is not active in the export preset.Alexander Hartmann2024-02-231-0/+3
* Merge pull request #87823 from KoBeWi/ban_adbRémi Verschelde2024-02-171-1/+5
|\
| * Don't invoke adb with no runnable Android presetkobewi2024-02-151-1/+5
* | Android: Allow using alternative Gradle build directoryDavid Snopek2024-02-161-6/+5
|/
* Merge pull request #86383 from m4gr3d/editor_export_specify_java_sdk_path_mainYuri Sizov2024-01-181-0/+2
|\
| * Specify the path to the Java SDK used for the Android gradle buildFredia Huya-Kouadio2024-01-181-0/+2
* | android keystore username and password are checked on exportPatchcoat2023-11-031-0/+1
|/
* Re-architect how Android plugins are packaged and handled at export timeFredia Huya-Kouadio2023-07-181-23/+13
* Allow exporting release Android builds without a debug keystoreMichael Alexsander2023-06-191-1/+1
* Store sensitive export options in dedicated credentials fileAndreas Raddau2023-05-101-0/+9
* [Export] Add readable descriptions and validation warnings to the export opti...bruvzg2023-04-191-3/+5
* Merge pull request #72552 from m4gr3d/cleanup_custom_build_mainRémi Verschelde2023-02-061-4/+4
|\
| * Rename Godot's 'custom build' to 'gradle build' to better reflect the underly...Fredia Huya-Kouadio2023-02-021-4/+4
* | Improve logic to detect whether vulkan is used for renderingFredia Huya-Kouadio2023-02-061-0/+2
|/
* [Android export] Added validation of the project name when using $genname in ...S.V.I. Vilcrow2023-01-201-0/+3
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Merge pull request #67668 from nikitalita/apk-signerRémi Verschelde2022-12-231-1/+1
|\
| * improve get_apksigner_path() robustnessnikitalita2022-10-201-1/+1
* | [Android] Fix GDExtension export and loading.bruvzg2022-11-081-3/+19
|/
* Disable threads used to check on plugins to loadFredia Huya-Kouadio2022-08-151-0/+2
* Refactor the export checking logic to improve separation of concernsFredia Huya-Kouadio2022-08-141-1/+2
* Make some editor export methods constAaron Franke2022-07-291-2/+2
* Split up editor export code into multiple filesAaron Franke2022-07-261-1/+1
* Add full support for Android scoped storage.Fredia Huya-Kouadio2022-07-051-1/+3
* Cleanup Android C++ codeMarcel Admiraal2022-05-311-0/+5
* Add a new HashSet templatereduz2022-05-201-1/+1
* Replace most uses of Map by HashMapreduz2022-05-161-1/+1
* Implement GDExtension export plugin.bruvzg2022-03-161-1/+1
* Editor: Cleanup some includes dependenciesRémi Verschelde2022-02-151-19/+2
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-1/+0
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Pass the correct `export_format` argument to locate the assets directory when...ne0fhyk2021-10-111-1/+1
* Add support for Play Asset Delivery.ne0fhyk2021-09-151-5/+2
* Add partial support for Android scoped storage.ne0fhyk2021-08-161-0/+2
* Split android platform export template into multiple filesSergey Minakov2021-08-121-0/+255