summaryrefslogtreecommitdiff
path: root/platform/android/export
AgeCommit message (Expand)Author
2022-11-14Fix periods in editor strings and messagesHugo Locurcio
2022-11-08[Android] Fix GDExtension export and loading.bruvzg
2022-10-18Unify usage of GLOBAL/EDITOR_GETkobewi
2022-10-17Merge pull request #67259 from lucasnlm/optimiza-android-exportFredia Huya-Kouadio
2022-10-14Make some Image methods statickobewi
2022-10-11Revert changeLucas Lima
2022-10-11Optimize Android export processLucas Lima
2022-10-11Use `JSON::stringify` where possibleMicky
2022-09-19Split rendering driver project setting into renderer_name and rendering_drive...clayjohn
2022-09-13Disable menus and functionality that are not relevant on the Android Editor portFredia Huya-Kouadio
2022-09-10Fixes #65377: get_datetime_* functions can return wrong valuesJames
2022-08-29Rename String `plus_file` to `path_join`Aaron Franke
2022-08-25Revert the architecture values update made to the Android export logicFredia Huya-Kouadio
2022-08-25Unify bits, arch, and android_arch into env["arch"]Aaron Franke
2022-08-15Disable threads used to check on plugins to loadFredia Huya-Kouadio
2022-08-14Refactor the export checking logic to improve separation of concernsFredia Huya-Kouadio
2022-07-29Update export dialog to handle many architecturesAaron Franke
2022-07-29Make some editor export methods constAaron Franke
2022-07-26Split up editor export code into multiple filesAaron Franke
2022-07-25Code quality: Fix header guards consistencyRémi Verschelde
2022-07-08Add static methods for creating Image and ImageTexturekobewi
2022-07-05Add full support for Android scoped storage.Fredia Huya-Kouadio
2022-07-03Android: Refactor Custom Build options in export presetRémi Verschelde
2022-06-23Update android:targetSdkVersion from 30 to 31Gustavo Maciel
2022-06-08Add readable export errors.bruvzg
2022-05-31Cleanup Android C++ codeMarcel Admiraal
2022-05-23Fix the logic to restart the Godot applicationFredia Huya-Kouadio
2022-05-20Add a new HashSet templatereduz
2022-05-19Add dedicated macros for property name extractionHaoyu Qiu
2022-05-16Replace most uses of Map by HashMapreduz
2022-05-11Fix ZipIO crash when reused (and possible leaks).bruvzg
2022-04-27Update Meta hand tracking versionFredy Huya-Kouadio
2022-04-11Make FileAccess and DirAccess classes reference counted.bruvzg
2022-04-06Fix some issues found by cppcheck.bruvzg
2022-04-04Remove duplicate `resizable` settingsFredia Huya-Kouadio
2022-04-04Update `resize` settings:Fredia Huya-Kouadio
2022-03-16Implement GDExtension export plugin.bruvzg
2022-03-11Merge pull request #58986 from akien-mga/diraccessrefRémi Verschelde
2022-03-11Merge pull request #58751 from bruvzg/loc_str_propsRémi Verschelde
2022-03-11Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaksRémi Verschelde
2022-03-05Rename StreamTexture* to CompressedTexture*reduz
2022-03-04Improve app name and system permission message localization.bruvzg
2022-02-15Editor: Cleanup some includes dependenciesRémi Verschelde
2022-02-12Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker
2022-02-04Cleanup and move char functions to the `char_utils.h` header.bruvzg
2022-01-26Fix XR Android manifest metadataFredia Huya-Kouadio
2022-01-18Merge pull request #47522 from madmiraal/rename-test_width-test_heightRémi Verschelde
2022-01-12Merge pull request #56673 from winterpixelgames/bugfix-android-keystore-pathsRémi Verschelde
2022-01-10Android export plugin passes absolute file paths to gradle for keystores.Jason Knight
2022-01-05Fix decoding UTF-8 filenames on unzipping.bruvzg