summaryrefslogtreecommitdiffstats
path: root/platform/android
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge pull request #94425 from m4gr3d/fix_remote_android_button_not_enablingRémi Verschelde2024-07-171-0/+1
|\ \
| * | Fix issue preventing enabling the remote button for AndroidFredia Huya-Kouadio2024-07-161-0/+1
| |/
* / Cleanup Android input on render thread settingsFredia Huya-Kouadio2024-07-098-57/+23
|/
* Fix ANRs reported by the Google Play ConsoleFredia Huya-Kouadio2024-07-0411-124/+223
* Fix crashes reported by the Google Play ConsoleFredia Huya-Kouadio2024-07-046-42/+56
* Fix the issue causing the logo to not show when using the `compatibility` ren...Fredia Huya-Kouadio2024-07-031-20/+33
* Improve handling of rendering startup errorsPedro J. Estébanez2024-06-281-1/+9
* Revert hiding of custom templates under the `Advanced Options` toggleFredia Huya-Kouadio2024-06-241-1/+1
* Style: Optimize `.svg` files with `svgo`Thaddeus Crews2024-06-232-2/+2
* Merge pull request #92965 from m4gr3d/fix_splash_screenRémi Verschelde2024-06-1319-186/+122
|\
| * Update the splash screen logic for the Godot app templateFredia Huya-Kouadio2024-06-108-155/+31
| * 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 #92580 from hccloud/masterRémi Verschelde2024-06-071-12/+5
|\
| * Remove the limit on the number of the SignalInfo function parametersYuzhao Wang2024-06-051-12/+5
* | 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
|/ /
* / SCons: Process platform-specific flags earlierRémi Verschelde2024-05-301-1/+1
|/
* 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-296-120/+127
|\
| * Input logic cleanup:Fredia Huya-Kouadio2024-05-196-120/+127
* | Merge pull request #92252 from poiati/fix-wayland-window-classRémi Verschelde2024-05-232-5/+5
|\ \
| * | Properly set window class in WaylandPaulo Poiati2024-05-222-5/+5
* | | SCons: Convert platform `get_flags` to dictionaryThaddeus Crews2024-05-221-5/+5
|/ /
* | Update pre-commit hooks configuration to use `ruff` instead of `black`Jakub Marcowski2024-05-212-3/+5
* | 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-196-15/+38
|/
* Switch to the WindowInsetsAnimationCompat apiFredia Huya-Kouadio2024-05-131-48/+33
* Replace `find` with `contains/has` where applicableA Thousand Ships2024-05-082-6/+6
* Style: Trim trailing whitespace and ensure newline at EOFRémi Verschelde2024-05-083-3/+0
* Merge pull request #90705 from AThousandShips/foreach_listRémi Verschelde2024-05-072-5/+6
|\
| * Reduce and prevent unnecessary random-access to `List`A Thousand Ships2024-05-042-5/+6
* | Fix missing space in missing tools error message.Rob Blanckaert2024-05-041-1/+1
|/
* Implement `amplitude` to Input.vibrate_handheldRadiant2024-05-025-13/+29
* Merge pull request #91339 from TCROC/windows-apk-build-fixRémi Verschelde2024-05-011-4/+16
|\
| * added fix for android build on windowsTravis Lange2024-04-291-4/+16
* | Merge pull request #91247 from AThousandShips/callable_fixRémi Verschelde2024-04-291-1/+1
|\ \
| * | Fix unsafe uses of `Callable.is_null()`A Thousand Ships2024-04-271-1/+1
* | | SCons: Colorize warnings/errors during generationThaddeus Crews2024-04-282-13/+11
|/ /
* | Cleanup Android file errorsFredia Huya-Kouadio2024-04-224-17/+66
* | 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
| |/
* | Merge pull request #90710 from m4gr3d/fix_jstring_leaksRémi Verschelde2024-04-2218-21/+124
|\ \
| * | Fix leakage of JNI object referencesFredia Huya-Kouadio2024-04-1518-21/+124
| |/
* | Merge pull request #90611 from m4gr3d/automatically_generate_debug_keystoreRémi Verschelde2024-04-223-7/+93
|\ \