aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/UI/iOS/TunnelsListTableViewController.swift (follow)
Commit message (Expand)AuthorAgeFilesLines
* Tunnels list: Remove separator lines in the table viewRoopesh Chander2018-11-031-0/+1
* Tunnels list: Show an 'Add' button when there are no tunnelsRoopesh Chander2018-11-031-2/+65
* Tunnels list: Show a busy indicator before the tunnels are loadedRoopesh Chander2018-11-031-29/+55
* Tunnels list: The Add and Settings buttons should be no-ops until the tunnels are loadedRoopesh Chander2018-11-031-0/+2
* TunnelsManager: get rid of index managementJason A. Donenfeld2018-11-031-4/+4
* Import: rework addMultiple logicJason A. Donenfeld2018-11-031-23/+33
* Global: OK over OkJason A. Donenfeld2018-11-011-1/+1
* Tunnels list: Swipe left to deleteRoopesh Chander2018-11-011-0/+17
* Global: fix up stringsJason A. Donenfeld2018-11-011-16/+14
* Tunnel errors: Consolidate tunnel activation errors into ErrorPresenterRoopesh Chander2018-11-011-8/+4
* Importing: Account for errors in showing the 'No configurations found' errorRoopesh Chander2018-11-011-4/+4
* Revert "QR code: QR code scanning is not available in the simulator"Roopesh Chander2018-11-011-6/+0
* Importing: Show error when the zip file contains no .conf filesRoopesh Chander2018-11-011-0/+4
* Importing: Error out on duplicate nameRoopesh Chander2018-11-011-3/+5
* QR Code: Error out on duplicate nameRoopesh Chander2018-11-011-4/+6
* VPN: TunnelsManager: s/TunnelsManagerError/TunnelActivationError/g;Roopesh Chander2018-11-011-2/+2
* Tunnel list: Fix importing zip with multiple configurationsRoopesh Chander2018-10-311-6/+12
* QR code: QR code scanning is not available in the simulatorRoopesh Chander2018-10-301-0/+6
* Fix error message: s/atleast/at least/g;Roopesh Chander2018-10-301-1/+1
* Global: fix up captialization in headersJason A. Donenfeld2018-10-301-1/+1
* VPN: Better error messagesRoopesh Chander2018-10-301-1/+10
* Export: Exporting config filesRoopesh Chander2018-10-291-1/+1
* Settings: Add a settings panelRoopesh Chander2018-10-291-0/+9
* Tunnel list, detail: Deletion of tunnelsRoopesh Chander2018-10-291-0/+4
* Import: Minor refactoringRoopesh Chander2018-10-291-41/+46
* Import: Show errors when importing failsRoopesh Chander2018-10-291-0/+8
* Import config: Directly add config, don't open up the editorRoopesh Chander2018-10-291-1/+9
* Zip: Import configs from zip filesRoopesh Chander2018-10-291-3/+29
* QR code: Save the scanned tunnelRoopesh Chander2018-10-281-1/+6
* QR code: Integrate Eric's QR code scannerRoopesh Chander2018-10-281-0/+21
* Tunnels list: Need to pass in a name to the parserRoopesh Chander2018-10-281-1/+1
* Tunnels list: Add a switch and an activity indicator to the list viewRoopesh Chander2018-10-281-4/+89
* VPN: Adding, modifying and deleting actual NETunnelProviderManager instancesRoopesh Chander2018-10-271-2/+10
* Import: Support for importing a config file from file providersRoopesh Chander2018-10-271-9/+30
* iPad: Fix modal presentation styleRoopesh Chander2018-10-271-0/+1
* iPad: Make sure the navigation bar is visible in the detail viewRoopesh Chander2018-10-271-2/+4
* Tunnel editing: Delegate should also report when editing is cancelledRoopesh Chander2018-10-271-1/+4
* Import: Support for opening a .conf file in the appRoopesh Chander2018-10-271-4/+39
* Tunnel creation: After saving the new tunnel, show the detail viewRoopesh Chander2018-10-271-2/+14
* Smaller copyright headersRoopesh Chander2018-10-271-7/+2
* Tunnel detail: Start off with the tunnel detail viewRoopesh Chander2018-10-271-0/+12
* Tunnels list: Update when a tunnel is addedRoopesh Chander2018-10-271-2/+13
* Tunnel creation: Saving a configurationRoopesh Chander2018-10-271-5/+5
* Tunnel creation: Start off with tunnel creationRoopesh Chander2018-10-271-1/+5
* Tunnels list: Show an actions list when the '+' is tappedRoopesh Chander2018-10-271-1/+14
* Tunnels list: Show data from the tunnels managerRoopesh Chander2018-10-271-2/+42
* Tunnels list: Make the table view style explicitRoopesh Chander2018-10-271-0/+8
* Change copyright to WireGuard LLCRoopesh Chander2018-10-271-1/+1
* Use a split-view controller as the main (root) view controllerRoopesh Chander2018-10-271-0/+35