summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadVPN/ConnectInteractor.swift
AgeCommit message (Collapse)AuthorFilesLines
2023-01-10Refactor connect controllerAndrej Mihajlov1-53/+0
- Move map related stuff into MapViewController that's used as a child controller. - Move UI related routines from main controller into content view. - Fix projection used to align the center of the map with activity spinner. - Rename Connect* family of classes into Tunnel*. - Replace delegate in (ex) ConnectViewController with a single block handler.
2022-11-01Add connect interactorAndrej Mihajlov1-0/+53