summaryrefslogtreecommitdiffstats
path: root/platform/android/java/lib/src/org/godotengine/godot/plugin/GodotPlugin.java
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* Add logic to unregister the Godot plugins on engine terminationFredia Huya-Kouadio2024-05-191-12/+10
* Add support for the OpenXR Eye gaze interaction extensionBastiaan Olij2023-10-021-0/+9
* Relax restriction on loading v1 Android plugins on Godot 4.2+Fredia Huya-Kouadio2023-09-061-4/+30
* Godot Android plugin re-architectureFredia Huya-Kouadio2023-09-031-91/+50
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Rename all gdnative occurences to gdextensionGilles Roudière2022-12-121-15/+15
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Add support for adding plugin views behind the main view on AndroidPouleyKetchoupp2021-09-011-0/+14
* Fix raw use of parameterized ClassMarcel Admiraal2021-07-021-3/+3
* Leverage java annotations to simplify the logic used to register the Godot pl...Fredia Huya-Kouadio2021-03-161-41/+45
* Expose GodotPlugin's utility methods used for registration and signal emitting.Fredia Huya-Kouadio2021-02-151-22/+77
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Enable the ability to use Godot as a subview within an Android appFredia Huya-Kouadio2020-06-251-1/+1
* Clean up the `GodotPlugin` public API.Fredia Huya-Kouadio2020-06-161-4/+14
* Merge pull request #37924 from thebestnom/migrate-to-androidXRémi Verschelde2020-05-161-3/+3
|\
| * Android: Migrate deprecated support library to AndroidXthebestnom2020-05-101-3/+3
* | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-1/+0
|/
* clang-format: Add JavaImportGroups for Java codeRémi Verschelde2020-05-061-2/+5
* Add signal support to Godot Android plugin:fhuya2020-04-101-1/+84
* Fix copyright headers for recently added filesRémi Verschelde2020-03-281-2/+2
* Update the naming scheme for the GodotPlugin's methods in preparate of the vu...fhuya2020-03-191-7/+26
* Re-architecture of the Godot Android plugin.fhuya2020-03-051-0/+256