aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/UI/iOS/TunnelEditTableViewController.swift (follow)
Commit message (Expand)AuthorAgeFilesLines
* Tunnel edit: Dynamic Type supportRoopesh Chander2018-12-101-6/+56
* On-Demand: TunnelViewModel: Make activate-on-demand methods staticRoopesh Chander2018-12-081-2/+2
* Error handling: Use ErrorPresenter.showErrorAlert() instead of per-VC showErrorAlert() methodsRoopesh Chander2018-12-071-8/+0
* Error handling: Cleanup Tunnels Manager errorsRoopesh Chander2018-12-071-5/+4
* It's 'WiFi', not 'Wifi'Roopesh Chander2018-11-281-2/+2
* Tunnel edit: Update for VPN-on-demand changesRoopesh Chander2018-11-121-14/+26
* Tunnel edit, Tunnel view model: UI for providing On-Demand activation optionsRoopesh Chander2018-11-111-6/+109
* Tunnel edit: While preparing for reuse, should make onValueBeingEdited nil as wellRoopesh Chander2018-11-081-0/+1
* iPad: Ensure we set sourceRect for all cases where we use sourceViewRoopesh Chander2018-11-071-0/+1
* Global: swiftlint autocorrect --formatRoopesh Chander2018-11-061-3/+3
* 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
* global: convert to Swift 4.2Jason A. Donenfeld2018-11-051-3/+3
* Global: run through swiftlintJason A. Donenfeld2018-11-031-6/+6
* Tunnel edit: Use layoutMarginsGuide instead of constantsRoopesh Chander2018-11-031-2/+2
* 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-021-1/+8
* Table edit: Show/hide 'Exclude Private IPs' instead of enable/disableRoopesh Chander2018-11-021-16/+36
* Global: OK over OkJason A. Donenfeld2018-11-011-1/+1
* Deletion buttons are shown in redRoopesh Chander2018-11-011-0/+1
* Tunnel edit: Highlight erroring field keys in redRoopesh Chander2018-11-011-2/+7
* Tunnel edit: Error out on duplicate name when creating / modifying a tunnelRoopesh Chander2018-11-011-5/+3
* UI: not all subclasses of CopyableLabelTableViewCell have a detailTextLabel, so generalizeJason A. Donenfeld2018-10-311-0/+4
* UI: More elegant copy-to-clipboard behaviorJason A. Donenfeld2018-10-311-1/+3
* Tunnel creation: Placeholders for Listen port, Pre-shared key, Persistent KeepaliveRoopesh Chander2018-10-301-1/+6
* Global: fix up captialization in headersJason A. Donenfeld2018-10-301-1/+1
* 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 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
* Fix: Make sure all prepareForReuse() implementations call superRoopesh Chander2018-10-291-0/+2
* Tunnel edit: Set correct title when editingRoopesh Chander2018-10-291-1/+1
* Tunnel editing: Fix cell class namesRoopesh Chander2018-10-291-16/+16
* VPN: Adding, modifying and deleting actual NETunnelProviderManager instancesRoopesh Chander2018-10-271-2/+4
* iPad: Fix modal presentation styleRoopesh Chander2018-10-271-2/+0
* Tunnel editing: Delegate should also report when editing is cancelledRoopesh Chander2018-10-271-3/+5
* 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-271-1/+1
* Tunnel editing: Modifying a tunnel configurationRoopesh Chander2018-10-271-7/+21
* Tunnel creation: After saving the new tunnel, show the detail viewRoopesh Chander2018-10-271-3/+12
* 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-271-7/+2
* 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
* Tunnel creation: Saving a configurationRoopesh Chander2018-10-271-2/+27
* Tunnel creation: Refactor by creating a separate view modelRoopesh Chander2018-10-271-330/+33