| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-09-30 | Apply new swift format rules to codebase | Steffen | 1 | -0/+1 | |
| # 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 | -5/+8 | |
| 2023-05-03 | Pass closure to block operations instead of the entire operation | Andrej Mihajlov | 1 | -19/+22 | |
| 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 | Add assertion that block cannot be nil | Andrej Mihajlov | 1 | -0/+1 | |
| 2023-05-03 | AsyncOperation: remove finish() call as it's guaranteed that execution block ↵ | Andrej Mihajlov | 1 | -5/+1 | |
| should exist | |||||
| 2023-05-03 | Operations: add convenience initializer that returns cancellable object | Andrej Mihajlov | 1 | -44/+19 | |
| 2023-04-14 | Make sure that cancellation does not fire until operation is executing | Andrej Mihajlov | 1 | -1/+1 | |
| 2022-10-21 | Operations: update header comment | Andrej Mihajlov | 1 | -1/+1 | |
| 2022-09-26 | Move AsyncOperation into Operations static library and add separate tests | Andrej Mihajlov | 1 | -0/+84 | |
