summaryrefslogtreecommitdiff
path: root/platform/android/export/export_plugin.cpp
AgeCommit message (Expand)Author
2022-10-14Make some Image methods statickobewi
2022-10-11Use `JSON::stringify` where possibleMicky
2022-09-19Split rendering driver project setting into renderer_name and rendering_drive...clayjohn
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-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 #58751 from bruvzg/loc_str_propsRé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
2022-01-04Rename Project Window width and height settings to match their functionMarcel Admiraal
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-10Merge pull request #43181 from nathanfranke/string-emptyRémi Verschelde
2021-12-09Merge pull request #55767 from m4gr3d/config_hand_tracking_frequency_masterRémi Verschelde
2021-12-09Merge pull request #55759 from m4gr3d/enable_exclude_from_recents_masterRémi Verschelde
2021-12-09Add support for configuring the xr hand tracking frequency modene0fhyk
2021-12-09Enable configuration of the `android:excludeFromRecents` activity attribute.Fredia Huya-Kouadio
2021-12-09Replace String comparisons with "", String() to is_empty()Nathan Franke
2021-12-08Add configs to specify the min and target sdk versions.Fredia Huya-Kouadio
2021-11-23Rename `remove()` to `remove_at()` when removing by indexLightning_A
2021-11-20Add support for OpenXR export configurations.Fredia Huya-Kouadio