summaryrefslogtreecommitdiffstats
path: root/platform/android/export
Commit message (Expand)AuthorAgeFilesLines
* Update the XR manifest configsFredia Huya-Kouadio2023-01-272-16/+0
* [Android export] Added validation of the project name when using $genname in ...S.V.I. Vilcrow2023-01-202-5/+33
* Merge pull request #63312 from bruvzg/one_clickRémi Verschelde2023-01-131-4/+19
|\
| * [Export] Add one-click deploy over SSH for the desktop exports.bruvzg2022-12-291-4/+19
* | Fix writing value for hand-tracking V2.0 to AndroidManifest.xmlTom Beckmann2023-01-111-1/+1
* | One Copyright Update to rule them allRémi Verschelde2023-01-058-232/+232
* | Merge pull request #63483 from qianjunakasumi/qianjunakasumi/masterRémi Verschelde2023-01-033-5/+79
|\ \ | |/ |/|
| * Introduce `appCategory` attribute of android to set category千橘 雫霞2023-01-013-5/+79
* | Merge pull request #67668 from nikitalita/apk-signerRémi Verschelde2022-12-232-21/+109
|\ \
| * | improve get_apksigner_path() robustnessnikitalita2022-10-202-21/+109
* | | Rename all gdnative occurences to gdextensionGilles Roudière2022-12-121-4/+4
* | | Use system fonts as fallback and improve system font handling.bruvzg2022-12-041-2/+2
* | | Updating the minimum Android target api for proper Vulkan supportFredia Huya-Kouadio2022-11-301-1/+1
* | | Fix periods in editor strings and messagesHugo Locurcio2022-11-141-9/+9
* | | [Android] Fix GDExtension export and loading.bruvzg2022-11-082-38/+76
* | | Unify usage of GLOBAL/EDITOR_GETkobewi2022-10-182-23/+23
|/ /
* | Merge pull request #67259 from lucasnlm/optimiza-android-exportFredia Huya-Kouadio2022-10-171-12/+14
|\ \
| * | Revert changeLucas Lima2022-10-111-2/+1
| * | Optimize Android export processLucas Lima2022-10-111-13/+16
* | | Make some Image methods statickobewi2022-10-141-1/+1
|/ /
* | Use `JSON::stringify` where possibleMicky2022-10-111-2/+1
* | Split rendering driver project setting into renderer_name and rendering_drive...clayjohn2022-09-192-11/+2
* | Disable menus and functionality that are not relevant on the Android Editor portFredia Huya-Kouadio2022-09-131-0/+2
* | Fixes #65377: get_datetime_* functions can return wrong valuesJames2022-09-101-8/+7
* | Rename String `plus_file` to `path_join`Aaron Franke2022-08-292-18/+18
* | Revert the architecture values update made to the Android export logicFredia Huya-Kouadio2022-08-251-4/+4
* | Unify bits, arch, and android_arch into env["arch"]Aaron Franke2022-08-251-4/+4
* | Disable threads used to check on plugins to loadFredia Huya-Kouadio2022-08-152-4/+8
* | Refactor the export checking logic to improve separation of concernsFredia Huya-Kouadio2022-08-142-3/+17
* | Update export dialog to handle many architecturesAaron Franke2022-07-291-0/+2
* | Make some editor export methods constAaron Franke2022-07-292-4/+4
* | Split up editor export code into multiple filesAaron Franke2022-07-263-4/+4
|/
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-251-3/+3
* Add static methods for creating Image and ImageTexturekobewi2022-07-081-7/+2
* Add full support for Android scoped storage.Fredia Huya-Kouadio2022-07-054-10/+21
* Android: Refactor Custom Build options in export presetRémi Verschelde2022-07-031-28/+66
* Update android:targetSdkVersion from 30 to 31Gustavo Maciel2022-06-231-1/+1
* Add readable export errors.bruvzg2022-06-081-31/+38
* Cleanup Android C++ codeMarcel Admiraal2022-05-316-17/+14
* Fix the logic to restart the Godot applicationFredia Huya-Kouadio2022-05-233-20/+0
* Add a new HashSet templatereduz2022-05-202-2/+2
* Add dedicated macros for property name extractionHaoyu Qiu2022-05-191-6/+6
* Replace most uses of Map by HashMapreduz2022-05-162-2/+2
* Fix ZipIO crash when reused (and possible leaks).bruvzg2022-05-111-3/+5
* Update Meta hand tracking versionFredy Huya-Kouadio2022-04-272-5/+14
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-112-32/+23
* Fix some issues found by cppcheck.bruvzg2022-04-062-5/+11
* Remove duplicate `resizable` settingsFredia Huya-Kouadio2022-04-042-3/+2
* Update `resize` settings:Fredia Huya-Kouadio2022-04-042-3/+11
* Implement GDExtension export plugin.bruvzg2022-03-162-8/+8