summaryrefslogtreecommitdiffstats
path: root/platform/android/java
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* [Android 14] Fix GodotEditText white box showing during editor loadBZ12345678902024-02-151-0/+3
* Merge pull request #88304 from m4gr3d/fix_gradle_build_for_non_ascii_path_mainRémi Verschelde2024-02-132-0/+6
|\
| * Fix gradle build errors when the build path contains non-ASCII charactersFredia Huya-Kouadio2024-02-132-0/+6
* | 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
* | Merge pull request #84674 from m4gr3d/add_flag_to_run_scons_from_gradleRémi Verschelde2024-01-291-33/+49
|\ \
| * | Add parameter to allow generation of the Godot native shared libraries from t...Fredia Huya-Kouadio2023-11-091-33/+49
* | | Update Android dependencies for the projectFredia Huya-Kouadio2024-01-1815-68/+74
* | | Merge pull request #86383 from m4gr3d/editor_export_specify_java_sdk_path_mainYuri Sizov2024-01-182-1/+10
|\ \ \
| * | | Specify the path to the Java SDK used for the Android gradle buildFredia Huya-Kouadio2024-01-182-1/+10
| | |/ | |/|
* | | Disable automatic permissions requestFredia Huya-Kouadio2024-01-113-13/+13
* | | 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 an issue causing the running project window to loop-restart when closed w...Fredia Huya-Kouadio2023-11-271-10/+3
* | Fix issue causing Godot Android apps / games to freeze on closeFredia Huya-Kouadio2023-11-271-2/+5
|/
* Fix Android editor crash issueFredia Huya-Kouadio2023-11-031-3/+3
* Merge pull request #83954 from m4gr3d/update_godot_app_launch_modeRémi Verschelde2023-10-301-1/+1
|\
| * Update the `launchMode` for the `GodotApp` activity to allow other activities...Fredia Huya-Kouadio2023-10-251-1/+1
* | Fix retrieving command line flags in Android.Tareq Anuar2023-10-281-1/+1
|/
* Bump the java version to version 17Fredia Huya-Kouadio2023-10-171-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-025-4/+39