summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadVPN/ConnectContentView.swift
AgeCommit message (Collapse)AuthorFilesLines
2023-01-10Refactor connect controllerAndrej Mihajlov1-264/+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-09-26Update ConnectContentView.swiftSajad Vishkai1-4/+1
2022-08-03Format source code with swiftformatAndrej Mihajlov1-19/+33
2022-07-27Add NSLayoutConstraint priority helperAndrej Mihajlov1-4/+3
2022-07-22Rename ConnectMainContentView to ConnectContentViewAndrej Mihajlov1-0/+254