aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/UI/iOS/TunnelDetailTableViewController.swift (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove the feature of waiting for another tunnel to deactivateRoopesh Chander2018-12-111-3/+1
* Allow turning off the status switch of a waiting tunnelRoopesh Chander2018-12-111-1/+1
* Tunnel detail: Dynamic Type supportRoopesh Chander2018-12-101-5/+56
* On-Demand: Move detail text to TunnelViewModelRoopesh Chander2018-12-081-20/+1
* Make strings consistentJason A. Donenfeld2018-12-071-2/+2
* State restoration: Restore tunnel detail viewRoopesh Chander2018-12-071-0/+3
* Error handling: Use ErrorPresenter.showErrorAlert() instead of per-VC showErrorAlert() methodsRoopesh Chander2018-12-071-8/+0
* Tunnel detail: Cell status switch should be toggled only after the alert presentation completesRoopesh Chander2018-12-071-4/+5
* It's 'WiFi', not 'Wifi'Roopesh Chander2018-11-281-4/+4
* Tunnel detail: Show VPN-on-demand informationRoopesh Chander2018-11-121-2/+67
* VPN: When activating while another tunnel is active, deactivate the other tunnelRoopesh Chander2018-11-101-0/+2
* TunnelsManager: startDeactivation() need not take a completion handlerRoopesh Chander2018-11-101-3/+1
* Move logic to extension: .resolvingEndpointDomains is not longer a valid statusRoopesh Chander2018-11-081-2/+0
* iPad: Ensure we set sourceRect for all cases where we use sourceViewRoopesh Chander2018-11-071-0/+1
* Global: swiftlint autocorrect --formatRoopesh Chander2018-11-061-2/+2
* Tunnel detail: Refactor out the label scrolling into a separate UI classRoopesh Chander2018-11-061-31/+9
* global: convert to Swift 4.2Jason A. Donenfeld2018-11-051-3/+3
* Global: run through swiftlintJason A. Donenfeld2018-11-031-4/+4
* Tunnel detail: In the key-value cell, make the value label scrollable horizontallyRoopesh Chander2018-11-021-17/+59
* Handle cell reuse in showing delete buttons in redRoopesh Chander2018-11-021-1/+8
* Global: OK over OkJason A. Donenfeld2018-11-011-1/+1
* Deletion buttons are shown in redRoopesh Chander2018-11-011-0/+1
* Tunnel errors: Consolidate tunnel activation errors into ErrorPresenterRoopesh Chander2018-11-011-8/+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
* VPN: TunnelsManager: s/TunnelsManagerError/TunnelActivationError/g;Roopesh Chander2018-11-011-2/+2
* 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-56/+28
* Fix error message: s/atleast/at least/g;Roopesh Chander2018-10-301-1/+1
* Global: fix up captialization in headersJason A. Donenfeld2018-10-301-1/+1
* VPN: Better error messagesRoopesh Chander2018-10-301-3/+11
* Tunnel detail: Assume there's just one section per peerRoopesh Chander2018-10-291-24/+17
* Tunnel list, detail: Deletion of tunnelsRoopesh Chander2018-10-291-2/+27
* Fix: Make sure all prepareForReuse() implementations call superRoopesh Chander2018-10-291-0/+2
* Tunnel detail: Change title after editing completesRoopesh Chander2018-10-291-0/+1
* Tunnel detail: Copying the public keyRoopesh Chander2018-10-291-1/+1
* Tunnel detail: For now, don't allow cancelling when resolving domains is in progressRoopesh Chander2018-10-281-1/+1
* Tunnel detail: The tableView should have selection disabledRoopesh Chander2018-10-271-0/+1
* VPN: Better error and status handlingRoopesh Chander2018-10-271-25/+9
* Tunnel detail: Account for status section in peer index calculationsRoopesh Chander2018-10-271-2/+2
* Tunnel detail: UI for activating and deactivating a tunnelRoopesh Chander2018-10-271-15/+144
* Tunnel detail: Fix commentRoopesh Chander2018-10-271-1/+1
* VPN: Adding, modifying and deleting actual NETunnelProviderManager instancesRoopesh Chander2018-10-271-2/+2
* iPad: Fix modal presentation styleRoopesh Chander2018-10-271-0/+1
* Tunnel editing: Delegate should also report when editing is cancelledRoopesh Chander2018-10-271-1/+4
* VPN: Tunnel container shall provide direct access to the configuration objectRoopesh Chander2018-10-271-2/+2
* Tunnel editing: Modifying a tunnel configurationRoopesh Chander2018-10-271-2/+14
* Tunnel creation: After saving the new tunnel, show the detail viewRoopesh Chander2018-10-271-2/+4
* Tunnel detail: Don't show fields that have empty valueRoopesh Chander2018-10-271-10/+24
* Smaller copyright headersRoopesh Chander2018-10-271-7/+2