Age | Commit message (Expand) | Author |
2020-01-23 | Android virtual keyboard respecting LineEdit max length. | Bruno Lourenço |
2020-01-20 | Revert "Exposes capture methods to AudioServer + documentation" #30468 | Rémi Verschelde |
2020-01-19 | doc: Sync classref with current source | Rémi Verschelde |
2020-01-19 | Fix ClassDB API portability with some android and editor classes | Ignacio Etcheverry |
2020-01-17 | Android: Improve name of icon export properties | Rémi Verschelde |
2020-01-14 | Add support for Android adaptive icons. | Bruno Lourenço |
2020-01-13 | fixes android double tap regression | Alexander Holland |
2020-01-10 | Add support for generating a Oculus Mobile VR apk with hand tracking support. | fhuya |
2020-01-10 | Fixes Android FileDialog | Alexander Holland |
2020-01-09 | Fix Android exporter manifest creation. | Bruno Lourenço |
2020-01-07 | Export: Improve usability of command line interface | Rémi Verschelde |
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde |
2019-12-30 | Replace the android.defaultConfig.applicationId in build.gradle with the pack... | fhuya |
2019-12-24 | Cleans up headers included in editor_node.h | Haoyu Qiu |
2019-12-22 | i18n: Sync translations with Weblate + update template | Rémi Verschelde |
2019-12-17 | Fix crash on Android with no manifest permissions. | Fabio Alessandrelli |
2019-12-14 | Add Android NetSocket implementation. | Fabio Alessandrelli |
2019-12-14 | Add GodotNetUtils Java class for Android. | Fabio Alessandrelli |
2019-12-01 | iOS modular build and export implementation. | bruvzg |
2019-11-28 | Merge pull request #32854 from cooperra/fix-wireless-adb-debugging | Rémi Verschelde |
2019-11-22 | Style: Add missing copyright headers | Rémi Verschelde |
2019-11-11 | Revert "Android : implement InputEventMagnifyGesture and InputEventPanGesture" | Rémi Verschelde |
2019-11-02 | Android : implement InputEventMagnifyGesture and InputEventPanGesture | Jérémy Zurcher |
2019-10-23 | Improve EditorExportPlatform interface. | Fabio Alessandrelli |
2019-10-22 | Add request permission automatically at android | Cagdas |
2019-10-22 | Merge pull request #32858 from m4gr3d/expand_singleton_base_api | Rémi Verschelde |
2019-10-18 | Add `View onMainCreateView(Activity activity)` api to the `Godot.SingletonBas... | Fredia Huya-Kouadio |
2019-10-15 | Add connection information and serial number to device description | Robbie Cooper |
2019-10-15 | Detect adb connection type and debug over Wi-Fi if needed | Robbie Cooper |
2019-10-12 | Optimize images losslessly using `oxipng -o6 --strip all --zopfli` | Hugo Locurcio |
2019-10-11 | Cleanup fix for the meta-data parsing crashing bug. | fhuya |
2019-10-11 | Android: Work around crash in _fix_manifest | Rémi Verschelde |
2019-10-04 | Adds Pen support for Android | Alexander Holland |
2019-10-03 | Merge pull request #32514 from akien-mga/android-one-click-dont-uninstall | Rémi Verschelde |
2019-10-03 | Android: Fix manifest parsing and APK names in export code | Rémi Verschelde |
2019-10-03 | Android one-click deploy: Don't clear by default | Rémi Verschelde |
2019-09-25 | Merge pull request #32051 from qarmin/some_error_explanation | Rémi Verschelde |
2019-09-25 | Added some obvious errors explanations | qarmin |
2019-09-24 | Merge pull request #32269 from m4gr3d/improve_build_time | Rémi Verschelde |
2019-09-24 | Updates the Godot gradle tasks to enable manual runs of the `scons` command. | fhuya |
2019-09-24 | Fix copyright headers and style issues | Rémi Verschelde |
2019-09-23 | Merge pull request #32250 from lawnjelly/android-keyboard2 | Rémi Verschelde |
2019-09-23 | Fix Android keyboard crash with left cursor | lawnjelly |
2019-09-23 | Merge pull request #32055 from qarmin/some_code_fixes | Rémi Verschelde |
2019-09-22 | Changed some code found by Clang Tidy and Coverity | qarmin |
2019-09-22 | Fix starting intent problem | Cagdas |
2019-09-20 | Merge pull request #32064 from m4gr3d/propagate_gl_surface_events | Rémi Verschelde |
2019-09-20 | Distinguish editor-originating messages in the editor log | Hugo Locurcio |
2019-09-19 | Add new events and accompanying logic to notify when the app is paused and re... | fhuya |
2019-09-04 | Split the Android platform java logic into an Android library module (`lib`) ... | fhuya |