summaryrefslogtreecommitdiff
path: root/platform/android/export
AgeCommit message (Expand)Author
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-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
2020-01-26Check if can export before exporting; show error message if can't export.Mark Wynn Garcia
2020-01-17Android: Improve name of icon export propertiesRémi Verschelde
2020-01-14Add support for Android adaptive icons.Bruno Lourenço
2020-01-10Add support for generating a Oculus Mobile VR apk with hand tracking support.fhuya
2020-01-09Fix Android exporter manifest creation.Bruno Lourenço
2020-01-07Export: Improve usability of command line interfaceRémi Verschelde
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-30Replace the android.defaultConfig.applicationId in build.gradle with the pack...fhuya
2019-12-24Cleans up headers included in editor_node.hHaoyu Qiu
2019-11-28Merge pull request #32854 from cooperra/fix-wireless-adb-debuggingRémi Verschelde
2019-10-23Improve EditorExportPlatform interface.Fabio Alessandrelli