summaryrefslogtreecommitdiffstats
path: root/platform/android/java
Commit message (Expand)AuthorAgeFilesLines
* Fix android logger Godot references to RedotSpartan3222024-11-143-7/+7
* Rebrand android editor to allow play store signingTrashguy2024-11-1371-181/+181
* Add support for launching the Play window in PiP modeFredia Huya-Kouadio2024-11-0121-53/+550
* Fix Android app permissions for SDK levels earlier than 28Andreas Raddau2024-11-011-3/+3
* Fix Kotlin license headers referring to GodotSpartan3222024-10-3122-44/+44
* Fix copyright headers referring to GodotSpartan3222024-10-2734-68/+68
* Rebrand preambles to RedotSpartan3222024-10-1356-0/+112
* Rebrand Godot 4.3 to RedotTrashguy2024-10-1320-18/+18
* Update the Android `fileLastModified` method to return values in seconds inst...Fredia Huya-Kouadio2024-09-162-2/+2
* Merge pull request #92859 from Summersay415/do-not-stripRémi Verschelde2024-07-281-1/+1
|\
| * Change the way doNotStrip is setSummersay4152024-06-171-1/+1
* | Fix the cleanup logic for the Android render threadFredia Huya-Kouadio2024-07-2412-37/+122
* | 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-095-51/+17
|/ /
* | Fix ANRs reported by the Google Play ConsoleFredia Huya-Kouadio2024-07-049-124/+215
* | Fix crashes reported by the Google Play ConsoleFredia Huya-Kouadio2024-07-046-42/+56
|/
* Merge pull request #92965 from m4gr3d/fix_splash_screenRémi Verschelde2024-06-1317-47/+107
|\
| * Update the splash screen logic for the Godot app templateFredia Huya-Kouadio2024-06-106-16/+16
| * Configure the splash screen for the Android editorFredia Huya-Kouadio2024-06-1011-31/+91
* | Move the most specific motion event guard to the top of the function.Tareq Anuar2024-06-111-13/+12
|/
* Merge pull request #92704 from m4gr3d/update_android_editor_activity_layoutRémi Verschelde2024-06-043-98/+99
|\
| * Consolidate the ProjectManager and Editor windows into a single Android Activ...Fredia Huya-Kouadio2024-06-023-98/+99
* | Fix invalid return value when multiple permission requests are dispatchedFredia Huya-Kouadio2024-06-021-4/+6
|/
* Ensure that Godot's version of libc++_shared.so is always selected in case de...Mauricio Narvaez2024-05-291-0/+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
* | Merge pull request #92176 from emrekultursay/masterRémi Verschelde2024-05-212-7/+1
|\ \
| * | Fix detecting when Gradle is invoked from StudioEmre Kultursay2024-05-202-7/+1
* | | Fix InputEventScreenDrag on AndroidAlexander Hartmann2024-05-211-2/+22
|/ /
* / Add logic to unregister the Godot plugins on engine terminationFredia Huya-Kouadio2024-05-192-13/+13
|/
* Switch to the WindowInsetsAnimationCompat apiFredia Huya-Kouadio2024-05-131-48/+33
* Style: Trim trailing whitespace and ensure newline at EOFRémi Verschelde2024-05-083-3/+0
* Implement `amplitude` to Input.vibrate_handheldRadiant2024-05-021-6/+15
* Cleanup Android file errorsFredia Huya-Kouadio2024-04-223-14/+60
* Merge pull request #90802 from m4gr3d/fix_android_gradle_build_copy_rename_pe...Rémi Verschelde2024-04-221-0/+30
|\
| * Fix issue causing the `copyAndRename*` task to fail on occasions on Windows m...Fredia Huya-Kouadio2024-04-171-0/+30
* | [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-046-13/+13
|\
| * Remove redundant semicolons from Kotlin/gradle filesmelquiadess2024-04-026-13/+13
* | 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
* Merge pull request #88385 from m4gr3d/enable_legacy_packaging_mainRémi Verschelde2024-02-172-0/+31
|\
| * Add export setting to specify whether the native libraries should be compress...Fredia Huya-Kouadio2024-02-152-0/+31
* | Always enable debug symbols when developing with Android StudioFredia Huya-Kouadio2024-02-151-1/+2
|/