summaryrefslogtreecommitdiffstats
path: root/platform/android/java/lib/src
Commit message (Expand)AuthorAgeFilesLines
* [DisplayServer] Implement has_hardware_keyboard method for Android and iOS.bruvzg2024-10-022-1/+9
* Provide access to the Android runtime to GDScriptFredia Huya-Kouadio2024-09-292-1/+68
* Style: Apply new `clang-format` changesThaddeus Crews2024-09-201-1/+1
* Update the Android editor flavors to avoid vendor-specific referencesFredia Huya-Kouadio2024-09-131-1/+1
* Disable some editor settings by default in the XR Editordevloglogan2024-09-093-0/+21
* Improve support for XR projectsFredia Huya-Kouadio2024-09-063-4/+62
* Restore 'Toggle fullscreen' menu for the Android editor and clean up the imme...Fredia Huya-Kouadio2024-08-281-46/+68
* Add support for launching the Play window in PiP modeFredia Huya-Kouadio2024-08-282-12/+23
* Add support to the Android editor for signing and verifying Android apksFredia Huya-Kouadio2024-08-261-0/+4
* Update the `GodotHost` interface to support signing and verifying Android apksFredia Huya-Kouadio2024-08-265-2/+71
* Update the storage access handler logic to support accessing / retrieving con...Fredia Huya-Kouadio2024-08-2615-235/+648
* Merge pull request #94799 from m4gr3d/memory_allocation_cleanup_and_optimizat...Rémi Verschelde2024-08-167-175/+547
|\
| * Memory cleanup and optimizationsFredia Huya-Kouadio2024-08-167-175/+547
* | Update the Android `fileLastModified` method to return values in seconds inst...Fredia Huya-Kouadio2024-08-152-2/+2
|/
* Fix the cleanup logic for the Android render threadFredia Huya-Kouadio2024-07-2411-36/+114
* Merge pull request #94468 from m4gr3d/restart_editor_when_updating_touchscree...Rémi Verschelde2024-07-172-2/+5
|\
| * Disable long press for mouse eventsFredia Huya-Kouadio2024-07-172-2/+5
* | Cleanup Android input on render thread settingsFredia Huya-Kouadio2024-07-093-35/+17
|/
* Fix ANRs reported by the Google Play ConsoleFredia Huya-Kouadio2024-07-046-122/+191
* Fix crashes reported by the Google Play ConsoleFredia Huya-Kouadio2024-07-044-40/+54
* Merge pull request #92965 from m4gr3d/fix_splash_screenRémi Verschelde2024-06-131-1/+5
|\
| * Configure the splash screen for the Android editorFredia Huya-Kouadio2024-06-101-1/+5
* | Move the most specific motion event guard to the top of the function.Tareq Anuar2024-06-111-13/+12
|/
* Fix invalid return value when multiple permission requests are dispatchedFredia Huya-Kouadio2024-06-021-4/+6
* Merge pull request #92133 from m4gr3d/fix_touch_inputRémi Verschelde2024-05-293-117/+116
|\
| * Input logic cleanup:Fredia Huya-Kouadio2024-05-193-117/+116
* | Fix InputEventScreenDrag on AndroidAlexander Hartmann2024-05-211-2/+22
* | Add logic to unregister the Godot plugins on engine terminationFredia Huya-Kouadio2024-05-191-12/+10
|/
* Switch to the WindowInsetsAnimationCompat apiFredia Huya-Kouadio2024-05-131-48/+33
* Style: Trim trailing whitespace and ensure newline at EOFRémi Verschelde2024-05-081-1/+0
* Implement `amplitude` to Input.vibrate_handheldRadiant2024-05-021-6/+15
* Cleanup Android file errorsFredia Huya-Kouadio2024-04-223-14/+60
* [FileAccess] Implement `resize` method.bruvzg2024-04-122-0/+31
* Improve performance by extracting windowManager and getRotatedValues()melquiadess2024-04-041-20/+15
* Merge pull request #90147 from melquiadess/remove-redundant-semicolonsRémi Verschelde2024-04-042-6/+6
|\
| * Remove redundant semicolons from Kotlin/gradle filesmelquiadess2024-04-022-6/+6
* | Merge pull request #90146 from melquiadess/extract-command-line-file-parsing-...Rémi Verschelde2024-04-042-38/+94
|\ \
| * | Extract parsing command line file to a separate class + add unit testsmelquiadess2024-04-042-38/+94
| |/
* / Use ?. (and ?.let) safe operators instead of !!melquiadess2024-03-283-77/+97
|/
* android: Fix UnsupportedOperationException remove from non-ArrayListLyuma2024-03-251-4/+4
* Add `PermissionsUtil#requestPermissions(...)` to provide the ability to reque...Fredia Huya-Kouadio2024-03-071-46/+86
* Fix Compatibility Rendering (GLES3) on old and low budget devices.Alexander Hartmann2024-02-222-4/+25
* [Android 14] Fix GodotEditText white box showing during editor loadBZ12345678902024-02-151-0/+3
* Merge pull request #88130 from AlekseyKapustyanenko/Rotary_InputRémi Verschelde2024-02-132-2/+30
|\
| * Add rotary input support. Fix documentationALEKSEY KAPUSTYANENKO2024-02-132-2/+30
* | Merge pull request #87384 from bruvzg/sys_base_colorRémi Verschelde2024-02-133-5/+29
|\ \
| * | Add method to get "base" system UI color (macOS/Windows) and system theme cha...bruvzg2024-02-133-5/+29
| |/
* | Merge pull request #86619 from Alex2782/fix_flag_decimalRémi Verschelde2024-02-131-1/+15
|\ \ | |/ |/|
| * Fix virtual keyboard for decimal values on AndroidAlexander Hartmann2024-02-131-1/+15
* | Update Android dependencies for the projectFredia Huya-Kouadio2024-01-181-9/+11