summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadVPN/StorePaymentManager
AgeCommit message (Expand)AuthorFilesLines
2023-11-22Stop using old completion based MullvadREST interfaceJon Petersson2-6/+4
2023-10-30Exclude transaction log from backupsAndrej Mihajlov1-0/+16
2023-10-30Introduce transaction log to prevent handling already processed transactionsAndrej Mihajlov4-86/+368
2023-10-16Add tests for PacketTunnelActor, TunnelManager and AppMessageHandler.Jon Petersson2-6/+6
2023-06-27New swiftformat rule, enable google swift guidelinesBug Magnet3-9/+8
2023-06-08PacketTunnel: rotate private key on mismatch with serverAndrej Mihajlov1-1/+1
2023-05-22Reformat the code for Swift 5.8Andrej Mihajlov2-3/+3
2023-05-03Pass closure to block operations instead of the entire operationAndrej Mihajlov1-4/+6
2023-05-03Adapt codebase to use cancellable initializerAndrej Mihajlov1-8/+1
2023-03-28Swiftformat: update --maxwidth to 120Andrej Mihajlov1-2/+1
2023-02-28Replace OperationCompletion with ResultAndrej Mihajlov3-50/+32
2023-01-18Reference Swift.Error as Error where disambiguation is no longer neededAndrej Mihajlov2-4/+4
2022-11-09Remove shared instancesAndrej Mihajlov1-11/+11
2022-11-08Set ResultOperation generic typesAndrej Mihajlov1-1/+4
2022-11-08Merge guts of StoreReceipt into SendStoreReceiptOperationAndrej Mihajlov3-187/+96
2022-11-08Payments: reduce code duplication when calling observersAndrej Mihajlov1-34/+26
2022-11-08Payments: move account validation into operation, add background observerAndrej Mihajlov1-37/+47
2022-10-31Add temporary StorePaymentManager.sharedAndrej Mihajlov1-0/+7
2022-10-31Introduce StorePaymentEvent to pass payment related data.Andrej Mihajlov9-0/+816