| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2023-01-10 | Refactor connect controller | Andrej Mihajlov | 1 | -728/+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-12-20 | MKMapView.setRegion() may call delegate synchronously. Reorder operations | Andrej Mihajlov | 1 | -1/+1 | |
| 2022-12-20 | Connect: refactor | Andrej Mihajlov | 1 | -8/+7 | |
| 2022-11-01 | Move CustomOverlayRenderer into separate file | Andrej Mihajlov | 1 | -8/+0 | |
| 2022-11-01 | Add connect interactor | Andrej Mihajlov | 1 | -35/+27 | |
| 2022-10-21 | Move PacketTunnelRelay and PacketTunnelStatus to MullvadTypes | Andrej Mihajlov | 1 | -0/+1 | |
| 2022-10-21 | Move common code into two new targets: RelaySelector, TunnelProviderMessaging | Andrej Mihajlov | 1 | -0/+1 | |
| 2022-10-13 | Add MullvadTypes and MullvadLogging targets | Andrej Mihajlov | 1 | -1/+1 | |
| 2022-09-26 | Updated ProblemReportViewController.swift | Sajad Vishkai | 1 | -0/+2 | |
| Reverted info comments. | |||||
| 2022-09-26 | Update ConnectViewController.swift | Sajad Vishkai | 1 | -5/+1 | |
| 2022-09-26 | Replace ChainedError with WrappingError | Andrej Mihajlov | 1 | -1/+1 | |
| 2022-09-22 | Add custom overlay above labels | Andrej Mihajlov | 1 | -2/+2 | |
| 2022-08-30 | Add new tunnel monitoring | Andrej Mihajlov | 1 | -7/+28 | |
| 2022-08-03 | Format source code with swiftformat | Andrej Mihajlov | 1 | -37/+82 | |
| 2022-08-01 | Update header bar appearance | Andrej Mihajlov | 1 | -2/+2 | |
| 2022-08-01 | Add device state | Andrej Mihajlov | 1 | -12/+14 | |
| 2022-07-28 | Add option to tell reconnectTunnel to select new relay or keep using current one | Andrej Mihajlov | 1 | -1/+1 | |
| 2022-07-27 | Connect: declare constants and avoid force unwrapping and fatalError stuff | Andrej Mihajlov | 1 | -12/+14 | |
| 2022-07-22 | Rename ConnectMainContentView to ConnectContentView | Andrej Mihajlov | 1 | -3/+3 | |
| 2022-07-22 | Rename mainContentView to contentView | Andrej Mihajlov | 1 | -51/+51 | |
| 2022-07-22 | Update the map region dynamically based on view dimensions | Andrej Mihajlov | 1 | -34/+64 | |
| 2022-07-12 | Make geojson loader safer | Andrej Mihajlov | 1 | -4/+17 | |
| 2022-07-12 | Use our own parser for geojson | Andrej Mihajlov | 1 | -12/+0 | |
| MKGeoJSONDecoder extracts interior polygons from geojson which does not seem to work properly with map view. | |||||
| 2022-06-20 | Move background task handling to AppDelegate | Andrej Mihajlov | 1 | -7/+5 | |
| 2022-05-30 | TunnelManager: use new settings and REST proxies | Andrej Mihajlov | 1 | -19/+6 | |
| 2022-03-24 | Main: show marker after animating the map | Andrej Mihajlov | 1 | -17/+39 | |
| 2022-03-24 | Main: show location marker only in connected state. | Andrej Mihajlov | 1 | -4/+18 | |
| 2022-03-24 | Main: minor refactor | Andrej Mihajlov | 1 | -2/+2 | |
| 2022-03-24 | Main: add activity spinner | Andrej Mihajlov | 1 | -13/+14 | |
| 2022-03-24 | Show cancel button in connecting state on iPad (regular) | Andrej Mihajlov | 1 | -2/+2 | |
| 2022-03-17 | Add tunnel status polling | Andrej Mihajlov | 1 | -16/+16 | |
| 2022-02-01 | Break tunnel management on operations | Andrej Mihajlov | 1 | -1/+1 | |
| 2021-11-02 | Update unsecured connection label | Andrej Mihajlov | 1 | -1/+1 | |
| 2021-09-29 | TunnelManager: refactor | Andrej Mihajlov | 1 | -77/+127 | |
| 2021-07-19 | Localize Main | Andrej Mihajlov | 1 | -18/+92 | |
| 2021-07-19 | Connect: never return `nil` for disconnect button to avoid issues with voice ↵ | Andrej Mihajlov | 1 | -5/+3 | |
| over when it lags | |||||
| 2021-07-19 | Accessibility: group connection location info and status | Andrej Mihajlov | 1 | -0/+25 | |
| 2021-07-14 | Accessibility: improve accessibility in ConnectionPanelView | Andrej Mihajlov | 1 | -1/+1 | |
| 2021-07-14 | ConnectionPanelView: remove protocol row | Andrej Mihajlov | 1 | -5/+0 | |
| 2021-06-11 | Add account expiry notification | Andrej Mihajlov | 1 | -3/+22 | |
| 2021-06-04 | Accessibility: add label to reconnect button | Andrej Mihajlov | 1 | -0/+1 | |
| 2021-05-27 | TunnelManager: expose tunnel settings via property | Andrej Mihajlov | 1 | -1/+1 | |
| 2021-05-21 | Replace class with AnyObject in protocol inheritance | Andrej Mihajlov | 1 | -1/+1 | |
| Fixes the deprecation notice | |||||
| 2021-05-12 | HeaderBar: add divider | Andrej Mihajlov | 1 | -4/+4 | |
| 2021-05-12 | Connect: add map | Andrej Mihajlov | 1 | -1/+178 | |
| 2021-05-12 | Connect: update unsecure connection status string | Andrej Mihajlov | 1 | -1/+1 | |
| 2021-05-11 | Connect: use default blue header bar when logged out (relevant for iPad app) | Andrej Mihajlov | 1 | -1/+20 | |
| 2021-05-11 | Connect: avoid fatal error as traitCollection can be .unknown on iOS 12 even ↵ | Andrej Mihajlov | 1 | -1/+1 | |
| in viewDidLoad | |||||
| 2021-05-11 | Connect: show "select location" button on iPad in compact mode | Andrej Mihajlov | 1 | -5/+31 | |
| 2021-05-05 | AppDelegate: wire up controller delegates | Andrej Mihajlov | 1 | -12/+0 | |
