summaryrefslogtreecommitdiffstats
path: root/platform/android
Commit message (Expand)AuthorAgeFilesLines
* Fix issue with resizing the display on Android when using the compatibility r...Fredia Huya-Kouadio2023-04-261-3/+2
* Fix thread IDs.Juan Linietsky2023-04-242-2/+4
* Downgrade android gradle plugin to version 7.2.1.Fredia Huya-Kouadio2023-04-211-1/+1
* [Export docs] Move docs to platform folders.bruvzg2023-04-202-0/+591
* [Export] Add readable descriptions and validation warnings to the export opti...bruvzg2023-04-194-115/+140
* Fix potential null in android text entry system.Jason Knight2023-04-121-5/+6
* Windows TTS: Use HashMap instead of RBMap for idsRémi Verschelde2023-04-111-0/+1
* Bump the target SDK version to 33 (Android 13)Fredia Huya-Kouadio2023-03-214-12/+12
* Fix directory access when the running app has the `All files access` permissionFredia Huya-Kouadio2023-03-201-1/+8
* Make vulkan level 1 an optional requirementFredia Huya-Kouadio2023-03-192-2/+2
* Merge pull request #74066 from m4gr3d/add_vulkan_version_filter_mainYuri Sizov2023-03-163-2/+19
|\
| * Add feature check to require min Vulkan api version 1.0 on AndroidFredia Huya-Kouadio2023-02-283-2/+19
* | Fix null-pointer dereference on Android systems when using gl_compatibility r...Malcolm Nixon2023-03-111-4/+7
* | Add "filesRoot" path to Android provider paths xmllewiji2023-03-091-0/+4
* | Merge pull request #74470 from m4gr3d/configure_snapshot_publish_version_mainRémi Verschelde2023-03-063-1/+10
|\ \
| * | Configure maven central snapshot versions for the Godot Android libraryFredia Huya-Kouadio2023-03-063-1/+10
| |/
* / Use the new API for virtual keyboard height detection on Android, bugfixnecrashter2023-03-061-8/+62
|/
* Merge pull request #73694 from m4gr3d/update_touchscreen_editor_settings_mainRémi Verschelde2023-02-224-6/+41
|\
| * Enable granular control of touchscreen related settingsFredia Huya-Kouadio2023-02-224-6/+41
* | Merge pull request #72817 from m4gr3d/include_htc_xr_category_metadataRémi Verschelde2023-02-211-0/+3
|\ \ | |/ |/|
| * Add HTC Vive focus XR manifest metadataFredia Huya-Kouadio2023-02-061-0/+3
* | Fix crash with bogus shape index to DisplayServer.cursor_set_custom_image()Rémi Verschelde2023-02-171-0/+2
* | Restore FileAccess.close method.bruvzg2023-02-164-0/+14
* | Android: Default Min SDK to 24 for Vulkan mobileRémi Verschelde2023-02-151-6/+6
* | [InputEventKey] Avoid setting both key and modifier to the same value.bruvzg2023-02-142-14/+22
* | Fix the issue causing long-press on a selected node on the scene tree to trig...Fredia Huya-Kouadio2023-02-122-5/+29
* | Further refactoring to AudioDriver implementations after #69120.Emmanouil Papadeas2023-02-093-21/+20
* | Downgrade the vulkan abort logic to a warningFredia Huya-Kouadio2023-02-073-5/+4
|/
* Merge pull request #72552 from m4gr3d/cleanup_custom_build_mainRémi Verschelde2023-02-0610-55/+55
|\
| * Rename Godot's 'custom build' to 'gradle build' to better reflect the underly...Fredia Huya-Kouadio2023-02-0210-55/+55
* | Improve logic to detect whether vulkan is used for renderingFredia Huya-Kouadio2023-02-065-15/+27
* | Improve vulkan capability detection on AndroidFredia Huya-Kouadio2023-02-054-2/+48
|/
* Clean up the XR export logicFredia Huya-Kouadio2023-02-014-67/+32
* More codespell fixes, do more changes from previous ignore listRémi Verschelde2023-02-011-1/+1
* Implement file provider capabilitiesFredia Huya-Kouadio2023-02-014-11/+52
* Refactor high quality texture importJuan Linietsky2023-01-301-0/+1
* Update the XR manifest configsFredia Huya-Kouadio2023-01-273-25/+0
* Merge pull request #72168 from RandomShaper/sensible_lock_returnRémi Verschelde2023-01-271-1/+1
|\
| * Booleanize various sync primitives' wait & locking methodsPedro J. Estébanez2023-01-271-1/+1
* | [Android] Fix virtual keyboard special keys.bruvzg2023-01-261-1/+14
* | Merge pull request #72106 from m4gr3d/fix_godot_android_editor_4_crash_after_...Rémi Verschelde2023-01-268-47/+129
|\ \
| * | Fix the issue causing the Godot Android Editor to crash when returning from t...Fredia Huya-Kouadio2023-01-268-47/+129
* | | Address kotlin build warningsFredia Huya-Kouadio2023-01-251-2/+2
|/ /
* | Merge pull request #71917 from m4gr3d/update_godot_android_editor_labelRémi Verschelde2023-01-242-2/+2
|\ \
| * | Update the Godot Android Editor name from `Godot Editor 4.x` to `Godot Editor...Fredia Huya-Kouadio2023-01-232-2/+2
* | | Merge pull request #71836 from m4gr3d/fix_godot_editor_cropping_mainRémi Verschelde2023-01-234-4/+16
|\ \ \ | |/ / |/| |
| * | Update the logic to calculate the screen scale on AndroidFredia Huya-Kouadio2023-01-224-4/+16
* | | Cleanup and unify keyboard input.bruvzg2023-01-239-67/+26
* | | Convert en_GB spelling to en_US with codespellRémi Verschelde2023-01-232-2/+2
|/ /
* | Merge pull request #71646 from Vilcrow/android-export-genname-checkRémi Verschelde2023-01-202-5/+33
|\ \ | |/ |/|