summaryrefslogtreecommitdiffhomepage
path: root/android/lib/payment/src/main
AgeCommit message (Collapse)AuthorFilesLines
2025-06-09Update payment flow within the appJonatan Rhodin2-2/+3
Also add support for 3 months in-app purchases
2025-04-10Fix parceable navigation issueDavid Göransson1-1/+4
2024-08-28Reformat kotlin code using updated ktfmt pluginAlbin3-3/+3
This commit mostly adds trailing commas throughout the project, but also includes a few other formatting changes.
2024-06-19Replace retry with exponential backoff with arrow scheduleJonatan Rhodin3-14/+11
Also clean up the code related to play purchase verification
2024-02-27Implement sentence naming of testsDavid Göransson1-1/+1
2023-11-22Add value class assertion testDavid Göransson1-1/+1
2023-11-16Fix kotlin formattingAlbin3-7/+4
2023-11-16Add payment support to AccountViewModelJonatan Rhodin1-0/+3
2023-11-16Add payment module and billing payment repositoryJonatan Rhodin10-0/+127