summaryrefslogtreecommitdiff
path: root/platform/android/export
AgeCommit message (Expand)Author
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
2019-10-15Add connection information and serial number to device descriptionRobbie Cooper
2019-10-15Detect adb connection type and debug over Wi-Fi if neededRobbie Cooper
2019-10-11Cleanup fix for the meta-data parsing crashing bug.fhuya
2019-10-11Android: Work around crash in _fix_manifestRémi Verschelde
2019-10-03Merge pull request #32514 from akien-mga/android-one-click-dont-uninstallRémi Verschelde
2019-10-03Android: Fix manifest parsing and APK names in export codeRémi Verschelde
2019-10-03Android one-click deploy: Don't clear by defaultRémi Verschelde
2019-09-25Merge pull request #32051 from qarmin/some_error_explanationRémi Verschelde
2019-09-25Added some obvious errors explanationsqarmin
2019-09-23Merge pull request #32055 from qarmin/some_code_fixesRémi Verschelde
2019-09-22Changed some code found by Clang Tidy and Coverityqarmin
2019-09-22Fix starting intent problemCagdas
2019-09-20Distinguish editor-originating messages in the editor logHugo Locurcio
2019-09-04Split the Android platform java logic into an Android library module (`lib`) ...fhuya
2019-08-29Android: Improve dialogs about custom build templateRémi Verschelde
2019-08-12Export: Remove temp files from cache after exportRémi Verschelde
2019-08-09Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "platform", "modules/gdnative"...Robin Hübner
2019-08-07Add feature tag for hmd devices based on DOFCameron Reikes
2019-07-02Make the meta-data name attribute settable. This will facilitate reuse for AR...fhuya
2019-07-02Merge pull request #29824 from m4gr3d/add_ovr_exportRémi Verschelde
2019-07-02Add XR mode selection to the Android export process.fhuya
2019-07-01Merge pull request #29815 from NilsIrl/plus_file_1Rémi Verschelde
2019-06-23Replace ` + "/" + ` with `String::file_add()`Nils ANDRÉ-CHANG
2019-06-20Merge pull request #29910 from m4gr3d/dev_deprecate_armv6Rémi Verschelde
2019-06-19Deprecate armv6 support for Androidfhuya
2019-06-19Made use of semicolons more consitent, fixed formattingJohnJLight
2019-06-11Fix error macro calls not ending with semicolonRémi Verschelde
2019-05-18Allow project export to be canceledGeorge Marques
2019-05-01Merge pull request #27676 from qarmin/small_fixes_2Rémi Verschelde