summaryrefslogtreecommitdiffstats
path: root/platform/android/java/lib/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | Rename all gdnative occurences to gdextensionGilles Roudière2022-12-122-18/+18
|/
* Use system fonts as fallback and improve system font handling.bruvzg2022-12-041-0/+5
* Enable GLES3 on Androidclayjohn2022-11-293-15/+12
* Add missing display server overridesFredia Huya-Kouadio2022-11-275-3/+99
* Fix parsing of the `keep_screen_on` display settingFredia Huya-Kouadio2022-11-171-1/+1
* Android: Fix parsing `keep_screen_on` settingRémi Verschelde2022-11-171-1/+1
* Small set of fixes to the input logicFredia Huya-Kouadio2022-11-073-37/+31
* Add double_tap attribute to InputEventScreenTouchFredia Huya-Kouadio2022-10-223-33/+20
* Merge pull request #66946 from m4gr3d/cursor_shape_logic_cleanup_mainFredia Huya-Kouadio2022-10-052-8/+12
|\
| * Cleanup of the Android cursor shape logicFredia Huya-Kouadio2022-10-052-8/+12
* | Fix null in android keyboard handling.Jason Knight2022-10-051-1/+1
|/
* Split rendering driver project setting into renderer_name and rendering_drive...clayjohn2022-09-191-4/+4
* Merge pull request #65501 from m4gr3d/fix_invalid_project_manager_path_mainRémi Verschelde2022-09-082-8/+31
|\
| * Fix issue causing the project manager to crash because of missing path argumentFredia Huya-Kouadio2022-09-072-8/+31
* | Enable long press, pan and scale gestures for the Godot Android EditorFredia Huya-Kouadio2022-09-071-1/+1
* | Cleanup the Android input logic implementationFredia Huya-Kouadio2022-09-076-215/+521
|/
* Fix issue preventing the Android Editor from displaying the project contentFredia Huya-Kouadio2022-08-152-6/+7
* Merge pull request #62885 from madmiraal/fix-59931Rémi Verschelde2022-08-083-20/+21
|\
| * Fix incorrect Android scancodesMarcel Admiraal2022-07-133-20/+21
* | Add support for multiple virtual keyboard typesBrian Semrau2022-08-043-11/+47