summaryrefslogtreecommitdiffstats
path: root/platform/android/java/lib/src
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@f128f383e892865379cb8b14e7bcc9858efe2973Spartan3222024-11-274-6/+46
|\
| * Merge pull request #99694 from dsnopek/android-os-create-instance-return-valueThaddeus Crews2024-11-273-3/+3
| |\
| | * Android: `OS.create_instance()` should return `-1` on failureDavid Snopek2024-11-253-3/+3
| * | Android: Extension support for native file dialogAnish Mishra2024-11-191-3/+43
| |/
* | Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1fSpartan3222024-11-063-25/+19
|\|
| * Merge pull request #97631 from m4gr3d/prompt_apk_install_after_generationThaddeus Crews2024-11-041-3/+13
| |\
| | * Enable automatic install of export apks for the Android editorFredia Huya-Kouadio2024-10-281-3/+13
| * | Merge pull request #98712 from syntaxerror247/android_accent_colorThaddeus Crews2024-11-041-0/+6
| |\ \
| | * | [Android] Implement support for accent color retrievalAnish Mishra2024-11-011-0/+6
| * | | Merge pull request #98709 from darksylinc/matias-upsidedown-splashThaddeus Crews2024-11-041-22/+0
| |\ \ \ | | |/ / | |/| |
| | * | Fix splash screen upside down on AndroidMatias N. Goldberg2024-10-311-22/+0
* | | | Merge commit godotengine/godot@c6c464cf9ae56e8b68620af65125dd980d0e8122Spartan3222024-11-024-0/+248
|\| | |
| * | | [Android] Implement native file picker supportAnish Mishra2024-10-304-0/+248
| |/ /
* | | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-303-4/+71
|\| |
| * | Merge pull request #98615 from Summersay415/three-opengls-pleaseThaddeus Crews2024-10-291-3/+15
| |\ \
| | * | Fix fallbacks to OpenGLSummersay4152024-10-281-3/+15
| | |/
| * | Merge pull request #98574 from syntaxerror247/android_input_dialogThaddeus Crews2024-10-292-1/+33
| |\ \
| | * | [Android] Implement native input dialog supportAnish Mishra2024-10-292-1/+33
| | |/
| * | Merge pull request #96439 from darksylinc/matias-TheForge-pr03-rebasedClay John2024-10-291-0/+23
| |\ \ | | |/ | |/|
| | * Add Swappy & Pre-Transformed SwapchainMatias N. Goldberg2024-10-281-0/+23
* | | Fix copyright headers referring to GodotSpartan3222024-10-2734-68/+68
* | | Merge commit godotengine/godot@80f0b33313dae52d072ba2771a88ebcc4f0b4d6dSpartan3222024-10-181-3/+3
|\| |
| * | Fix Android app permissions for SDK levels earlier than 28Andreas Raddau2024-10-161-3/+3
| |/
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-1155-0/+110
* | Rebrand Godot to RedotRandolph W. Aarseth II2024-10-116-17/+17
|/
* [DisplayServer] Implement has_hardware_keyboard method for Android and iOS.bruvzg2024-10-022-1/+9
* Provide access to the Android runtime to GDScriptFredia Huya-Kouadio2024-09-292-1/+68
* Style: Apply new `clang-format` changesThaddeus Crews2024-09-201-1/+1
* Update the Android editor flavors to avoid vendor-specific referencesFredia Huya-Kouadio2024-09-131-1/+1
* Disable some editor settings by default in the XR Editordevloglogan2024-09-093-0/+21
* Improve support for XR projectsFredia Huya-Kouadio2024-09-063-4/+62
* Restore 'Toggle fullscreen' menu for the Android editor and clean up the imme...Fredia Huya-Kouadio2024-08-281-46/+68
* Add support for launching the Play window in PiP modeFredia Huya-Kouadio2024-08-282-12/+23
* Add support to the Android editor for signing and verifying Android apksFredia Huya-Kouadio2024-08-261-0/+4
* Update the `GodotHost` interface to support signing and verifying Android apksFredia Huya-Kouadio2024-08-265-2/+71
* 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
* | Update the Android `fileLastModified` method to return values in seconds inst...Fredia Huya-Kouadio2024-08-152-2/+2
|/
* Fix the cleanup logic for the Android render threadFredia Huya-Kouadio2024-07-2411-36/+114
* 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-093-35/+17
|/
* Fix ANRs reported by the Google Play ConsoleFredia Huya-Kouadio2024-07-046-122/+191
* Fix crashes reported by the Google Play ConsoleFredia Huya-Kouadio2024-07-044-40/+54
* Merge pull request #92965 from m4gr3d/fix_splash_screenRémi Verschelde2024-06-131-1/+5
|\
| * Configure the splash screen for the Android editorFredia Huya-Kouadio2024-06-101-1/+5
* | Move the most specific motion event guard to the top of the function.Tareq Anuar2024-06-111-13/+12
|/
* Fix invalid return value when multiple permission requests are dispatchedFredia Huya-Kouadio2024-06-021-4/+6
* Merge pull request #92133 from m4gr3d/fix_touch_inputRémi Verschelde2024-05-293-117/+116
|\