aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/UI/iOS (follow)
Commit message (Expand)AuthorAgeFilesLines
* QR code: Minor refactoringRoopesh Chander2018-10-281-5/+5
* QR code: Support some form of rotation.Jeroen Leenarts2018-10-281-0/+32
* QR code: Make sure correct layering is used to make sure hint remains visible.Jeroen Leenarts2018-10-281-1/+1
* QR code: Integrate Eric's QR code scannerRoopesh Chander2018-10-282-14/+32
* Tunnels list: Need to pass in a name to the parserRoopesh Chander2018-10-281-1/+1
* QR code: Ability to add tunnels with a QR code scanEric Kuck2018-10-281-0/+107
* Tunnels list: Add a switch and an activity indicator to the list viewRoopesh Chander2018-10-281-4/+89
* Tunnel detail: For now, don't allow cancelling when resolving domains is in progressRoopesh Chander2018-10-281-1/+1
* Tunnel detail: The tableView should have selection disabledRoopesh Chander2018-10-271-0/+1
* VPN: Better error and status handlingRoopesh Chander2018-10-271-25/+9
* Tunnel detail: Account for status section in peer index calculationsRoopesh Chander2018-10-271-2/+2
* Tunnel detail: UI for activating and deactivating a tunnelRoopesh Chander2018-10-271-15/+144
* Tunnel detail: Fix commentRoopesh Chander2018-10-271-1/+1
* VPN: Adding, modifying and deleting actual NETunnelProviderManager instancesRoopesh Chander2018-10-273-6/+16
* Import: Support for importing a config file from file providersRoopesh Chander2018-10-272-9/+48
* iPad: Fix modal presentation styleRoopesh Chander2018-10-273-2/+2
* 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-273-5/+13
* Import: Support for opening a .conf file in the appRoopesh Chander2018-10-273-5/+66
* Tunnel editing: Separate init for creation and modificationRoopesh Chander2018-10-271-2/+13
* VPN: Tunnel container shall provide direct access to the configuration objectRoopesh Chander2018-10-272-3/+3
* Tunnel editing: Modifying a tunnel configurationRoopesh Chander2018-10-272-9/+35
* Tunnel creation: After saving the new tunnel, show the detail viewRoopesh Chander2018-10-273-7/+30
* Tunnel detail: Don't show fields that have empty valueRoopesh Chander2018-10-271-10/+24
* Tunnel creation: Public key is uneditableRoopesh Chander2018-10-271-0/+4
* Tunnel creation: An uneditable field's value should be grey as wellRoopesh Chander2018-10-271-0/+1
* Tunnel creation: Generate key pairRoopesh Chander2018-10-271-2/+10
* Tunnel creation: Compute public key from private key as the text is being editedRoopesh Chander2018-10-271-0/+19
* Tunnel creation: Hide 'Exclude private IPs' switch till the feature is readyRoopesh Chander2018-10-271-2/+1
* Smaller copyright headersRoopesh Chander2018-10-275-35/+10
* Tunnel detail: Start off with the tunnel detail viewRoopesh Chander2018-10-272-0/+234
* Tunnel creation: Variable renamingRoopesh Chander2018-10-271-18/+18
* Tunnel view model: The view model applies for both editing and viewingRoopesh Chander2018-10-271-2/+2
* Tunnels list: Update when a tunnel is addedRoopesh Chander2018-10-271-2/+13
* Tunnel creation: Saving a configurationRoopesh Chander2018-10-272-7/+32
* Tunnel creation: Refactor by creating a separate view modelRoopesh Chander2018-10-271-330/+33
* Tunnel creation: Validate the data and prepare to save to a configurationRoopesh Chander2018-10-271-2/+178
* Tunnel creation: Save typed values in a scratchpadRoopesh Chander2018-10-271-9/+90
* Tunnel creation: Fix Persistent Keepalive label's lookRoopesh Chander2018-10-271-14/+4
* Tunnel creation: Start off with tunnel creationRoopesh Chander2018-10-272-1/+456
* 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
* Configure the split-view controller to work in both iPhone and iPadRoopesh Chander2018-10-271-0/+24
* Change copyright to WireGuard LLCRoopesh Chander2018-10-273-3/+3
* Use a split-view controller as the main (root) view controllerRoopesh Chander2018-10-272-2/+45
* Move UI code into a separate platform-specific folderRoopesh Chander2018-10-272-0/+43