summaryrefslogtreecommitdiffstats
path: root/platform/android/java
Commit message (Expand)AuthorAgeFilesLines
...
* | Add support to the Android editor for signing and verifying Android apksFredia Huya-Kouadio2024-08-26123-0/+31164
* | Update the `GodotHost` interface to support signing and verifying Android apksFredia Huya-Kouadio2024-08-267-15/+86
* | 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
* | Merge pull request #95586 from m4gr3d/fix_last_modified_time_unitRémi Verschelde2024-08-162-2/+2
|\ \
| * | Update the Android `fileLastModified` method to return values in seconds inst...Fredia Huya-Kouadio2024-08-152-2/+2
* | | Merge pull request #91271 from m4gr3d/clean_gradle_build_setupRémi Verschelde2024-08-163-212/+104
|\ \ \ | |/ / |/| |
| * | Clean up the build commands used by the editor for gradle buildsFredia Huya-Kouadio2024-05-312-57/+27
| * | Clean up the gradle build logic used to generate the Godot Android binariesFredia Huya-Kouadio2024-05-311-155/+77
* | | 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