summaryrefslogtreecommitdiffstats
path: root/platform/android
Commit message (Expand)AuthorAgeFilesLines
...
| * Memory cleanup and optimizationsFredia Huya-Kouadio2024-08-169-185/+572
* | 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-164-219/+110
|\ \ \ | |/ / |/| |
| * | Clean up the build commands used by the editor for gradle buildsFredia Huya-Kouadio2024-05-313-64/+33
| * | Clean up the gradle build logic used to generate the Godot Android binariesFredia Huya-Kouadio2024-05-311-155/+77
* | | Android: Ensure cleanup of all subobjects in the OpenSL audio driverPierce Brooks2024-07-302-11/+42
* | | Merge pull request #94923 from m4gr3d/fix_crash_on_android_terminateRémi Verschelde2024-07-301-0/+4
|\ \ \
| * | | Fix the crash that occurs on termination of the Godot engine on AndroidFredia Huya-Kouadio2024-07-291-0/+4
* | | | Fix the `generate_apk` logic when `dev_build` or `debug_symbols` are enabledFredia Huya-Kouadio2024-07-291-19/+12
|/ / /
* | | Merge pull request #94809 from ChrisBase/fix_keytool_for_android_export_not_f...Rémi Verschelde2024-07-281-1/+2
|\ \ \
| * | | Fixed Android export failing when no JDK is setup in the OS environment and c...Chris2024-07-271-1/+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-2415-37/+136
* | | Disable FP contraction.bruvzg2024-07-231-0/+2
* | | 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