aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/UI/iOS (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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-313-57/+82
* 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
* Fix error message: s/atleast/at least/g;Roopesh Chander2018-10-302-2/+2
* Global: fix up captialization in headersJason A. Donenfeld2018-10-307-7/+7
* 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 edit: Fix keyboard type for reused cellsRoopesh Chander2018-10-291-0/+1
* Tunnel detail: Assume there's just one section per peerRoopesh Chander2018-10-291-24/+17
* Tunnel edit: Assume there's just one section per peerRoopesh Chander2018-10-291-30/+19
* Tunnel edit: Set correct keyboard typesRoopesh Chander2018-10-291-0/+19
* Tunnel list, detail: Deletion of tunnelsRoopesh Chander2018-10-292-2/+31
* Fix: Make sure all prepareForReuse() implementations call superRoopesh Chander2018-10-292-0/+4
* Tunnel edit: Set correct title when editingRoopesh Chander2018-10-291-1/+1
* Tunnel detail: Change title after editing completesRoopesh Chander2018-10-291-0/+1
* Tunnel detail: Copying the public keyRoopesh Chander2018-10-291-1/+1
* Tunnel editing: Fix cell class namesRoopesh Chander2018-10-291-16/+16
* Import: Use the refactored function for Open-inRoopesh Chander2018-10-291-1/+1
* 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-292-21/+29
* QR code: Save the scanned tunnelRoopesh Chander2018-10-281-1/+6
* QR code: Ask for title when scanning a QR codeJeroen Leenarts2018-10-281-2/+14
* 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