summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update visibility of the plugin methods exposed to gdscriptHEADmasterFredia Huya-Kouadio2024-09-265-4/+5
* Switch the interface to extend from `RefCounted` so they can automatically be...Fredia Huya-Kouadio2024-05-193-3/+3
* Merge pull request #7 from luc4smoreira/minor-change-godotAndroidLibFredia Huya-Kouadio2023-11-301-5/+1
|\
| * Update Godot Android Library to use the stable version: 4.2.0.stable. Fix m4g...Lucas Moreira Carneiro de Miranda2023-11-301-5/+1
|/
* Merge pull request #5 from m4gr3d/fix_export_scripts_packagingFredia Huya-Kouadio2023-11-2622-52/+39
|\
| * Fix the plugins packaging to address https://github.com/godotengine/godot/iss...Fredia Huya-Kouadio2023-11-2622-52/+39
|/
* Merge pull request #4 from m4gr3d/fix_drawable_name_caseFredia Huya-Kouadio2023-11-21119-0/+0
|\
| * Add drawable assets with correct name caseFredia Huya-Kouadio2023-11-21200-0/+0
| * Remove drawable assets with incorrect name caseFredia Huya-Kouadio2023-11-21200-0/+0
|/
* Update the `godot-cpp` version.Fredia Huya-Kouadio2023-11-151-0/+0
* Update the project settings for the GLTF Viewer sample app to enforce gdscrip...Fredia Huya-Kouadio2023-10-122-6/+7
* Update the Godot Android library dependency for beta 1Fredia Huya-Kouadio2023-10-124-2/+2
* Convert the gltf viewer app screenshot from png to webpFredia Huya-Kouadio2023-10-103-1/+1
* Update the maven snapshot dependency now that https://github.com/godotengine/...Fredia Huya-Kouadio2023-10-101-1/+1
* Update the project's READMEFredia Huya-Kouadio2023-10-081-1/+2
* Update the 'HelloGDExtension' plugin sample's directory structureFredia Huya-Kouadio2023-10-0811-60/+55
* Update the 'HelloSignals' plugin sample's directory structureFredia Huya-Kouadio2023-10-0812-48/+45
* Update the 'HelloWorld' sample plugin directory structureFredia Huya-Kouadio2023-10-0811-46/+46
* Update the sample app manifest parameters including its supported orientationFredia Huya-Kouadio2023-10-064-9/+19
* Update the gitignore config for the GLTF Viewer sample appFredia Huya-Kouadio2023-10-06212-1101/+5
* Add screenshot for the GLTF Viewer sample appFredia Huya-Kouadio2023-10-062-0/+2
* Add the GLTF Viewer sample app which showcases how to use the Godot Android l...Fredia Huya-Kouadio2023-10-051259-2/+9293
* - Update the `kotlinVersion`Fredia Huya-Kouadio2023-09-282-2/+4
* Update the format for the gdextension `compatibility_minimum` field to addres...Fredia Huya-Kouadio2023-09-071-1/+1
* Update the godot android library dependency now that PR refactoring the plugi...Fredia Huya-Kouadio2023-09-053-3/+5
* Update the sample `gdextension` config file to reflect feedback on the Androi...Fredia Huya-Kouadio2023-08-232-4/+2
* Move the Godot Android library dependency to `config.gradle`Fredia Huya-Kouadio2023-08-184-7/+11
* Update the 'Hello Signals' plugin sample to match updates to the addon's fold...Fredia Huya-Kouadio2023-08-1715-18/+54
* Update the 'Hello World' plugin sample to match updates to the addon's folder...Fredia Huya-Kouadio2023-08-1714-16/+50
* Misc cleanups for the GDExtension plugin sampleFredia Huya-Kouadio2023-08-172-0/+2
* Update AGP to version 7.4.0Fredia Huya-Kouadio2023-08-175-5/+6
* Merge pull request #2 from m4gr3d/add_gdextension_plugin_sampleFredia Huya-Kouadio2023-08-1737-3/+1051
|\
| * Add an Android GDExtension plugin sampleFredia Huya-Kouadio2023-08-1737-3/+1051
|/
* Misc cleanupFredia Huya-Kouadio2023-08-164-2/+6
* Add `apps` directory for Godot Android apps built using the Godot Android lib...Fredia Huya-Kouadio2023-08-161-0/+5
* Update the directory structure to make room for additional Godot Android samp...Fredia Huya-Kouadio2023-07-1444-8/+16
* Update the Godot dependency version to the latestFredia Huya-Kouadio2023-07-071-1/+1
* Update the directory structure for the Android plugin addonFredia Huya-Kouadio2023-07-0528-34/+88
* Merge pull request #1 from m4gr3d/godot_4_2_plugin_refactorFredia Huya-Kouadio2023-07-0232-190/+296
|\
| * Update READMEFredia Huya-Kouadio2023-07-021-2/+3
| * Update the 'Hello Signals' Android plugin demo to match the new Godot 4.2 formatFredia Huya-Kouadio2023-07-0213-84/+129
| * Update the 'Hello World' Android plugin to match the new Godot 4.2 formatFredia Huya-Kouadio2023-07-0218-104/+164
|/
* Add `HelloSignals` sample project to show how to register and emit signals wi...fhuya2020-03-2714-1/+422
* Update repository structure: make each sample project (e.g: `hello_world`) a ...fhuya2020-03-2619-154/+67
* Bump gradle build version.fhuya2020-02-251-1/+1
* Update sample project based on feedback to the Android plugin refactor PR.fhuya2020-02-243-3/+3
* Update README for the repo.fhuya2020-02-231-1/+2
* Add sample hello world plugin and demo project.fhuya2020-02-2321-0/+720
* Initial commitFredia Huya-Kouadio2020-02-233-0/+108