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