summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadVPN/View controllers/Tunnel/MapViewController.swift
AgeCommit message (Collapse)AuthorFilesLines
2025-09-30Apply new swift format rules to codebaseSteffen1-10/+15
# 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-1/+2
2023-06-27New swiftformat rule, enable google swift guidelinesBug Magnet1-2/+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-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-03-31Replace custom GeoJSON parser with MKGeoJSONDecoderJon Petersson1-1/+27
2023-03-22Add coordinators and app routerAndrej Mihajlov1-0/+286
Fixes IOS-10