aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/UI/iOS/TunnelEditTableViewController.swift (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Tunnel creation: Validate the data and prepare to save to a configurationRoopesh Chander2018-10-271-2/+178
* Tunnel creation: Save typed values in a scratchpadRoopesh Chander2018-10-271-9/+90
* Tunnel creation: Fix Persistent Keepalive label's lookRoopesh Chander2018-10-271-14/+4
* Tunnel creation: Start off with tunnel creationRoopesh Chander2018-10-271-0/+451