aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/UI/iOS/View (follow)
Commit message (Collapse)AuthorAgeFilesLines
* iOS: Tunnels list: Ability to remove multiple tunnels at a timeRoopesh Chander2019-03-181-0/+5
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* on-demand: iOS: SSIDs view: Always show the selected SSIDs sectionRoopesh Chander2019-03-181-0/+10
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* on-demand: iOS: Update on-demand info shown in tunnel edit viewRoopesh Chander2019-03-181-1/+6
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* on-demand: iOS: Support for SSIDsRoopesh Chander2019-03-183-0/+113
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* iOS: On changing DNS, update AllowedIPs with the current DNS serversRoopesh Chander2019-02-211-2/+2
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* iOS: SwitchCell should hold the observation tokenRoopesh Chander2019-02-031-0/+3
| | | | | | | | 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-0/+3
| | | | | | | | | 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>
* Update copyrightJason A. Donenfeld2019-01-077-7/+7
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* SwitchCell nitsEric Kuck2018-12-221-0/+1
| | | | Signed-off-by: Eric Kuck <eric@bluelinelabs.com>
* Clean up trailing whitespaceJason A. Donenfeld2018-12-221-1/+1
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Removing a tunnel from iOS's settings is now immediately reflected in appEric Kuck2018-12-211-1/+1
| | | | Signed-off-by: Eric Kuck <eric@bluelinelabs.com>
* RTL supportEric Kuck2018-12-212-11/+11
| | | | Signed-off-by: Eric Kuck <eric@bluelinelabs.com>
* Do not set copyable back to true on reuseJason A. Donenfeld2018-12-221-0/+5
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Nuke trailing spacesJason A. Donenfeld2018-12-217-79/+79
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Enabled more swiftlint rulesEric Kuck2018-12-201-1/+1
| | | | Signed-off-by: Eric Kuck <eric@bluelinelabs.com>
* Tunnel edit: Fix commentRoopesh Chander2018-12-191-1/+1
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* s/Observervation/Observation/g;Roopesh Chander2018-12-181-4/+4
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* Fixed editable KeyValueCells being copyableEric Kuck2018-12-141-0/+1
| | | | | | Fixed DNS servers not saving Signed-off-by: Eric Kuck <eric@bluelinelabs.com>
* KeyValueCells now share codeEric Kuck2018-12-147-369/+187
| | | | Signed-off-by: Eric Kuck <eric@bluelinelabs.com>
* Reorganized project structureEric Kuck2018-12-1410-0/+737
Signed-off-by: Eric Kuck <eric@bluelinelabs.com>