aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/UI/iOS/QRScanViewController.swift (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Style: simplify remaining headersJason A. Donenfeld2018-10-301-7/+2
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* QR code: Ask for title when scanning a QR codeJeroen Leenarts2018-10-281-2/+14
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* QR code: Minor refactoringRoopesh Chander2018-10-281-5/+5
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* QR code: Support some form of rotation.Jeroen Leenarts2018-10-281-0/+32
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* QR code: Make sure correct layering is used to make sure hint remains visible.Jeroen Leenarts2018-10-281-1/+1
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* QR code: Integrate Eric's QR code scannerRoopesh Chander2018-10-281-14/+11
| | | | Signed-off-by: Roopesh Chander <roop@roopc.net>
* QR code: Ability to add tunnels with a QR code scanEric Kuck2018-10-281-0/+107
Signed-off-by: Eric Kuck <eric@bluelinelabs.com>