summaryrefslogtreecommitdiffstats
path: root/platform/android/java/lib/src/org/godotengine/godot/plugin
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-274-8/+8
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-115-0/+10
* Rebrand Godot to RedotRandolph W. Aarseth II2024-10-111-5/+5
* Provide access to the Android runtime to GDScriptFredia Huya-Kouadio2024-09-291-0/+63
* Style: Apply new `clang-format` changesThaddeus Crews2024-09-201-1/+1
* Memory cleanup and optimizationsFredia Huya-Kouadio2024-08-161-0/+4
* Add logic to unregister the Godot plugins on engine terminationFredia Huya-Kouadio2024-05-191-12/+10
* Cleanups and improvements to the Godot Android library api:Fredia Huya-Kouadio2023-10-081-7/+17
* 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-062-19/+46
* Godot Android plugin re-architectureFredia Huya-Kouadio2023-09-033-179/+70
* One Copyright Update to rule them allRémi Verschelde2023-01-055-145/+145
* Rename all gdnative occurences to gdextensionGilles Roudière2022-12-122-18/+18
* Update copyright statements to 2022Rémi Verschelde2022-01-035-10/+10
* 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-163-50/+104
* Update the logic to load Godot Android plugins packaged into the binary.Fredia Huya-Kouadio2021-02-261-37/+1
* Expose GodotPlugin's utility methods used for registration and signal emitting.Fredia Huya-Kouadio2021-02-152-22/+144
* Update copyright statements to 2021Rémi Verschelde2021-01-013-6/+6
* Enable the ability to use Godot as a subview within an Android appFredia Huya-Kouadio2020-06-252-3/+6
* Clean up the `GodotPlugin` public API.Fredia Huya-Kouadio2020-06-161-4/+14
* Implementation of the Godot Android Plugin configuration fileFredia Huya-Kouadio2020-05-171-3/+8
* Merge pull request #37924 from thebestnom/migrate-to-androidXRémi Verschelde2020-05-163-6/+7
|\
| * Android: Migrate deprecated support library to AndroidXthebestnom2020-05-103-6/+7
* | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-143-3/+0
|/
* Style: Add missing copyright headersRémi Verschelde2020-05-101-2/+2
* clang-format: Add JavaImportGroups for Java codeRémi Verschelde2020-05-063-3/+9
* Add signal support to Godot Android plugin:fhuya2020-04-102-1/+182
* Fix copyright headers for recently added filesRémi Verschelde2020-03-282-4/+4
* Update the naming scheme for the GodotPlugin's methods in preparate of the vu...fhuya2020-03-191-7/+26
* Trim the whitespace around the plugins names.fhuya2020-03-061-2/+5
* Re-architecture of the Godot Android plugin.fhuya2020-03-052-0/+452