index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
platform
/
android
/
java
/
plugins
/
godotpayment
Age
Commit message (
Expand
)
Author
2020-06-22
Remove GodotPayment android plugin
Timo Schwarzer
2020-06-16
Clean up the `GodotPlugin` public API.
Fredia Huya-Kouadio
2020-05-28
Add missing consumePurchase plugin method for GodotPayment
volzhs
2020-05-25
Re-implement GodotPayment Android plugin using the Google Play Billing library
Timo Schwarzer
2020-05-24
Use long instead of int for object id in Android java wrapper
PouleyKetchoupp
2020-05-19
Style: Fix unnecessary semicolons that confused clang-format
Rémi Verschelde
2020-05-16
Merge pull request #37924 from thebestnom/migrate-to-androidX
Rémi Verschelde
2020-05-14
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-10
Android: Migrate deprecated support library to AndroidX
thebestnom
2020-05-06
clang-format: Add JavaImportGroups for Java code
Rémi Verschelde
2020-04-15
Migrate legacy apache dependency to the GodotPayment plugin
fhuya
2020-03-17
Complete the implementation of the GodotPayment plugin.
fhuya
2020-03-09
Fix initialization of the GodotPayment plugin
fhuya
2020-03-05
Re-architecture of the Godot Android plugin.
fhuya