summaryrefslogtreecommitdiffstats
path: root/platform/android
Commit message (Expand)AuthorAgeFilesLines
* Reimplement Mutex with C++'s <mutex>Pedro J. Estébanez2020-02-265-38/+21
* Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky2020-02-253-20/+27
* Fix suspicious | and + operatorsRafał Mikrut2020-02-231-1/+1
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-204-22/+22
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-183-44/+44
* Remove incomplete battery status/power APIRémi Verschelde2020-02-146-342/+1
* Remove obsolete GLES3 backendRémi Verschelde2020-02-1310-83/+21
* Custom material support seems complete.Juan Linietsky2020-02-111-1/+1
* Texture refactorJuan Linietsky2020-02-112-3/+3
* Merge pull request #35701 from AlexHolly/fix-double_tap-pressed-regressionRémi Verschelde2020-02-091-2/+1
|\
| * Fix double tap pressed event regressionAlexander Holland2020-01-291-2/+1
* | 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
* | Fixed LineEdit virtual keyboard inputs on AndroidPouleyKetchoupp2020-01-311-1/+1
|/
* Merge pull request #35632 from godotengine/revert-32854-fix-wireless-adb-debu...Rémi Verschelde2020-01-271-18/+3
|\
| * Revert "Fix Android deploy with Remote Debug or Network FS over Wi-Fi"Rémi Verschelde2020-01-271-18/+3
* | Address crash caused by missing dependency.fhuya2020-01-273-4/+4
* | Address crash caused by missing dependency.fhuya2020-01-273-2/+6
|/
* Check if can export before exporting; show error message if can't export.Mark Wynn Garcia2020-01-261-6/+8
* Android virtual keyboard respecting LineEdit max length.Bruno Lourenço2020-01-236-10/+23
* Revert "Exposes capture methods to AudioServer + documentation" #30468Rémi Verschelde2020-01-201-3/+3
* doc: Sync classref with current sourceRémi Verschelde2020-01-191-0/+30
* Fix ClassDB API portability with some android and editor classesIgnacio Etcheverry2020-01-195-9/+108
* Android: Improve name of icon export propertiesRémi Verschelde2020-01-171-3/+3
* Add support for Android adaptive icons.Bruno Lourenço2020-01-1423-55/+102
* fixes android double tap regressionAlexander Holland2020-01-134-4/+4
* Add support for generating a Oculus Mobile VR apk with hand tracking support.fhuya2020-01-101-115/+155
* Fixes Android FileDialogAlexander Holland2020-01-108-1/+160
* 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-0166-132/+132
* Replace the android.defaultConfig.applicationId in build.gradle with the pack...fhuya2019-12-303-3/+16
* Cleans up headers included in editor_node.hHaoyu Qiu2019-12-241-0/+1
* i18n: Sync translations with Weblate + update templateRémi Verschelde2019-12-221-1/+0
* Fix crash on Android with no manifest permissions.Fabio Alessandrelli2019-12-171-3/+5
* Add Android NetSocket implementation.Fabio Alessandrelli2019-12-145-0/+220
* Add GodotNetUtils Java class for Android.Fabio Alessandrelli2019-12-143-0/+105
* iOS modular build and export implementation.bruvzg2019-12-012-8/+0
* 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
* | Style: Add missing copyright headersRémi Verschelde2019-11-221-0/+30
* | Revert "Android : implement InputEventMagnifyGesture and InputEventPanGesture"Rémi Verschelde2019-11-111-33/+1
* | Android : implement InputEventMagnifyGesture and InputEventPanGestureJérémy Zurcher2019-11-021-1/+33
* | Improve EditorExportPlatform interface.Fabio Alessandrelli2019-10-231-8/+19
* | Add request permission automatically at androidCagdas2019-10-227-29/+215
* | Merge pull request #32858 from m4gr3d/expand_singleton_base_apiRémi Verschelde2019-10-221-0/+34
|\ \ | |/ |/|
| * Add `View onMainCreateView(Activity activity)` api to the `Godot.SingletonBas...Fredia Huya-Kouadio2019-10-181-0/+34
* | Optimize images losslessly using `oxipng -o6 --strip all --zopfli`Hugo Locurcio2019-10-124-0/+0
|/
* Cleanup fix for the meta-data parsing crashing bug.fhuya2019-10-111-12/+4