summaryrefslogtreecommitdiffstats
path: root/platform/android/export/export.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3efSpartan3222024-11-191-1/+17
|\
| * Merge pull request #97992 from Nikitf777/android-sdk-pathThaddeus Crews2024-11-181-1/+17
| |\
| | * Add default value of editor propetry "export/android/android_sdk_path" for Wi...Nikita2024-11-171-1/+17
* | | Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1fSpartan3222024-11-061-1/+3
|\| |
| * | Enable automatic install of export apks for the Android editorFredia Huya-Kouadio2024-10-281-1/+3
| |/
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Add Advanced Settings switch to Editor Settingskobewi2024-09-171-5/+5
* [Editor] Expose more editor settings to documentationA Thousand Ships2024-09-121-0/+1
* Update the `GodotHost` interface to support signing and verifying Android apksFredia Huya-Kouadio2024-08-261-5/+6
* Automatically generate the Android debug keystoreFredia Huya-Kouadio2024-04-121-3/+4
* 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
* | Hide Keystore Release password on Android's Export windowMicky2024-01-061-0/+1
|/
* Replace the use of the `ANDROID_SDK_ROOT` env variable with `ANDROID_HOME` as...Fredia Huya-Kouadio2023-11-011-1/+1
* Automatically pick the Android sdk path using environment variablesFredia Huya-Kouadio2023-11-011-1/+1
* Android: Add option to always use WiFi to connect to remote debugBrennen Shaughnessy2023-08-281-0/+3
* Style: Harmonize header includes in platform portsRémi Verschelde2023-06-081-1/+2
* [Export] Add readable descriptions and validation warnings to the export opti...bruvzg2023-04-191-0/+4
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Disable menus and functionality that are not relevant on the Android Editor portFredia Huya-Kouadio2022-09-131-0/+2
* Split up editor export code into multiple filesAaron Franke2022-07-261-2/+2
* Cleanup Android C++ codeMarcel Admiraal2022-05-311-5/+0
* Editor: Cleanup some includes dependenciesRémi Verschelde2022-02-151-0/+3
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Move the Android "clear previous install" setting to Editor SettingsHugo Locurcio2021-08-161-0/+2
* Split android platform export template into multiple filesSergey Minakov2021-08-121-3015/+1
* Make progress and errors translatable when exporting to AndroidHaoyu Qiu2021-08-011-30/+29
* Fix custom build exportFredia Huya-Kouadio2021-07-271-0/+2
* Addes ability to load build sources from file.reduz2021-07-151-2/+1
* Android: Add `isGame` application attribute, default to trueRémi Verschelde2021-07-011-0/+6
* Add GDNative libraries to Android custom Gradle buildsMarcel Admiraal2021-06-291-1/+66
* Add support for custom debug keystore.ne0fhyk2021-06-221-12/+28
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-7/+7
* Add adb output to error message when install failsMarcel Admiraal2021-06-191-1/+1
* Merge pull request #49123 from aaronfranke/it-is-timeRémi Verschelde2021-06-121-2/+2
|\
| * Add Time singletonAaron Franke2021-06-111-2/+2
* | Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-111-2/+2
|/
* Merge pull request #48963 from HaywardMorihara/export-android-keystore-debug-...Rémi Verschelde2021-06-011-0/+14
|\
| * Exporting: Android Debug Keystore WarningsNathaniel Morihara2021-05-241-0/+14
* | Implement shader cachingreduz2021-05-311-2/+2
* | Allow basic user data backup on AndroidPedro J. Estébanez2021-05-251-0/+8
|/
* Use an enum to represent screen orientation in the Project SettingsHugo Locurcio2021-05-241-1/+2
* Core: Drop custom `copymem`/`zeromem` definesRémi Verschelde2021-04-271-1/+1
* Remove deprecated xr features properties. These properties are now provided d...Fredia Huya-Kouadio2021-04-261-49/+0
* Fix issue causing export to fail with "Could not unzip temporary unaligned AP...Fredia Huya-Kouadio2021-04-151-10/+28
* Fix custom boot splash image scaling.Fredia Huya-Kouadio2021-04-121-7/+23
* Style: Apply clang-tidy's `readability-braces-around-statements`Rémi Verschelde2021-04-051-3/+5
* Style: Apply clang-tidy's `modernize-use-nullptr`Rémi Verschelde2021-04-051-4/+4
* Merge pull request #46457 from m4gr3d/fix_invalid_missing_templates_error_masterRémi Verschelde2021-02-271-7/+10
|\