aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/UI/iOS (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Importing: Also support importing public.text files in the file pickerRoopesh Chander2018-11-071-1/+1
* iPad: Set correct sourceRect for the popover anchored on the central 'Add' buttonRoopesh Chander2018-11-071-0/+1
* iPad: Configuring the split-view controller should happen in init(), not loadView()Roopesh Chander2018-11-071-4/+9
* Settings: show build idJason A. Donenfeld2018-11-071-1/+4
* Importing: simplifyJason A. Donenfeld2018-11-061-26/+15
* Importing: Assume imported files without .conf or .zip extensions to be a config fileRoopesh Chander2018-11-071-5/+5
* Global: swiftlint autocorrect --formatRoopesh Chander2018-11-063-8/+8
* Global: swiftlint autocorrectRoopesh Chander2018-11-061-1/+1
* Importing: Error out on file with unsupported file extensionRoopesh Chander2018-11-061-1/+9
* Tunnel edit: TunnelEditTableViewKeyValueCell need not support a read-only mode nowRoopesh Chander2018-11-061-21/+2
* Tunnel edit: A new cell class for the public key field, to make the value scrollableRoopesh Chander2018-11-061-0/+70
* Tunnel detail: Refactor out the label scrolling into a separate UI classRoopesh Chander2018-11-062-31/+59
* QR Code: Dismiss the QR code screen when the name prompt is cancelledRoopesh Chander2018-11-051-1/+3
* 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-036-35/+34
* 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-032-3/+4
* 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
* 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-014-36/+28
* 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