summaryrefslogtreecommitdiff
path: root/platform/android/export
AgeCommit message (Expand)Author
2020-11-14Merge pull request #43526 from m4gr3d/address_new_custom_build_logic_issuesRémi Verschelde
2020-11-14Add missing zip alignment step for generated apks.Fredia Huya-Kouadio
2020-11-14Fix issue causing `Export all` to fail.Fredia Huya-Kouadio
2020-11-14Clear unneeded assets when generating an apk expansion.Fredia Huya-Kouadio
2020-11-14Added the .jks file extension as valid preset for Android keystore filesMarcus Brummer
2020-11-13Remove duplicate Android `orientation` settings.Fredia Huya-Kouadio
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-10-28Release .build_version file handle in Android custom build exportPouleyKetchoupp
2020-10-23Fix android apk contents having mtime 1 month in futureMark Riedesel
2020-09-28Merge pull request #41385 from m4gr3d/fix_splash_loading_masterRémi Verschelde
2020-09-05Adds PCK encryption support (using script encryption key for export).bruvzg
2020-09-03[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg
2020-08-19Fix splash screen loading on AndroidFredia Huya-Kouadio
2020-08-05Add 'Export App Bundle' to Android Export OptionsAman Jain
2020-07-27refactor apk signing into it's own methodAman Jain
2020-07-24Write an AndroidManifest.xml file to be merged with app module's manifest.Aman Jain
2020-07-23Copy icons to Gradle projectAman Jain
2020-07-15Create strings.xml files in the gradle project to handle localizationAman Jain
2020-07-10Add override keywords.Marcel Admiraal
2020-07-10Merge pull request #40244 from amanj120/forward_port_bundle_pr_permissionsRémi Verschelde
2020-07-09Refactor permissions and command line flags into separate methodsAman Jain
2020-07-09Utility methods for writing files to Gradle project.Aman Jain
2020-07-03Remove String::find_last (same as rfind)Stijn Hinlopen
2020-06-27Fix the logic to enable focus awarenessFredia Huya-Kouadio
2020-06-04Add support for focus awarenessFredia Huya-Kouadio
2020-06-04Check if the specified Android release keystore existsMarcus Brummer
2020-06-01Fix inconsistent error messages with Android custom export templatesPouleyKetchoupp
2020-05-27Validate that `Use Custom Build` is enabled when `Plugins` are selectedFredia Huya-Kouadio
2020-05-25Perform a clean Gradle build if android plugins changedMarcus Brummer
2020-05-18Update the permission string for the Oculus hand tracking to match the latest...Fredia Huya-Kouadio
2020-05-17Implementation of the Godot Android Plugin configuration fileFredia Huya-Kouadio
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-10Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde
2020-04-28Merge pull request #37193 from madmiraal/fix-android-export-unicode-errorsRémi Verschelde
2020-04-24Fix detection logic for the Android sdk pathFredia Huya-Kouadio
2020-04-13Validate supported architectures when exporting to AndroidSkyJJ
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-23Adding missing include guards to header files identified by LGTM.Rajat Goswami
2020-03-20Fix Android export throwing Unicode errors.Marcel Admiraal
2020-03-05Re-architecture of the Godot Android plugin.fhuya
2020-02-26Reimplement Mutex with C++'s <mutex>Pedro J. Estébanez
2020-02-23Fix suspicious | and + operatorsRafał Mikrut
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-02-14Remove incomplete battery status/power APIRémi Verschelde
2020-02-13Remove obsolete GLES3 backendRémi Verschelde
2020-02-11Texture refactorJuan Linietsky
2020-02-05Remove per-file progress reporting when exporting to AndroidHugo Locurcio
2020-02-05Remove duplicate ERR_PRINT macro.Marcel Admiraal
2020-01-27Revert "Fix Android deploy with Remote Debug or Network FS over Wi-Fi"Rémi Verschelde