summaryrefslogtreecommitdiffstats
path: root/platform/android/export/export.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Fix starting intent problemCagdas2019-09-221-1/+1
|/ /
* | Distinguish editor-originating messages in the editor logHugo Locurcio2019-09-201-4/+4
* | Split the Android platform java logic into an Android library module (`lib`) ...fhuya2019-09-041-0/+4
|/
* Android: Improve dialogs about custom build templateRémi Verschelde2019-08-291-6/+3
* Export: Remove temp files from cache after exportRémi Verschelde2019-08-121-36/+54
* Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "platform", "modules/gdnative"...Robin Hübner2019-08-091-10/+5
* Add feature tag for hmd devices based on DOFCameron Reikes2019-08-071-0/+133
* Make the meta-data name attribute settable. This will facilitate reuse for AR...fhuya2019-07-021-3/+9
* Merge pull request #29824 from m4gr3d/add_ovr_exportRémi Verschelde2019-07-021-0/+19
|\
| * Add XR mode selection to the Android export process.fhuya2019-07-021-0/+19
* | Merge pull request #29815 from NilsIrl/plus_file_1Rémi Verschelde2019-07-011-1/+1
|\ \
| * | Replace ` + "/" + ` with `String::file_add()`Nils ANDRÉ-CHANG2019-06-231-1/+1
| |/