aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/UI (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
* 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
* Tunnel list: Fix importing zip with multiple configurationsRoopesh Chander2018-10-311-6/+12
* wireguard-go-bridge: extract version for consumption by network extensionJason A. Donenfeld2018-10-311-1/+1
* UI: More elegant copy-to-clipboard behaviorJason A. Donenfeld2018-10-314-59/+83
* QR code: QR code scanning is not available in the simulatorRoopesh Chander2018-10-301-0/+6
* Style: Remove 'Based on' attributionsRoopesh Chander2018-10-302-2/+0
* QR code: Show label overlay with info on how to generate the QR codeRoopesh Chander2018-10-301-0/+14
* Tunnel creation: Placeholders for Listen port, Pre-shared key, Persistent KeepaliveRoopesh Chander2018-10-301-1/+6
* Tunnel view model: IP address can be specified without '/cidr'Roopesh Chander2018-10-301-1/+1
* Fix error message: s/atleast/at least/g;Roopesh Chander2018-10-302-2/+2
* Global: fix up captialization in headersJason A. Donenfeld2018-10-308-8/+8
* Style: simplify remaining headersJason A. Donenfeld2018-10-301-7/+2
* VPN: Better error messagesRoopesh Chander2018-10-302-4/+21
* Export: Exporting config filesRoopesh Chander2018-10-292-2/+68
* Settings: Add a settings panelRoopesh Chander2018-10-292-0/+157
* Tunnel edit: Support for exclude private IPsRoopesh Chander2018-10-291-5/+60
* Tunnel view model: Support for exclude private IPsRoopesh Chander2018-10-291-0/+70
* Tunnel edit: Fix keyboard type for reused cellsRoopesh Chander2018-10-291-0/+1