aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/UI/iOS/QRScanViewController.swift (follow)
Commit message (Expand)AuthorAgeFilesLines
* Reorganized project structureEric Kuck2018-12-141-159/+0
* Most similar views now shared between ViewControllersEric Kuck2018-12-141-4/+3
* Reorganized ViewControllers (split out UIViews and UITableViewCells into their own classes)Eric Kuck2018-12-131-1/+1
* More linter warnings fixed, enabled more swiftlint rules, project cleanupEric Kuck2018-12-121-7/+7
* Added swiftlint and fixed all errors (and a bunch, but not all, warnings)Eric Kuck2018-12-121-6/+5
* QR Code: Dismiss the QR code screen when the name prompt is cancelledRoopesh Chander2018-11-051-1/+3
* Global: run through swiftlintJason A. Donenfeld2018-11-031-1/+1
* Ensure that all tunnel names are trimmed of whitespacesRoopesh Chander2018-11-031-1/+1
* Global: no periods at the end of error messagesJason A. Donenfeld2018-11-031-3/+3
* Global: fix up stringsJason A. Donenfeld2018-11-011-3/+3
* QR code: Fix what happens when an error is shownRoopesh Chander2018-11-011-1/+1
* QR code: Degrade gracefully when running on the simulator or on a device without a cameraRoopesh Chander2018-11-011-5/+6
* QR Code: Error out on duplicate nameRoopesh Chander2018-11-011-3/+4
* QR code: Show label overlay with info on how to generate the QR codeRoopesh Chander2018-10-301-0/+14
* Global: fix up captialization in headersJason A. Donenfeld2018-10-301-1/+1
* Style: simplify remaining headersJason A. Donenfeld2018-10-301-7/+2
* QR code: Ask for title when scanning a QR codeJeroen Leenarts2018-10-281-2/+14
* QR code: Minor refactoringRoopesh Chander2018-10-281-5/+5
* QR code: Support some form of rotation.Jeroen Leenarts2018-10-281-0/+32
* QR code: Make sure correct layering is used to make sure hint remains visible.Jeroen Leenarts2018-10-281-1/+1
* QR code: Integrate Eric's QR code scannerRoopesh Chander2018-10-281-14/+11
* QR code: Ability to add tunnels with a QR code scanEric Kuck2018-10-281-0/+107