summaryrefslogtreecommitdiffstats
path: root/platform/android/java/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix android logger Godot references to RedotSpartan3222024-11-143-7/+7
* Rebrand android editor to allow play store signingTrashguy2024-11-1363-164/+164
* Add support for launching the Play window in PiP modeFredia Huya-Kouadio2024-11-012-12/+23
* Fix Android app permissions for SDK levels earlier than 28Andreas Raddau2024-11-011-3/+3
* Fix Kotlin license headers referring to GodotSpartan3222024-10-3119-38/+38
* Fix copyright headers referring to GodotSpartan3222024-10-2733-66/+66
* Rebrand preambles to RedotSpartan3222024-10-1352-0/+104
* Rebrand Godot 4.3 to RedotTrashguy2024-10-1318-16/+16
* Update the Android `fileLastModified` method to return values in seconds inst...Fredia Huya-Kouadio2024-09-162-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-043-7/+7
|\
| * Remove redundant semicolons from Kotlin/gradle filesmelquiadess2024-04-023-7/+7
* | Merge pull request #90146 from melquiadess/extract-command-line-file-parsing-...Rémi Verschelde2024-04-044-38/+201
|\ \
| * | Extract parsing command line file to a separate class + add unit testsmelquiadess2024-04-044-38/+201
| |/
* / 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
* Always enable debug symbols when developing with Android StudioFredia Huya-Kouadio2024-02-151-1/+2
* [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-183-12/+17
* | 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
|/