summaryrefslogtreecommitdiffstats
path: root/platform/android/export/export.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/
* | Merge pull request #29910 from m4gr3d/dev_deprecate_armv6Rémi Verschelde2019-06-201-3/+0
|\ \
| * | Deprecate armv6 support for Androidfhuya2019-06-191-3/+0
| |/
* / Made use of semicolons more consitent, fixed formattingJohnJLight2019-06-191-1/+1
|/
* Fix error macro calls not ending with semicolonRémi Verschelde2019-06-111-1/+1
* Allow project export to be canceledGeorge Marques2019-05-181-12/+34
* Merge pull request #27676 from qarmin/small_fixes_2Rémi Verschelde2019-05-011-2/+0
|\
| * Small fixes to static analyzer bugsqarmin2019-04-041-2/+0
* | Clean up latency related functionsJuan Linietsky2019-04-271-2/+2
* | Android now (optionally) builds the template when exportingJuan Linietsky2019-04-071-24/+375
* | Small fixes, mostly dupicated codeqarmin2019-04-081-4/+0
|/
* Fix directory check when exporting projectvolzhs2019-03-061-1/+1
* Merge pull request #26633 from akien-mga/driver-fallback-etcRémi Verschelde2019-03-061-0/+10
|\
| * Disable driver fallback to GLES2 by defaultRémi Verschelde2019-03-051-0/+10
* | Fixes misleading error message when trying to exportRicardo Lüders2019-03-051-0/+4
|/
* Improve VRAM texture compression checks for mobile/webRémi Verschelde2019-03-031-8/+2
* -Properly handle missing ETC support on exportJuan Linietsky2019-02-261-0/+6
* Add -Wshadow=local to warnings and fix reported issues.marxin2019-02-201-2/+2