Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update visibility of the plugin methods exposed to gdscriptHEADmaster | Fredia Huya-Kouadio | 2024-09-26 | 1 | -1/+1 |
| | | | | | Bump the Godot Android library dependency to 4.3 Bump godot-cpp to version godot-4.3-stable | ||||
* | Update Godot Android Library to use the stable version: 4.2.0.stable. Fix ↵ | Lucas Moreira Carneiro de Miranda | 2023-11-30 | 1 | -5/+1 |
| | | | | m4gr3d/Godot-Android-Samples/#6 | ||||
* | Fix the plugins packaging to address ↵ | Fredia Huya-Kouadio | 2023-11-26 | 1 | -2/+2 |
| | | | | https://github.com/godotengine/godot/issues/85395 | ||||
* | Update the Godot Android library dependency for beta 1 | Fredia Huya-Kouadio | 2023-10-12 | 1 | -1/+1 |
| | |||||
* | Update the maven snapshot dependency now that ↵ | Fredia Huya-Kouadio | 2023-10-10 | 1 | -1/+1 |
| | | | | https://github.com/godotengine/godot/pull/82893 is merged | ||||
* | Add the GLTF Viewer sample app which showcases how to use the Godot Android ↵ | Fredia Huya-Kouadio | 2023-10-05 | 1 | -2/+2 |
| | | | | | | library with an existing Android app. The GLTF Viewer sample app uses an Android RecyclerView to display a list of gltf food items whose model is rendered in 3D by the integrated Godot engine. | ||||
* | - Update the `kotlinVersion` | Fredia Huya-Kouadio | 2023-09-28 | 1 | -1/+1 |
| | | | | - Enable the use of AndroidX | ||||
* | Update the godot android library dependency now that PR refactoring the ↵ | Fredia Huya-Kouadio | 2023-09-05 | 1 | -1/+1 |
| | | | | plugin logic is merged in `main` | ||||
* | Move the Godot Android library dependency to `config.gradle` | Fredia Huya-Kouadio | 2023-08-18 | 1 | -1/+8 |
| | | | | This simplifies the process of updating the Godot Android lib dependency for all projects. | ||||
* | Update AGP to version 7.4.0 | Fredia Huya-Kouadio | 2023-08-17 | 1 | -1/+1 |
| | |||||
* | Add an Android GDExtension plugin sample | Fredia Huya-Kouadio | 2023-08-17 | 1 | -1/+1 |
| | | | | This sample shows how to integrate gdextension capabilities with Android java/kotlin code by leveraging JNI. | ||||
* | Misc cleanup | Fredia Huya-Kouadio | 2023-08-16 | 1 | -1/+1 |
| | |||||
* | Update the directory structure to make room for additional Godot Android ↵ | Fredia Huya-Kouadio | 2023-07-14 | 1 | -2/+2 |
| | | | | samples besides plugins | ||||
* | Update the Godot dependency version to the latest | Fredia Huya-Kouadio | 2023-07-07 | 1 | -1/+1 |
| | |||||
* | Update the 'Hello World' Android plugin to match the new Godot 4.2 format | Fredia Huya-Kouadio | 2023-07-02 | 1 | -0/+11 |
See https://github.com/godotengine/godot/pull/78958 for reference. |