summaryrefslogtreecommitdiff
path: root/platform/android/export/gradle_export_util.h
AgeCommit message (Expand)Author
2023-02-06Merge pull request #72552 from m4gr3d/cleanup_custom_build_mainRémi Verschelde
2023-02-06Improve logic to detect whether vulkan is used for renderingFredia Huya-Kouadio
2023-02-02Rename Godot's 'custom build' to 'gradle build' to better reflect the underly...Fredia Huya-Kouadio
2023-02-01Clean up the XR export logicFredia Huya-Kouadio
2023-01-05One Copyright Update to rule them allRémi Verschelde
2023-01-03Merge pull request #63483 from qianjunakasumi/qianjunakasumi/masterRémi Verschelde
2023-01-01 Introduce `appCategory` attribute of android to set category千橘 雫霞
2022-07-26Split up editor export code into multiple filesAaron Franke
2022-07-25Code quality: Fix header guards consistencyRémi Verschelde
2022-07-05Add full support for Android scoped storage.Fredia Huya-Kouadio
2022-05-31Cleanup Android C++ codeMarcel Admiraal
2022-05-23Fix the logic to restart the Godot applicationFredia Huya-Kouadio
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-09Add support for configuring the xr hand tracking frequency modene0fhyk
2021-11-20Add support for OpenXR export configurations.Fredia Huya-Kouadio
2021-09-15Add support for Play Asset Delivery.ne0fhyk
2021-08-16Add partial support for Android scoped storage.ne0fhyk
2021-08-12Split android platform export template into multiple filesSergey Minakov
2021-07-01Android: Add `isGame` application attribute, default to trueRémi Verschelde
2021-06-29Add GDNative libraries to Android custom Gradle buildsMarcel Admiraal
2021-06-11Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde
2021-05-25Allow basic user data backup on AndroidPedro J. Estébanez
2021-05-24Use an enum to represent screen orientation in the Project SettingsHugo Locurcio
2021-04-26Remove deprecated xr features properties. These properties are now provided d...Fredia Huya-Kouadio
2021-04-05Style: Apply clang-tidy's `readability-braces-around-statements`Rémi Verschelde
2021-02-26Update the logic to load Godot Android plugins packaged into the binary.Fredia Huya-Kouadio
2021-02-18Reorganize Project Settingsreduz
2021-02-17Add verbose logging to help with troubleshooting the Android build/export pro...Fredia Huya-Kouadio
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-28Rename empty() to is_empty()Marcel Admiraal
2020-11-22Update gradle build files to automatically perform signing and zipalign tasks...Fredia Huya-Kouadio
2020-11-13Remove duplicate Android `orientation` settings.Fredia Huya-Kouadio
2020-09-05Adds PCK encryption support (using script encryption key for export).bruvzg
2020-07-24Write an AndroidManifest.xml file to be merged with app module's manifest.Aman Jain
2020-07-15Create strings.xml files in the gradle project to handle localizationAman Jain
2020-07-09Utility methods for writing files to Gradle project.Aman Jain