summaryrefslogtreecommitdiffstats
path: root/platform/android/export
Commit message (Expand)AuthorAgeFilesLines
* Add 'Export App Bundle' to Android Export OptionsAman Jain2020-08-051-91/+173
* refactor apk signing into it's own methodAman Jain2020-07-271-82/+90
* Write an AndroidManifest.xml file to be merged with app module's manifest.Aman Jain2020-07-242-6/+135
* Copy icons to Gradle projectAman Jain2020-07-231-53/+100
* Create strings.xml files in the gradle project to handle localizationAman Jain2020-07-152-4/+60
* Add override keywords.Marcel Admiraal2020-07-101-18/+18
* Merge pull request #40244 from amanj120/forward_port_bundle_pr_permissionsRémi Verschelde2020-07-101-140/+148
|\
| * Refactor permissions and command line flags into separate methodsAman Jain2020-07-091-140/+148
* | Utility methods for writing files to Gradle project.Aman Jain2020-07-091-0/+101
|/
* Remove String::find_last (same as rfind)Stijn Hinlopen2020-07-031-1/+1
* Fix the logic to enable focus awarenessFredia Huya-Kouadio2020-06-271-2/+4
* Add support for focus awarenessFredia Huya-Kouadio2020-06-041-0/+32
* Check if the specified Android release keystore existsMarcus Brummer2020-06-041-0/+7
* Fix inconsistent error messages with Android custom export templatesPouleyKetchoupp2020-06-011-4/+13
* Validate that `Use Custom Build` is enabled when `Plugins` are selectedFredia Huya-Kouadio2020-05-271-0/+9
* Perform a clean Gradle build if android plugins changedMarcus Brummer2020-05-251-0/+29
* Update the permission string for the Oculus hand tracking to match the latest...Fredia Huya-Kouadio2020-05-181-2/+2
* Implementation of the Godot Android Plugin configuration fileFredia Huya-Kouadio2020-05-171-13/+131
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-21/+40
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-82/+0
* Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde2020-05-101-1/+2
* Merge pull request #37193 from madmiraal/fix-android-export-unicode-errorsRémi Verschelde2020-04-281-5/+23
|\
| * Fix Android export throwing Unicode errors.Marcel Admiraal2020-03-201-5/+23
* | Fix detection logic for the Android sdk pathFredia Huya-Kouadio2020-04-241-1/+1
* | Validate supported architectures when exporting to AndroidSkyJJ2020-04-131-0/+9
* | Replace NULL with nullptrlupoDharkael2020-04-021-34/+34
* | Adding missing include guards to header files identified by LGTM.Rajat Goswami2020-03-231-0/+5
|/
* Re-architecture of the Godot Android plugin.fhuya2020-03-051-256/+12
* Reimplement Mutex with C++'s <mutex>Pedro J. Estébanez2020-02-261-20/+8
* Fix suspicious | and + operatorsRafał Mikrut2020-02-231-1/+1
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-4/+4
* Remove incomplete battery status/power APIRémi Verschelde2020-02-141-1/+1
* Remove obsolete GLES3 backendRémi Verschelde2020-02-131-11/+3
* Texture refactorJuan Linietsky2020-02-111-2/+2
* Remove per-file progress reporting when exporting to AndroidHugo Locurcio2020-02-051-8/+5
* Remove duplicate ERR_PRINT macro.Marcel Admiraal2020-02-051-6/+6
* Revert "Fix Android deploy with Remote Debug or Network FS over Wi-Fi"Rémi Verschelde2020-01-271-18/+3
* Check if can export before exporting; show error message if can't export.Mark Wynn Garcia2020-01-261-6/+8
* Android: Improve name of icon export propertiesRémi Verschelde2020-01-171-3/+3
* Add support for Android adaptive icons.Bruno Lourenço2020-01-141-53/+95
* Add support for generating a Oculus Mobile VR apk with hand tracking support.fhuya2020-01-101-115/+155
* Fix Android exporter manifest creation.Bruno Lourenço2020-01-091-6/+6
* Export: Improve usability of command line interfaceRémi Verschelde2020-01-071-19/+24
* Update copyright statements to 2020Rémi Verschelde2020-01-012-4/+4
* Replace the android.defaultConfig.applicationId in build.gradle with the pack...fhuya2019-12-301-2/+5
* Cleans up headers included in editor_node.hHaoyu Qiu2019-12-241-0/+1
* Merge pull request #32854 from cooperra/fix-wireless-adb-debuggingRémi Verschelde2019-11-281-3/+18
|\
| * Add connection information and serial number to device descriptionRobbie Cooper2019-10-151-0/+8
| * Detect adb connection type and debug over Wi-Fi if neededRobbie Cooper2019-10-151-3/+10
* | Improve EditorExportPlatform interface.Fabio Alessandrelli2019-10-231-8/+19
|/