summaryrefslogtreecommitdiffhomepage
path: root/ios/OperationsTests/OperationConditionTests.swift
AgeCommit message (Collapse)AuthorFilesLines
2025-09-30Apply new swift format rules to codebaseSteffen1-1/+2
# Conflicts: # ios/MullvadVPN/Coordinators/Settings/DAITA/SettingsDAITAView.swift # ios/MullvadVPN/View controllers/DeviceList/DeviceManagementView.swift
2025-02-04Update copyright string in switft filesOskar1-1/+1
2025-01-14Enable compilation with Swift 6 for most targetsBug Magnet1-0/+1
2024-06-25Replace all maximum timeout values to 60 secondsJon Petersson1-6/+8
2023-08-30Use swiftlint auto fix for trivial lint violationsBug Magnet1-2/+2
2023-05-03Pass closure to block operations instead of the entire operationAndrej Mihajlov1-2/+2
Block operations receive (Error?) -> Void Result block operations receive (Result<Output, Error>) -> Void Transform operations receive (Input, (Result<Output, Error>) -> Void) -> Void
2023-02-28Replace OperationCompletion with ResultAndrej Mihajlov1-1/+1
Error is set to OperationError.cancelled if operation is cancelled.
2022-09-26Move AsyncOperation into Operations static library and add separate testsAndrej Mihajlov1-0/+144