| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-09-30 | Apply new swift format rules to codebase | Steffen | 1 | -1/+2 | |
| # Conflicts: # ios/MullvadVPN/Coordinators/Settings/DAITA/SettingsDAITAView.swift # ios/MullvadVPN/View controllers/DeviceList/DeviceManagementView.swift | |||||
| 2025-02-04 | Update copyright string in switft files | Oskar | 1 | -1/+1 | |
| 2025-01-14 | Enable compilation with Swift 6 for most targets | Bug Magnet | 1 | -0/+1 | |
| 2024-06-25 | Replace all maximum timeout values to 60 seconds | Jon Petersson | 1 | -6/+8 | |
| 2023-08-30 | Use swiftlint auto fix for trivial lint violations | Bug Magnet | 1 | -2/+2 | |
| 2023-05-03 | Pass closure to block operations instead of the entire operation | Andrej Mihajlov | 1 | -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-28 | Replace OperationCompletion with Result | Andrej Mihajlov | 1 | -1/+1 | |
| Error is set to OperationError.cancelled if operation is cancelled. | |||||
| 2022-09-26 | Move AsyncOperation into Operations static library and add separate tests | Andrej Mihajlov | 1 | -0/+144 | |
