summaryrefslogtreecommitdiff
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
* Update the godot android library dependency now that PR refactoring the ↵Fredia Huya-Kouadio2023-09-052-2/+4
| | | | plugin logic is merged in `main`
* Update the sample `gdextension` config file to reflect feedback on the ↵Fredia Huya-Kouadio2023-08-232-4/+2
| | | | | | Android plugin refactor PR See https://github.com/godotengine/godot/pull/80740#issuecomment-1690887240
* Move the Godot Android library dependency to `config.gradle`Fredia Huya-Kouadio2023-08-183-6/+3
| | | | This simplifies the process of updating the Godot Android lib dependency for all projects.
* Update the 'Hello Signals' plugin sample to match updates to the addon's ↵Fredia Huya-Kouadio2023-08-1715-18/+54
| | | | folder structure
* Update the 'Hello World' plugin sample to match updates to the addon's ↵Fredia Huya-Kouadio2023-08-1714-16/+50
| | | | folder structure
* Misc cleanups for the GDExtension plugin sampleFredia Huya-Kouadio2023-08-172-0/+2
|
* Update AGP to version 7.4.0Fredia Huya-Kouadio2023-08-173-3/+4
|
* Add an Android GDExtension plugin sampleFredia Huya-Kouadio2023-08-1733-0/+1042
| | | | This sample shows how to integrate gdextension capabilities with Android java/kotlin code by leveraging JNI.
* Misc cleanupFredia Huya-Kouadio2023-08-163-1/+5
|
* Update the directory structure to make room for additional Godot Android ↵Fredia Huya-Kouadio2023-07-1441-0/+966
samples besides plugins