summaryrefslogtreecommitdiff
path: root/platform/android/java/plugins
AgeCommit message (Collapse)Author
2020-05-06clang-format: Add JavaImportGroups for Java codeRĂ©mi Verschelde
2020-04-15Migrate legacy apache dependency to the GodotPayment pluginfhuya
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.
2020-03-17Complete the implementation of the GodotPayment plugin.fhuya
Move the remaining plugin components within the plugin source code.
2020-03-09Fix initialization of the GodotPayment pluginfhuya
The `onGLRegisterPluginWithGodotNative()` method is supposed to be invoked only by `Godot`.
2020-03-05Re-architecture of the Godot Android plugin.fhuya