aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/UI/iOS/View/KeyValueCell.swift (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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: 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-071-1/+1
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* RTL supportEric Kuck2018-12-211-7/+7
| | | | Signed-off-by: Eric Kuck <eric@bluelinelabs.com>
* Nuke trailing spacesJason A. Donenfeld2018-12-211-28/+28
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* KeyValueCells now share codeEric Kuck2018-12-141-31/+141
| | | | Signed-off-by: Eric Kuck <eric@bluelinelabs.com>
* Reorganized project structureEric Kuck2018-12-141-0/+107
Signed-off-by: Eric Kuck <eric@bluelinelabs.com>