Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | TunnelName: sort correctly with numbers and capitals | 2019-03-18 | 1 | -1/+1 | |
| | | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | ||||
* | import Foundation instead of UIKit wherever possible | 2019-01-14 | 1 | -1/+1 | |
| | | | | Signed-off-by: Roopesh Chander <roop@roopc.net> | ||||
* | Update copyright | 2019-01-07 | 1 | -1/+1 | |
| | | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | ||||
* | Move name from interface to tunnel | 2018-12-22 | 1 | -1/+1 | |
| | | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | ||||
* | providerConfiguration is now a WgQuickConfig | 2018-12-21 | 1 | -6/+2 | |
| | | | | Signed-off-by: Eric Kuck <eric@bluelinelabs.com> | ||||
* | Localize all the things | 2018-12-21 | 1 | -1/+1 | |
| | | | | Signed-off-by: Roopesh Chander <roop@roopc.net> | ||||
* | Reorganized ViewControllers (split out UIViews and UITableViewCells into their own classes) | 2018-12-13 | 1 | -5/+2 | |
| | | | | | | All swiftlint warnings except one fixed up Signed-off-by: Eric Kuck <eric@bluelinelabs.com> | ||||
* | More formatting nits and cyclomatic complexity fixes | 2018-12-12 | 1 | -1/+1 | |
| | | | | Signed-off-by: Eric Kuck <eric@bluelinelabs.com> | ||||
* | Tons more swiftlint warnings fixed. Still a few remaining. | 2018-12-12 | 1 | -6/+6 | |
| | | | | Signed-off-by: Eric Kuck <eric@bluelinelabs.com> | ||||
* | Added swiftlint and fixed all errors (and a bunch, but not all, warnings) | 2018-12-12 | 1 | -6/+6 | |
| | | | | Signed-off-by: Eric Kuck <eric@bluelinelabs.com> | ||||
* | Zip importing: Handle spaces in filenames correctly | 2018-12-12 | 1 | -7/+7 | |
| | | | | | | | Previously, if a filename of a .conf file inside the zip file contained spaces, it was not imported. Signed-off-by: Roopesh Chander <roop@roopc.net> | ||||
* | Error handling: alertText() can be nil | 2018-12-11 | 1 | -1/+1 | |
| | | | | | | Indicating that no alert is to be shown for that error. Signed-off-by: Roopesh Chander <roop@roopc.net> | ||||
* | Error handling: Use WireGuardAppError and WireGuardResult throughout the app | 2018-12-07 | 1 | -5/+14 | |
| | | | | Signed-off-by: Roopesh Chander <roop@roopc.net> | ||||
* | Importing: Import from zip in a background thread | 2018-11-15 | 1 | -30/+33 | |
| | | | | Signed-off-by: Roopesh Chander <roop@roopc.net> | ||||
* | Importing: Refactor out zip importing into a separate class | 2018-11-14 | 1 | -0/+48 | |
Signed-off-by: Roopesh Chander <roop@roopc.net> |