summaryrefslogtreecommitdiffstats
path: root/platform/android/java/lib/src
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | Disable automatic permissions requestFredia Huya-Kouadio2024-01-112-13/+9
* | Merge pull request #86379 from m4gr3d/update_render_thread_paused_timing_mainRémi Verschelde2024-01-057-57/+98
|\ \
| * | Update the logic used to start / stop the render threadFredia Huya-Kouadio2023-12-207-57/+98
| |/
* / Fix 'get_window_safe_area' on AndroidAlexander Hartmann2024-01-031-5/+3
|/
* Improve engine startup/shutdown benchmarksYuri Sizov2023-12-083-21/+32
* 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-087-30/+71
* Add support for the OpenXR Eye gaze interaction extensionBastiaan Olij2023-10-024-0/+39
* Support dark mode on Android and iOS.Zae2023-09-261-0/+20
* Merge pull request #80644 from Distantz/masterRémi Verschelde2023-09-172-4/+22
|\
| * Android stylus pressure and tilt supportpikethom2023-08-152-4/+22
* | Merge pull request #80932 from m4gr3d/fix_hardware_keyboard_input_routing_mainYuri Sizov2023-09-141-0/+29
|\ \
| * | Fix Android input routing logic when using a hardware keyboardFredia Huya-Kouadio2023-08-231-0/+29
| |/
* | Relax restriction on loading v1 Android plugins on Godot 4.2+Fredia Huya-Kouadio2023-09-062-19/+46
* | Godot Android plugin re-architectureFredia Huya-Kouadio2023-09-034-179/+83
|/
* Fix various typos with codespellRémi Verschelde2023-08-072-2/+2
* Fix npe when registering the sensors.Fredia Huya-Kouadio2023-07-281-8/+16
* Godot Android re-architectureFredia Huya-Kouadio2023-07-1614-1063/+1368
* Renaming `Godot.java` to `GodotFragment.java` to better reflect its nature an...Fredia Huya-Kouadio2023-07-161-0/+0
* [Android] Set `echo` property for the physical keyboard events.bruvzg2023-07-063-11/+11
* Merge pull request #78175 from phil-hudson/fix-#78105Rémi Verschelde2023-06-201-2/+8
|\
| * fix(android): set pending intent flag to stop insta-crashPhil Hudson2023-06-201-2/+8
* | Add parameters for the Godot Activity starting intent to allow restarting or ...Fredia Huya-Kouadio2023-06-151-0/+29
|/