aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/UI/iOS/TunnelsListTableViewController.swift (follow)
Commit message (Collapse)AuthorAgeFilesLines
* VPN: Better error messagesRoopesh Chander2018-10-301-1/+10
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* Export: Exporting config filesRoopesh Chander2018-10-291-1/+1
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* Settings: Add a settings panelRoopesh Chander2018-10-291-0/+9
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* Tunnel list, detail: Deletion of tunnelsRoopesh Chander2018-10-291-0/+4
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* Import: Minor refactoringRoopesh Chander2018-10-291-41/+46
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* Import: Show errors when importing failsRoopesh Chander2018-10-291-0/+8
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* Import config: Directly add config, don't open up the editorRoopesh Chander2018-10-291-1/+9
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* Zip: Import configs from zip filesRoopesh Chander2018-10-291-3/+29
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* QR code: Save the scanned tunnelRoopesh Chander2018-10-281-1/+6
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* QR code: Integrate Eric's QR code scannerRoopesh Chander2018-10-281-0/+21
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* Tunnels list: Need to pass in a name to the parserRoopesh Chander2018-10-281-1/+1
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* Tunnels list: Add a switch and an activity indicator to the list viewRoopesh Chander2018-10-281-4/+89
| | | | | | | They track the status of the tunnel. The switch can also be used to bring the tunnel up and down. Signed-off-by: Roopesh Chander <roop@roopc.net>
* VPN: Adding, modifying and deleting actual NETunnelProviderManager instancesRoopesh Chander2018-10-271-2/+10
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* Import: Support for importing a config file from file providersRoopesh Chander2018-10-271-9/+30
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* iPad: Fix modal presentation styleRoopesh Chander2018-10-271-0/+1
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* iPad: Make sure the navigation bar is visible in the detail viewRoopesh Chander2018-10-271-2/+4
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* Tunnel editing: Delegate should also report when editing is cancelledRoopesh Chander2018-10-271-1/+4
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* Import: Support for opening a .conf file in the appRoopesh Chander2018-10-271-4/+39
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* Tunnel creation: After saving the new tunnel, show the detail viewRoopesh Chander2018-10-271-2/+14
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* Smaller copyright headersRoopesh Chander2018-10-271-7/+2
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* Tunnel detail: Start off with the tunnel detail viewRoopesh Chander2018-10-271-0/+12
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* Tunnels list: Update when a tunnel is addedRoopesh Chander2018-10-271-2/+13
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* Tunnel creation: Saving a configurationRoopesh Chander2018-10-271-5/+5
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* Tunnel creation: Start off with tunnel creationRoopesh Chander2018-10-271-1/+5
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* Tunnels list: Show an actions list when the '+' is tappedRoopesh Chander2018-10-271-1/+14
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* Tunnels list: Show data from the tunnels managerRoopesh Chander2018-10-271-2/+42
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* Tunnels list: Make the table view style explicitRoopesh Chander2018-10-271-0/+8
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* Change copyright to WireGuard LLCRoopesh Chander2018-10-271-1/+1
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* Use a split-view controller as the main (root) view controllerRoopesh Chander2018-10-271-0/+35
Signed-off-by: Roopesh Chander <roop@roopc.net>