summaryrefslogtreecommitdiffhomepage
path: root/android/lib/payment/src
AgeCommit message (Collapse)AuthorFilesLines
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