summaryrefslogtreecommitdiffstats
path: root/platform/android/java/plugins/godotpayment/src
Commit message (Expand)AuthorAgeFilesLines
* Remove GodotPayment android pluginTimo Schwarzer2020-06-223-316/+0
* Clean up the `GodotPlugin` public API.Fredia Huya-Kouadio2020-06-161-2/+2
* Add missing consumePurchase plugin method for GodotPaymentvolzhs2020-05-281-1/+1
* Re-implement GodotPayment Android plugin using the Google Play Billing libraryTimo Schwarzer2020-05-2513-1914/+211
* Use long instead of int for object id in Android java wrapperPouleyKetchoupp2020-05-241-3/+3
* Style: Fix unnecessary semicolons that confused clang-formatRémi Verschelde2020-05-191-1/+1
* Merge pull request #37924 from thebestnom/migrate-to-androidXRémi Verschelde2020-05-161-1/+2
|\
| * Android: Migrate deprecated support library to AndroidXthebestnom2020-05-101-1/+2
* | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-1410-18/+0
|/
* clang-format: Add JavaImportGroups for Java codeRémi Verschelde2020-05-0610-7/+29
* Migrate legacy apache dependency to the GodotPayment pluginfhuya2020-04-154-2/+384
* Complete the implementation of the GodotPayment plugin.fhuya2020-03-179-36/+1389
* Fix initialization of the GodotPayment pluginfhuya2020-03-091-1/+0
* Re-architecture of the Godot Android plugin.fhuya2020-03-052-0/+280