summaryrefslogtreecommitdiffstats
path: root/platform/android/java/lib/src
Commit message (Expand)AuthorAgeFilesLines
...
* Fix issue causing Godot Android apps / games to freeze on closeFredia Huya-Kouadio2023-11-271-2/+5
* Fix retrieving command line flags in Android.Tareq Anuar2023-10-281-1/+1
* Fix the timeframe when the Android gestures properties are retrieved.Fredia Huya-Kouadio2023-10-111-3/+15
* Cleanups and improvements to the Godot Android library api:Fredia Huya-Kouadio2023-10-087-30/+71
* Add support for the OpenXR Eye gaze interaction extensionBastiaan Olij2023-10-024-0/+39
* Support dark mode on Android and iOS.Zae2023-09-261-0/+20
* Merge pull request #80644 from Distantz/masterRémi Verschelde2023-09-172-4/+22
|\
| * Android stylus pressure and tilt supportpikethom2023-08-152-4/+22
* | Merge pull request #80932 from m4gr3d/fix_hardware_keyboard_input_routing_mainYuri Sizov2023-09-141-0/+29
|\ \
| * | Fix Android input routing logic when using a hardware keyboardFredia Huya-Kouadio2023-08-231-0/+29
| |/
* | Relax restriction on loading v1 Android plugins on Godot 4.2+Fredia Huya-Kouadio2023-09-062-19/+46
* | Godot Android plugin re-architectureFredia Huya-Kouadio2023-09-034-179/+83
|/
* Fix various typos with codespellRémi Verschelde2023-08-072-2/+2
* Fix npe when registering the sensors.Fredia Huya-Kouadio2023-07-281-8/+16
* Godot Android re-architectureFredia Huya-Kouadio2023-07-1614-1063/+1368
* Renaming `Godot.java` to `GodotFragment.java` to better reflect its nature an...Fredia Huya-Kouadio2023-07-161-0/+0
* [Android] Set `echo` property for the physical keyboard events.bruvzg2023-07-063-11/+11
* Merge pull request #78175 from phil-hudson/fix-#78105Rémi Verschelde2023-06-201-2/+8
|\
| * fix(android): set pending intent flag to stop insta-crashPhil Hudson2023-06-201-2/+8
* | Add parameters for the Godot Activity starting intent to allow restarting or ...Fredia Huya-Kouadio2023-06-151-0/+29
|/
* Fix issue causing the last edited project to open while switching to another ...Fredia Huya-Kouadio2023-06-111-1/+1
* Fix spatial viewport multitouch detection supportFredia Huya-Kouadio2023-06-101-3/+3
* Fix issue causing the Android editor to crash when creating a new AudioStream...Fredia Huya-Kouadio2023-05-311-14/+56
* Improve touchpad and mouse support for the Android editorFredia Huya-Kouadio2023-05-255-16/+50
* Improve startup benchmarkingFredia Huya-Kouadio2023-05-235-23/+176
* Add `audio/general/text_to_speech` project setting to enable/disable TTS.bruvzg2023-05-183-13/+20
* [TLS] Add support for platform-specific CA bundles.Fabio Alessandrelli2023-05-122-1/+42
* Fix double tap & drag on AndroidOmar Shehata2023-05-081-0/+3
* Fix potential null in android text entry system.Jason Knight2023-04-121-5/+6
* Bump the target SDK version to 33 (Android 13)Fredia Huya-Kouadio2023-03-211-5/+5
* Fix directory access when the running app has the `All files access` permissionFredia Huya-Kouadio2023-03-201-1/+8
* Merge pull request #74066 from m4gr3d/add_vulkan_version_filter_mainYuri Sizov2023-03-161-2/+13
|\
| * Add feature check to require min Vulkan api version 1.0 on AndroidFredia Huya-Kouadio2023-02-281-2/+13
* | Use the new API for virtual keyboard height detection on Android, bugfixnecrashter2023-03-061-8/+62
|/
* Enable granular control of touchscreen related settingsFredia Huya-Kouadio2023-02-221-0/+7
* Downgrade the vulkan abort logic to a warningFredia Huya-Kouadio2023-02-071-3/+2
* Improve logic to detect whether vulkan is used for renderingFredia Huya-Kouadio2023-02-061-4/+13
* Improve vulkan capability detection on AndroidFredia Huya-Kouadio2023-02-051-2/+18
* More codespell fixes, do more changes from previous ignore listRémi Verschelde2023-02-011-1/+1
* Implement file provider capabilitiesFredia Huya-Kouadio2023-02-011-11/+27
* Merge pull request #72106 from m4gr3d/fix_godot_android_editor_4_crash_after_...Rémi Verschelde2023-01-263-31/+59
|\
| * Fix the issue causing the Godot Android Editor to crash when returning from t...Fredia Huya-Kouadio2023-01-263-31/+59
* | Address kotlin build warningsFredia Huya-Kouadio2023-01-251-2/+2
|/
* Merge pull request #71836 from m4gr3d/fix_godot_editor_cropping_mainRémi Verschelde2023-01-231-1/+0
|\
| * Update the logic to calculate the screen scale on AndroidFredia Huya-Kouadio2023-01-221-1/+0
* | Cleanup and unify keyboard input.bruvzg2023-01-233-18/+16
* | Convert en_GB spelling to en_US with codespellRémi Verschelde2023-01-231-1/+1
|/
* One Copyright Update to rule them allRémi Verschelde2023-01-0547-1363/+1363
* Merge pull request #69990 from exoticorn/fix-android-touch-inputFredia Huya-Kouadio2022-12-141-1/+1
|\
| * handle ambiguous input events as touch eventsDennis Ranke2022-12-121-1/+1