summaryrefslogtreecommitdiffstats
path: root/platform/android
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/ |/|
| * [Android export] Added validation of the project name when using $genname in ...S.V.I. Vilcrow2023-01-202-5/+33
* | [GDExtension] Expose some low level functions and String operators.bruvzg2023-01-191-8/+8
|/
* Improve DisplayServer message for video card drivers failureRémi Verschelde2023-01-171-6/+7
* Update all outdated online documentation linksYuri Sizov2023-01-141-1/+1
* Merge pull request #63312 from bruvzg/one_clickRémi Verschelde2023-01-135-4/+21
|\
| * [Export] Add one-click deploy over SSH for the desktop exports.bruvzg2022-12-295-4/+21
* | Fix writing value for hand-tracking V2.0 to AndroidManifest.xmlTom Beckmann2023-01-111-1/+1
* | Use BitField<> in core type masksJuan Linietsky2023-01-085-34/+34
* | Add support for the custom initial screen for the main window, fix primary sc...bruvzg2023-01-072-5/+10
* | One Copyright Update to rule them allRémi Verschelde2023-01-05102-2958/+2958
* | Merge pull request #63483 from qianjunakasumi/qianjunakasumi/masterRémi Verschelde2023-01-034-5/+80
|\ \ | |/ |/|
| * Introduce `appCategory` attribute of android to set category千橘 雫霞2023-01-014-5/+80
* | Merge pull request #67668 from nikitalita/apk-signerRémi Verschelde2022-12-232-21/+109
|\ \
| * | improve get_apksigner_path() robustnessnikitalita2022-10-202-21/+109