summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadVPN/ConnectViewController.swift
AgeCommit message (Expand)AuthorFilesLines
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