summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadVPN/StorePaymentManager/StorePaymentManager.swift
AgeCommit message (Expand)AuthorFilesLines
2025-09-30Apply new swift format rules to codebaseSteffen1-33/+35
2025-08-06Fix some linting warningsmojganii1-4/+17
2025-06-05Fix typosomahs1-1/+1
2025-04-08Add mullvad api implementation for account proxyJon Petersson1-4/+1
2025-02-04Update copyright string in switft filesOskar1-1/+1
2025-01-14Enable compilation with Swift 6 for most targetsBug Magnet1-6/+6
2024-11-01Fix building for Xcode 15 and 16Bug Magnet1-2/+2
2024-08-14Fix some Swiftlint warningsmojganii1-1/+1
2024-08-13Fix getting stuck in blocked state after reconnectingmojganii1-2/+2
2024-06-04Upgrade settings to associate with multi-hopmojganii1-4/+4
2023-11-22Stop using old completion based MullvadREST interfaceJon Petersson1-3/+2
2023-10-30Introduce transaction log to prevent handling already processed transactionsAndrej Mihajlov1-81/+199
2023-10-16Add tests for PacketTunnelActor, TunnelManager and AppMessageHandler.Jon Petersson1-4/+4
2023-06-27New swiftformat rule, enable google swift guidelinesBug Magnet1-4/+4
2023-06-08PacketTunnel: rotate private key on mismatch with serverAndrej Mihajlov1-1/+1
2023-05-22Reformat the code for Swift 5.8Andrej Mihajlov1-2/+2
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-02-28Replace OperationCompletion with ResultAndrej Mihajlov1-29/+12
2023-01-18Reference Swift.Error as Error where disambiguation is no longer neededAndrej Mihajlov1-1/+1
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 Mihajlov1-10/+9
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 Mihajlov1-0/+357