summaryrefslogtreecommitdiffhomepage
path: root/android/lib/billing
AgeCommit message (Expand)AuthorFilesLines
2026-02-24Add explicit dependency on play-services-locationKalle Lindström1-0/+3
2026-02-09Introduce DAITA feature moduleDavid Göransson2-26/+1
2026-02-06Create gradle task for running all unit testsJonatan Rhodin1-0/+1
2026-02-02Rename daemon-grpc to grpcDavid Göransson2-2/+2
2025-11-07Migrate library modules to convention pluginsAlbin1-28/+2
2025-10-09Increase severity of some purchase logsJonatan Rhodin1-1/+1
2025-08-21Add logging to verify play purchaseJonatan Rhodin1-8/+27
2025-07-30Add some basic logging for the play purchase verification processJonatan Rhodin1-0/+2
2025-07-03Fix gradle kotlinOptions warningsDavid Göransson1-3/+7
2025-06-09Update payment flow within the appJonatan Rhodin2-8/+11
2025-05-26Fix and update lint baselineDavid Göransson1-0/+2
2025-05-26Migrate remaining deps and versions to version catalogsDavid Göransson1-10/+9
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