aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/UI/iOS/ViewController/TunnelDetailTableViewController.swift (follow)
Commit message (Collapse)AuthorAgeFilesLines
* iOS: Ensure fields are updated on savingRoopesh Chander2019-02-051-0/+1
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* iOS: SwitchCell should hold the observation tokenRoopesh Chander2019-02-031-33/+33
| | | | | | | | And should nil the token when preparing for reuse. This also reverts "iOS: Tunnel detail: Refactor updation of status" Signed-off-by: Roopesh Chander <roop@roopc.net>
* iOS: KeyValueCell should hold the observation tokenRoopesh Chander2019-02-031-2/+1
| | | | | | | | | And should nil the token when preparing for reuse. Otherwise, the observation closure is still active even after the cell gets reused. Signed-off-by: Roopesh Chander <roop@roopc.net>
* iOS: Apply runtime configuration by diff-ingRoopesh Chander2019-02-021-14/+80
| | | | | | And apply the diff on the tableView as insert/remove/reloads. Signed-off-by: Roopesh Chander <roop@roopc.net>
* iOS: Tunnel detail: Keep track of visible fields with a [Bool] arrayRoopesh Chander2019-02-021-10/+28
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* iOS: Tunnel detail: Reload runtime config every secondRoopesh Chander2019-02-011-3/+46
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* iOS: Tunnel detail: Refactor updation of statusRoopesh Chander2019-01-311-33/+35
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* Fix handling of 'PersistentKeepalive: every n seconds'Roopesh Chander2019-01-311-1/+5
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* iOS: Fix stale tunnel being shown on iPadRoopesh Chander2019-01-231-8/+0
| | | | | | | | When the detail view is shown in the iPad and we delete the current tunnel with a list view swipe rather than the delete button, the detail view should go blank. Signed-off-by: Roopesh Chander <roop@roopc.net>
* Update copyrightJason A. Donenfeld2019-01-071-1/+1
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Remove more commentsRoopesh Chander2018-12-231-4/+0
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* Removing a tunnel from iOS's settings is now immediately reflected in appEric Kuck2018-12-211-8/+1
| | | | Signed-off-by: Eric Kuck <eric@bluelinelabs.com>
* Nuke trailing spacesJason A. Donenfeld2018-12-211-4/+4
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Updated NETunnelProvider save formatEric Kuck2018-12-211-4/+4
| | | | Signed-off-by: Eric Kuck <eric@bluelinelabs.com>
* Localize all the thingsRoopesh Chander2018-12-211-17/+17
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* Tunnel detail: iPad: Handle deletion of tunnel correctlyRoopesh Chander2018-12-211-3/+10
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* Remove non-helpful commentsRoopesh Chander2018-12-191-2/+0
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* s/Observervation/Observation/g;Roopesh Chander2018-12-181-6/+6
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* Tunnel detail: Update restorationIdentifier when tunnel name changesRoopesh Chander2018-12-181-0/+1
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* Reorganized project structureEric Kuck2018-12-141-0/+260
Signed-off-by: Eric Kuck <eric@bluelinelabs.com>