summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadVPN/AppStoreReceipt.swift
AgeCommit message (Collapse)AuthorFilesLines
2022-10-31Introduce StorePaymentEvent to pass payment related data.Andrej Mihajlov1-155/+0
Remove App prefix from AppStore related classes
2022-10-20Move REST into separate frameworksajacl1-1/+7
2022-09-26Move AsyncOperation into Operations static library and add separate testsAndrej Mihajlov1-0/+1
2022-08-15Drop AppStoreReceipt.Error and pass the underlying error insteadAndrej Mihajlov1-47/+27
2022-08-03Format source code with swiftformatAndrej Mihajlov1-8/+14
2022-06-08Add background observerAndrej Mihajlov1-7/+3
2022-06-08Switch to AsyncOperationQueueAndrej Mihajlov1-1/+1
2022-05-18AsyncOperation: add dispatch queueAndrej Mihajlov1-33/+25
2022-04-05Subclass from ResultOperationAndrej Mihajlov1-17/+5
2022-03-24Add conformance of Operation to Cancellable, drop AnyCancellableAndrej Mihajlov1-4/+2
2022-03-24Drop PromisesAndrej Mihajlov1-39/+134
2022-02-22Add period at the end of error descriptionsAndrej Mihajlov1-3/+3
2021-09-15AppStoreReceipt: handle fileReadNoSuchErrorAndrej Mihajlov1-1/+1
2021-09-15AppStoreReceipt: refactorAndrej Mihajlov1-62/+30
2021-09-15AppStoreReceipt: serialize refresh receipt operationsAndrej Mihajlov1-1/+6
2020-07-15Uncombine AppStorePaymentManagerAndrej Mihajlov1-28/+69
2020-03-26Add AppStoreReceipt readerAndrej Mihajlov1-0/+79