aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/UI (follow)
Commit message (Expand)AuthorAgeFilesLines
* QR Code: Dismiss the QR code screen when the name prompt is cancelledRoopesh Chander2018-11-051-1/+3
* Tunnel view model: No need to save if we already have a validated configuration objectRoopesh Chander2018-11-051-0/+8
* global: convert to Swift 4.2Jason A. Donenfeld2018-11-056-14/+14
* TunnelsManager: account for no or many endpointsJason A. Donenfeld2018-11-051-2/+0
* Settings: account for bottom padding on iPhone XJason A. Donenfeld2018-11-051-4/+4
* Settings: anchor logo to bottomJason A. Donenfeld2018-11-041-1/+12
* Revert "Settings: Swap table view sections"Jason A. Donenfeld2018-11-031-5/+5
* Settings: simplifyJason A. Donenfeld2018-11-031-24/+5
* Global: run through swiftlintJason A. Donenfeld2018-11-037-37/+36
* Settings: limit size of logoJason A. Donenfeld2018-11-031-1/+1
* Settings: Show the captioned WireGuard logo at the endRoopesh Chander2018-11-031-0/+26
* Settings: Swap table view sectionsRoopesh Chander2018-11-031-4/+4
* Tunnels list: Fix status switch look after flipping it off after an errorRoopesh Chander2018-11-031-4/+5
* ErrorPresenter: showErrorAlert takes an onPresentated handlerRoopesh Chander2018-11-031-2/+3
* Tunnels list: Should deselect the row when handling the selectionRoopesh Chander2018-11-031-0/+1
* Tunnel list: Don't show the detail view after creating a config from scratchRoopesh Chander2018-11-031-16/+0
* Ensure that all tunnel names are trimmed of whitespacesRoopesh Chander2018-11-033-4/+5
* 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
* Tunnel edit: Use layoutMarginsGuide instead of constantsRoopesh Chander2018-11-031-2/+2
* TunnelsManager: get rid of index managementJason A. Donenfeld2018-11-032-4/+6
* Global: no periods at the end of error messagesJason A. Donenfeld2018-11-032-5/+5
* Import: rework addMultiple logicJason A. Donenfeld2018-11-031-23/+33
* Tunnel detail: In the key-value cell, make the value label scrollable horizontallyRoopesh Chander2018-11-021-17/+59
* Tunnel edit: Ensure all key-value fields have a placeholder textRoopesh Chander2018-11-021-5/+23
* Handle cell reuse in showing delete buttons in redRoopesh Chander2018-11-022-2/+16
* Table edit: Show/hide 'Exclude Private IPs' instead of enable/disableRoopesh Chander2018-11-021-16/+36
* Tunnel view model: If there's just one peer, populate the scratchpad on initRoopesh Chander2018-11-021-7/+13
* Tunnel view model: Initialize peerData.numberOfPeersRoopesh Chander2018-11-021-0/+4
* Global: OK over OkJason A. Donenfeld2018-11-015-6/+6
* Deletion buttons are shown in redRoopesh Chander2018-11-012-0/+2
* Tunnel edit: Highlight erroring field keys in redRoopesh Chander2018-11-011-2/+7
* Tunnels list: Swipe left to deleteRoopesh Chander2018-11-011-0/+17
* Global: fix up stringsJason A. Donenfeld2018-11-015-49/+41
* QR code: Fix what happens when an error is shownRoopesh Chander2018-11-011-1/+1
* Tunnel errors: Consolidate tunnel activation errors into ErrorPresenterRoopesh Chander2018-11-013-16/+36
* Importing: Account for errors in showing the 'No configurations found' errorRoopesh Chander2018-11-011-4/+4
* Tunnel detail: Fix deletion of tunnelRoopesh Chander2018-11-011-7/+8
* VPN: Restart tunnel after modifying a currently active configurationRoopesh Chander2018-11-011-0/+2
* QR code: Degrade gracefully when running on the simulator or on a device without a cameraRoopesh Chander2018-11-011-5/+6
* 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-012-7/+10
* Tunnel edit: Error out on duplicate name when creating / modifying a tunnelRoopesh Chander2018-11-011-5/+3
* VPN: An ErrorPresenter class to consolidate showing of error alertsRoopesh Chander2018-11-011-0/+46
* VPN: TunnelsManager: s/TunnelsManagerError/TunnelActivationError/g;Roopesh Chander2018-11-012-4/+4
* UI: not all subclasses of CopyableLabelTableViewCell have a detailTextLabel, so generalizeJason A. Donenfeld2018-10-313-1/+13