summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadVPN/ConnectViewController.swift
AgeCommit message (Expand)AuthorFilesLines
2021-11-02Update unsecured connection labelAndrej Mihajlov1-1/+1
2021-09-29TunnelManager: refactorAndrej Mihajlov1-77/+127
2021-07-19Localize MainAndrej Mihajlov1-18/+92
2021-07-19Connect: never return `nil` for disconnect button to avoid issues with voice ...Andrej Mihajlov1-5/+3
2021-07-19Accessibility: group connection location info and statusAndrej Mihajlov1-0/+25
2021-07-14Accessibility: improve accessibility in ConnectionPanelViewAndrej Mihajlov1-1/+1
2021-07-14ConnectionPanelView: remove protocol rowAndrej Mihajlov1-5/+0
2021-06-11Add account expiry notificationAndrej Mihajlov1-3/+22
2021-06-04Accessibility: add label to reconnect buttonAndrej Mihajlov1-0/+1
2021-05-27TunnelManager: expose tunnel settings via propertyAndrej Mihajlov1-1/+1
2021-05-21Replace class with AnyObject in protocol inheritanceAndrej Mihajlov1-1/+1
2021-05-12HeaderBar: add dividerAndrej Mihajlov1-4/+4
2021-05-12Connect: add mapAndrej Mihajlov1-1/+178
2021-05-12Connect: update unsecure connection status stringAndrej Mihajlov1-1/+1
2021-05-11Connect: use default blue header bar when logged out (relevant for iPad app)Andrej Mihajlov1-1/+20
2021-05-11Connect: avoid fatal error as traitCollection can be .unknown on iOS 12 even ...Andrej Mihajlov1-1/+1
2021-05-11Connect: show "select location" button on iPad in compact modeAndrej Mihajlov1-5/+31
2021-05-05AppDelegate: wire up controller delegatesAndrej Mihajlov1-12/+0
2021-05-05Connect: add delegateAndrej Mihajlov1-159/+35
2021-04-14Connect: adapt for iPadAndrej Mihajlov1-5/+20
2021-03-22Extract the main content view into a separate classAndrej Mihajlov1-72/+71
2021-03-22Add LocationDataSourceAndrej Mihajlov1-39/+77
2021-02-11Integrate WireGuardKitAndrej Mihajlov1-1/+1
2020-09-10Add missing button identifiersAndrej Mihajlov1-0/+3
2020-09-03Rename SelectLocationController to SelectLocationViewControllerAndrej Mihajlov1-2/+2
2020-09-03Undo the change that prevents the account view from appearing when account ha...Andrej Mihajlov1-1/+1
2020-09-02When disconnecting, make the UI appear as if the tunnel is already disconnectedAndrej Mihajlov1-2/+2
2020-08-19Remove blur backgroundAndrej Mihajlov1-29/+10
2020-08-13Add SwiftLogAndrej Mihajlov1-6/+10
2020-07-30Make completion handler optionalAndrej Mihajlov1-3/+5
2020-07-30Revamp Connect controller buttonsAndrej Mihajlov1-29/+89
2020-07-23Move SelectLocationController from Storyboard into codeAndrej Mihajlov1-32/+31
2020-07-22Prefetch relays before showing the SelectLocationControllerAndrej Mihajlov1-3/+23
2020-07-15Uncombine tunnel managementAndrej Mihajlov1-33/+63
2020-04-14Enable on-demand VPNAndrej Mihajlov1-1/+6
2020-04-02Refactor to use AccountExpiryAndrej Mihajlov1-5/+1
2020-04-01Show account view when the app starts or when user logs in with expired accountAndrej Mihajlov1-1/+25
2020-03-09Pick relay based on weightsAndrej Mihajlov1-2/+2
2020-02-26Add prefersHeaderBarHidden to RootContainment protocolAndrej Mihajlov1-0/+4
2020-02-18Show relay location and connection infoAndrej Mihajlov1-3/+30
2020-02-06Replace Amagicom AB with Mullvad VPN AB in iOS source filesLinus Färnstrand1-1/+1
2020-01-10Implement data source using UITableViewDiffableDataSourceAndrej Mihajlov1-2/+2
2020-01-08Present errorsAndrej Mihajlov1-2/+5
2020-01-08Remove tableName from localizationAndrej Mihajlov1-3/+3
2019-12-10Wireup Connect controller with the tunnel managerAndrej Mihajlov1-3/+135
2019-05-28Add account viewAndrej Mihajlov1-12/+3
2019-05-14Add SelectLocation controllerAndrej Mihajlov1-6/+12
2019-03-27Bootstrap iOS appAndrej Mihajlov1-0/+35