| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-09-30 | Apply new swift format rules to codebase | Steffen | 4 | -26/+38 | |
| # 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 | 4 | -4/+4 | |
| 2025-01-14 | Enable compilation with Swift 6 for most targets | Bug Magnet | 3 | -16/+17 | |
| 2024-06-25 | Replace all maximum timeout values to 60 seconds | Jon Petersson | 4 | -18/+23 | |
| 2024-05-27 | Remove flaky test | Bug Magnet | 1 | -39/+0 | |
| 2023-11-16 | Do not use global dispatch queue in tests | Bug Magnet | 1 | -1/+2 | |
| 2023-08-30 | Use swiftlint auto fix for trivial lint violations | Bug Magnet | 3 | -11/+11 | |
| 2023-06-27 | New swiftformat rule, enable google swift guidelines | Bug Magnet | 1 | -1/+1 | |
| 2023-06-08 | SetAccount: rework to use callback flow vs. child operations | Andrej Mihajlov | 2 | -182/+0 | |
| 2023-05-22 | Reformat the code for Swift 5.8 | Andrej Mihajlov | 1 | -1/+1 | |
| 2023-05-03 | Pass closure to block operations instead of the entire operation | Andrej Mihajlov | 4 | -20/+19 | |
| Block operations receive (Error?) -> Void Result block operations receive (Result<Output, Error>) -> Void Transform operations receive (Input, (Result<Output, Error>) -> Void) -> Void | |||||
| 2023-05-03 | Fix typo in test name | Andrej Mihajlov | 1 | -1/+1 | |
| 2023-05-03 | Fix timeout typo | Andrej Mihajlov | 1 | -1/+1 | |
| 2023-05-03 | Operations: add new tests | Andrej Mihajlov | 5 | -37/+270 | |
| 2023-04-14 | Make sure that cancellation does not fire until operation is executing | Andrej Mihajlov | 1 | -0/+35 | |
| 2023-02-28 | Replace OperationCompletion with Result | Andrej Mihajlov | 2 | -8/+8 | |
| 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 | 4 | -0/+338 | |
