summaryrefslogtreecommitdiffhomepage
path: root/android/lib/billing
AgeCommit message (Expand)AuthorFilesLines
2024-12-03Add check for empty play purchase payment tokenJonatan Rhodin5-2/+71
2024-10-09Migrate billing repository to unit testJonatan Rhodin3-383/+406
2024-10-04Fix billing repository testJonatan Rhodin1-1/+2
2024-10-03Make all compiler warnings errorsDavid Göransson1-1/+4
2024-10-03Fix pendingPurchases deprecationDavid Göransson1-1/+4
2024-09-24Set build tools version to 35.0.0David Göransson1-0/+1
2024-09-17Format build filesDavid Göransson1-12/+11
2024-09-10Fix crash in billing repositoryJonatan Rhodin1-9/+15
2024-08-28Reformat kotlin code using updated ktfmt pluginAlbin5-20/+20
2024-08-13Migrate to version catalogsAlbin1-27/+28
2024-06-19Replace retry with exponential backoff with arrow scheduleJonatan Rhodin1-20/+15
2024-05-29Migrate to gRPCDavid Göransson4-74/+53
2024-02-27Implement sentence naming of testsDavid Göransson3-175/+187
2024-02-05Fix too general ExceptionDavid Göransson1-20/+11
2024-01-11Migrate billing tests to Junit5 and add billing unit tests to ciJonatan Rhodin3-14/+18
2024-01-02Remove unused dependenciesJonatan Rhodin2-10/+0
2023-11-20Fix crash when getting a billing disconnect callbackJonatan Rhodin1-7/+1
2023-11-16Fix kotlin formattingAlbin1-1/+0
2023-11-16Add unit tests for BillingPaymentRepositoryJonatan Rhodin1-0/+378
2023-11-16Add payment module and billing payment repositoryJonatan Rhodin8-0/+272
2023-11-16Add play purchasing android ipc callsJonatan Rhodin1-0/+33
2023-11-16Add tests for BillingRepositoryJonatan Rhodin1-0/+388
2023-11-16Add BillingRepository that handles calls to billing clientJonatan Rhodin3-0/+220
2023-11-16Add billing client library and billing moduleJonatan Rhodin2-0/+75