summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadVPN/AppStorePaymentManager
AgeCommit message (Expand)AuthorFilesLines
2022-04-29REST: break monolith client on smaller proxiesAndrej Mihajlov2-6/+8
2022-04-29Format SendAppStoreReceiptOperation.swiftAndrej Mihajlov1-60/+60
2022-04-05AppStorePaymentManager: pass completion handler directlyAndrej Mihajlov1-3/+7
2022-04-05Extract SendAppStoreReceiptOperationAndrej Mihajlov2-76/+86
2022-04-05Subclass from ResultOperationAndrej Mihajlov1-21/+26
2022-04-05SendAppStoreReceiptOperation: handle early cancellationAndrej Mihajlov1-0/+5
2022-03-25Validate account token before adding payment to the payment queueAndrej Mihajlov3-16/+41
2022-03-24Add conformance of Operation to Cancellable, drop AnyCancellableAndrej Mihajlov1-11/+7
2022-03-24Remove unnecessary dispatch on main queueAndrej Mihajlov1-19/+15
2022-03-24Drop REST.RequestAdapterAndrej Mihajlov1-2/+4
2022-03-24Drop PromisesAndrej Mihajlov1-58/+138
2022-03-14ObserverList: cast WeakBox value to AnyObject to get rid of AnyObserver typesAndrej Mihajlov2-52/+5
2021-12-16Add API address cacheAndrej Mihajlov1-0/+1
2021-09-16AppStorePaymentManager: refactorAndrej Mihajlov6-0/+436