summaryrefslogtreecommitdiffstats
path: root/platform/android/java/lib/src/org/godotengine/godot/Godot.kt
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@f128f383e892865379cb8b14e7bcc9858efe2973Spartan3222024-11-271-1/+1
|\
| * Android: `OS.create_instance()` should return `-1` on failureDavid Snopek2024-11-251-1/+1
* | Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1fSpartan3222024-11-061-0/+6
|\|
| * [Android] Implement support for accent color retrievalAnish Mishra2024-11-011-0/+6
* | Merge commit godotengine/godot@c6c464cf9ae56e8b68620af65125dd980d0e8122Spartan3222024-11-021-0/+11
|\|
| * [Android] Implement native file picker supportAnish Mishra2024-10-301-0/+11
* | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-4/+43
|\|
| * Merge pull request #98615 from Summersay415/three-opengls-pleaseThaddeus Crews2024-10-291-3/+15
| |\
| | * Fix fallbacks to OpenGLSummersay4152024-10-281-3/+15
| * | [Android] Implement native input dialog supportAnish Mishra2024-10-291-1/+28
| |/
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* | Rebrand Godot to RedotRandolph W. Aarseth II2024-10-111-4/+4
|/
* Provide access to the Android runtime to GDScriptFredia Huya-Kouadio2024-09-291-1/+5
* Disable some editor settings by default in the XR Editordevloglogan2024-09-091-0/+4
* Restore 'Toggle fullscreen' menu for the Android editor and clean up the imme...Fredia Huya-Kouadio2024-08-281-46/+68
* Update the `GodotHost` interface to support signing and verifying Android apksFredia Huya-Kouadio2024-08-261-1/+17
* Update the storage access handler logic to support accessing / retrieving con...Fredia Huya-Kouadio2024-08-261-6/+6
* Memory cleanup and optimizationsFredia Huya-Kouadio2024-08-161-90/+59
* Fix the cleanup logic for the Android render threadFredia Huya-Kouadio2024-07-241-11/+39
* Cleanup Android input on render thread settingsFredia Huya-Kouadio2024-07-091-20/+13
* Fix ANRs reported by the Google Play ConsoleFredia Huya-Kouadio2024-07-041-16/+48
* Fix crashes reported by the Google Play ConsoleFredia Huya-Kouadio2024-07-041-36/+38
* Switch to the WindowInsetsAnimationCompat apiFredia Huya-Kouadio2024-05-131-48/+33
* Implement `amplitude` to Input.vibrate_handheldRadiant2024-05-021-6/+15
* Improve performance by extracting windowManager and getRotatedValues()melquiadess2024-04-041-20/+15
* Merge pull request #90147 from melquiadess/remove-redundant-semicolonsRémi Verschelde2024-04-041-3/+3
|\
| * Remove redundant semicolons from Kotlin/gradle filesmelquiadess2024-04-021-3/+3
* | Merge pull request #90146 from melquiadess/extract-command-line-file-parsing-...Rémi Verschelde2024-04-041-38/+11
|\ \
| * | Extract parsing command line file to a separate class + add unit testsmelquiadess2024-04-041-38/+11
| |/
* / Use ?. (and ?.let) safe operators instead of !!melquiadess2024-03-281-53/+60
|/
* [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-131-0/+2
|\
| * Add rotary input support. Fix documentationALEKSEY KAPUSTYANENKO2024-02-131-0/+2
* | Add method to get "base" system UI color (macOS/Windows) and system theme cha...bruvzg2024-02-131-5/+16
|/
* Update the logic used to start / stop the render threadFredia Huya-Kouadio2023-12-201-0/+16
* Improve engine startup/shutdown benchmarksYuri Sizov2023-12-081-6/+6
* 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-081-15/+13
* Add support for the OpenXR Eye gaze interaction extensionBastiaan Olij2023-10-021-0/+13
* Support dark mode on Android and iOS.Zae2023-09-261-0/+20
* Godot Android plugin re-architectureFredia Huya-Kouadio2023-09-031-0/+13
* Fix npe when registering the sensors.Fredia Huya-Kouadio2023-07-281-8/+16
* Godot Android re-architectureFredia Huya-Kouadio2023-07-161-0/+965