summaryrefslogtreecommitdiffstats
path: root/platform/android/export/export.cpp
Commit message (Expand)AuthorAgeFilesLines
* Refactor permissions and command line flags into separate methodsAman Jain2020-07-091-140/+148
* 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
|/
* 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-011-2/+2
* 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
|/
* Cleanup fix for the meta-data parsing crashing bug.fhuya2019-10-111-12/+4
* Android: Work around crash in _fix_manifestRémi Verschelde2019-10-111-2/+4
* Merge pull request #32514 from akien-mga/android-one-click-dont-uninstallRémi Verschelde2019-10-031-1/+1
|\
| * Android one-click deploy: Don't clear by defaultRémi Verschelde2019-10-031-1/+1
* | Android: Fix manifest parsing and APK names in export codeRémi Verschelde2019-10-031-4/+4
|/
* Merge pull request #32051 from qarmin/some_error_explanationRémi Verschelde2019-09-251-3/+3
|\
| * Added some obvious errors explanationsqarmin2019-09-251-3/+3
* | Merge pull request #32055 from qarmin/some_code_fixesRémi Verschelde2019-09-231-3/+3
|\ \
| * | Changed some code found by Clang Tidy and Coverityqarmin2019-09-221-3/+3