summaryrefslogtreecommitdiffstats
path: root/platform/android/java_godot_lib_jni.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@c6c464cf9ae56e8b68620af65125dd980d0e8122Spartan3222024-11-021-0/+16
|\
| * [Android] Implement native file picker supportAnish Mishra2024-10-301-0/+16
* | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-0/+8
|\|
| * [Android] Implement native input dialog supportAnish Mishra2024-10-291-0/+8
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Remove the restriction on supported types for Godot Android pluginsFredia Huya-Kouadio2024-09-291-3/+1
* Only request OpenXR permissions for a XR game running off the Android editor ...Fredia Huya-Kouadio2024-09-111-4/+7
* Fix Android builds when OpenXR is disabledFredia Huya-Kouadio2024-08-301-3/+8
* Update the storage access handler logic to support accessing / retrieving con...Fredia Huya-Kouadio2024-08-261-0/+5
* Merge pull request #94799 from m4gr3d/memory_allocation_cleanup_and_optimizat...Rémi Verschelde2024-08-161-1/+13
|\
| * Memory cleanup and optimizationsFredia Huya-Kouadio2024-08-161-1/+13
* | Fix the crash that occurs on termination of the Godot engine on AndroidFredia Huya-Kouadio2024-07-291-0/+4
|/
* Fix the cleanup logic for the Android render threadFredia Huya-Kouadio2024-07-241-0/+1
* Cleanup Android input on render thread settingsFredia Huya-Kouadio2024-07-091-4/+5
* Fix ANRs reported by the Google Play ConsoleFredia Huya-Kouadio2024-07-041-0/+7
* Fix the issue causing the logo to not show when using the `compatibility` ren...Fredia Huya-Kouadio2024-07-031-20/+33
* Merge pull request #92133 from m4gr3d/fix_touch_inputRémi Verschelde2024-05-291-3/+5
|\
| * Input logic cleanup:Fredia Huya-Kouadio2024-05-191-3/+5
* | Add logic to unregister the Godot plugins on engine terminationFredia Huya-Kouadio2024-05-191-0/+4
|/
* Fix leakage of JNI object referencesFredia Huya-Kouadio2024-04-151-4/+8
* Fix `EXIT_SUCCESS` on AndroidAlexander Hartmann2024-03-251-1/+1
* Add method to get "base" system UI color (macOS/Windows) and system theme cha...bruvzg2024-02-131-0/+7
* Update deferred calls to use Callableskobewi2024-01-091-1/+1
* Android stylus pressure and tilt supportpikethom2023-08-151-2/+2
* Godot Android re-architectureFredia Huya-Kouadio2023-07-161-1/+1
* [Android] Set `echo` property for the physical keyboard events.bruvzg2023-07-061-2/+2
* Style: Harmonize header includes in platform portsRémi Verschelde2023-06-081-12/+11
* Add `audio/general/text_to_speech` project setting to enable/disable TTS.bruvzg2023-05-181-3/+4
* [Android] Fix dynamic Variant params stack constructions in JNI callbacksshendo2023-05-011-23/+10
* Fix issue with resizing the display on Android when using the compatibility r...Fredia Huya-Kouadio2023-04-261-3/+2
* Fix thread IDs.Juan Linietsky2023-04-241-1/+1
* Enable granular control of touchscreen related settingsFredia Huya-Kouadio2023-02-221-0/+16
* Further refactoring to AudioDriver implementations after #69120.Emmanouil Papadeas2023-02-091-1/+1
* Cleanup and unify keyboard input.bruvzg2023-01-231-2/+2
* Use BitField<> in core type masksJuan Linietsky2023-01-081-5/+5
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Fix 'save & restart' logic for the Android EditorFredia Huya-Kouadio2022-11-161-21/+36
* Merge pull request #67578 from KoBeWi/GEDITORRémi Verschelde2022-10-311-1/+1
|\
| * Unify usage of GLOBAL/EDITOR_GETkobewi2022-10-181-1/+1
* | Add double_tap attribute to InputEventScreenTouchFredia Huya-Kouadio2022-10-221-2/+2
|/
* Merge pull request #65501 from m4gr3d/fix_invalid_project_manager_path_mainRémi Verschelde2022-09-081-6/+7
|\
| * Fix issue causing the project manager to crash because of missing path argumentFredia Huya-Kouadio2022-09-071-6/+7
* | Cleanup the Android input logic implementationFredia Huya-Kouadio2022-09-071-27/+17
|/
* Fix incorrect Android scancodesMarcel Admiraal2022-07-131-3/+2
* Add full support for Android scoped storage.Fredia Huya-Kouadio2022-07-051-6/+8
* Fix exit code of --help and --version, and test them in CIJan Haller2022-07-021-0/+1
* Remove broken scroll gesture on AndroidMarcel Admiraal2022-06-211-9/+0
* Cleanup Android C++ codeMarcel Admiraal2022-05-311-19/+12
* Implement text-to-speech support on Android, iOS, HTML5, Linux, macOS and Win...bruvzg2022-04-281-0/+6