summaryrefslogtreecommitdiffstats
path: root/platform/android/java_godot_wrapper.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1fSpartan3222024-11-061-0/+18
|\
| * [Android] Implement support for accent color retrievalAnish Mishra2024-11-011-0/+18
* | Merge commit godotengine/godot@c6c464cf9ae56e8b68620af65125dd980d0e8122Spartan3222024-11-021-0/+24
|\|
| * [Android] Implement native file picker supportAnish Mishra2024-10-301-0/+24
* | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-0/+18
|\|
| * [Android] Implement native input dialog supportAnish Mishra2024-10-291-0/+18
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Restore 'Toggle fullscreen' menu for the Android editor and clean up the imme...Fredia Huya-Kouadio2024-08-281-0/+20
* Update the `GodotHost` interface to support signing and verifying Android apksFredia Huya-Kouadio2024-08-261-0/+41
* Memory cleanup and optimizationsFredia Huya-Kouadio2024-08-161-9/+12
* Fix the cleanup logic for the Android render threadFredia Huya-Kouadio2024-07-241-0/+11
* Reduce and prevent unnecessary random-access to `List`A Thousand Ships2024-05-041-2/+3
* Implement `amplitude` to Input.vibrate_handheldRadiant2024-05-021-3/+10
* Fix leakage of JNI object referencesFredia Huya-Kouadio2024-04-151-3/+17
* Add const lvalue ref to container parametersMuller-Castro2024-01-051-1/+1
* Improve engine startup/shutdown benchmarksYuri Sizov2023-12-081-6/+8
* Add support for the OpenXR Eye gaze interaction extensionBastiaan Olij2023-10-021-0/+13
* Support dark mode on Android and iOS.Zae2023-09-261-0/+22
* Godot Android plugin re-architectureFredia Huya-Kouadio2023-09-031-0/+20
* Godot Android re-architectureFredia Huya-Kouadio2023-07-161-73/+3
* Improve startup benchmarkingFredia Huya-Kouadio2023-05-231-0/+30
* [TLS] Add support for platform-specific CA bundles.Fabio Alessandrelli2023-05-121-0/+12
* Fix the issue causing the Godot Android Editor to crash when returning from t...Fredia Huya-Kouadio2023-01-261-8/+11
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Cleanup of the Android cursor shape logicFredia Huya-Kouadio2022-10-051-8/+22
* Fix issue causing the project manager to crash because of missing path argumentFredia Huya-Kouadio2022-09-071-4/+5
* Cleanup Android C++ codeMarcel Admiraal2022-05-311-50/+26
* Android port of the Godot EditorFredy Huya-Kouadio2022-03-281-0/+14
* Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde2022-02-161-4/+8
* Add `DisplayServer.clipboard_has()` to check clipboard contentHaoyu Qiu2022-01-191-0/+16
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Fixes on android:Bastiaan Olij2021-03-181-0/+36
* Leverage java annotations to simplify the logic used to register the Godot pl...Fredia Huya-Kouadio2021-03-161-7/+20
* Modernize ThreadPedro J. Estébanez2021-01-291-21/+21
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Fix invalid invocation of `get_class_loader`.Fredia Huya-Kouadio2020-12-231-1/+1
* Android: Allow Mouse Capture thebestnom2020-12-081-0/+10
* Enable the ability to use Godot as a subview within an Android appFredia Huya-Kouadio2020-06-251-30/+39
* Replace NULL with nullptrlupoDharkael2020-04-021-8/+8
* Update the naming scheme for the GodotPlugin's methods in preparate of the vu...fhuya2020-03-191-4/+4
* Re-architecture of the Godot Android plugin.fhuya2020-03-051-0/+10
* Remove obsolete GLES3 backendRémi Verschelde2020-02-131-7/+0
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Add request permission automatically at androidCagdas2019-10-221-0/+30
* Update the fallback input mapping for the Oculus mobile devices.fhuya2019-08-261-0/+11
* Support vibration for Android and iOSvolzhs2019-08-211-0/+8
* Setup Godot to support the Oculus Mobile SDK.fhuya2019-05-301-0/+20
* Android: Include Joysticks/Gamepads which are available on app start.wombatstampede2019-05-281-0/+8
* Restructuring glue code to make it easier to extendBastiaan Olij2019-04-051-0/+185