summaryrefslogtreecommitdiffstats
path: root/platform/android/java/plugins
Commit message (Collapse)AuthorAgeFilesLines
* clang-format: Add JavaImportGroups for Java codeRémi Verschelde2020-05-0610-7/+29
|
* Migrate legacy apache dependency to the GodotPayment pluginfhuya2020-04-155-2/+385
| | | | This is the only location in the codebase where it's being used, so no need to make the main lib have a dependency on it.
* Complete the implementation of the GodotPayment plugin.fhuya2020-03-179-36/+1389
| | | | Move the remaining plugin components within the plugin source code.
* Fix initialization of the GodotPayment pluginfhuya2020-03-091-1/+0
| | | | The `onGLRegisterPluginWithGodotNative()` method is supposed to be invoked only by `Godot`.
* Re-architecture of the Godot Android plugin.fhuya2020-03-053-0/+311