summaryrefslogtreecommitdiffstats
path: root/platform/android
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge pull request #70096 from rune-scape/stringname-dictRémi Verschelde2024-09-031-1/+1
|\ \
| * | StringName Dictionary keysrune-scape2024-08-291-1/+1
* | | Merge pull request #96182 from dsnopek/java-class-wrapperRémi Verschelde2024-09-036-58/+345
|\ \ \
| * | | Fix `JavaClassWrapper` so it actually worksDavid Snopek2024-09-026-58/+345
| | |/ | |/|
* | | Merge pull request #96365 from m4gr3d/fix_android_build_with_openxr_disabledRémi Verschelde2024-09-021-3/+8
|\ \ \
| * | | Fix Android builds when OpenXR is disabledFredia Huya-Kouadio2024-08-301-3/+8
| |/ /
* / / Reduce code duplication in FileAccessBlueCube33102024-09-014-172/+3
|/ /
* | Merge pull request #96208 from m4gr3d/cleanup_immersive_logicRémi Verschelde2024-08-308-55/+128
|\ \
| * | Restore 'Toggle fullscreen' menu for the Android editor and clean up the imme...Fredia Huya-Kouadio2024-08-288-55/+128
| |/
* | Merge pull request #90782 from bruvzg/export_platform_extensionRémi Verschelde2024-08-302-16/+16
|\ \
| * | Allow adding custom export platforms using scripts / GDExtension.bruvzg2024-08-282-16/+16
* | | Merge pull request #96254 from raulsntos/android/keyStore.isEmpty()Rémi Verschelde2024-08-291-1/+1
|\ \ \ | |_|/ |/| |
| * | [Android] Check if keyStore path is emptyRaul Santos2024-08-281-1/+1
* | | Add support for launching the Play window in PiP modeFredia Huya-Kouadio2024-08-2821-53/+548
| |/ |/|
* | 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-2617-54/+228
* | Update the storage access handler logic to support accessing / retrieving con...Fredia Huya-Kouadio2024-08-2619-265/+666
|/
* Add debug utilities for VulkanMatias N. Goldberg2024-08-211-1/+1
* Merge pull request #94799 from m4gr3d/memory_allocation_cleanup_and_optimizat...Rémi Verschelde2024-08-169-185/+572
|\
| * 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
|/ /