aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/UI (follow)
Commit message (Expand)AuthorAgeFilesLines
* Clean up trailing whitespaceJason A. Donenfeld2018-12-223-9/+9
* Removing a tunnel from iOS's settings is now immediately reflected in appEric Kuck2018-12-214-15/+29
* RTL supportEric Kuck2018-12-214-15/+15
* Strongly recommended now appears as placeholder for DNS when neededEric Kuck2018-12-211-19/+29
* Attempt to strongly recommend thingsJason A. Donenfeld2018-12-222-6/+11
* Do not set copyable back to true on reuseJason A. Donenfeld2018-12-221-0/+5
* Move name from interface to tunnelJason A. Donenfeld2018-12-224-11/+16
* Nuke trailing spacesJason A. Donenfeld2018-12-2110-101/+101
* providerConfiguration is now a WgQuickConfigEric Kuck2018-12-213-34/+2
* Updated NETunnelProvider save formatEric Kuck2018-12-214-11/+11
* Localize all the thingsRoopesh Chander2018-12-216-114/+148
* Tunnel detail: iPad: Handle deletion of tunnel correctlyRoopesh Chander2018-12-211-3/+10
* Enabled more swiftlint rulesEric Kuck2018-12-204-10/+6
* Added a String->[String] helperEric Kuck2018-12-202-22/+42
* Tunnel edit: init() need not take a tunnelConfiguration argumentRoopesh Chander2018-12-192-6/+5
* Remove non-helpful commentsRoopesh Chander2018-12-194-5/+0
* Tunnel edit: Fix commentRoopesh Chander2018-12-191-1/+1
* s/Observervation/Observation/g;Roopesh Chander2018-12-182-10/+10
* Tunnel detail: Update restorationIdentifier when tunnel name changesRoopesh Chander2018-12-181-0/+1
* Got TunnelsManager back under the max file length by splitting out NEVPNStatus+CustomStringConvertibleEric Kuck2018-12-162-2/+0
* Potential fix for insertRowAtIndexPath crashEric Kuck2018-12-161-0/+2
* Nuke duplicate fileJason A. Donenfeld2018-12-151-484/+0
* Fixed editable KeyValueCells being copyableEric Kuck2018-12-142-4/+1
* Fix confusing indentationJason A. Donenfeld2018-12-151-3/+1
* KeyValueCells now share codeEric Kuck2018-12-148-374/+192
* Reorganized project structureEric Kuck2018-12-1417-0/+1
* Most similar views now shared between ViewControllersEric Kuck2018-12-1422-380/+172
* Simplify logging tagsJason A. Donenfeld2018-12-142-2/+2
* Fix status switch weird state after an error occursRoopesh Chander2018-12-142-2/+2
* Deduplicate functionsJason A. Donenfeld2018-12-141-9/+1
* Reorganized ViewControllers (split out UIViews and UITableViewCells into their own classes)Eric Kuck2018-12-1321-645/+1207
* TunnelsManager: Reintroduce waiting for another tunnel to deactivateRoopesh Chander2018-12-131-0/+2
* Rewrite LoggerJason A. Donenfeld2018-12-132-14/+4
* More reliable logo sizingEric Kuck2018-12-131-33/+34
* TunnelsManager: Report activation errors through the activationDelegateRoopesh Chander2018-12-133-19/+15
* Logging: Write versions from both app and extensionRoopesh Chander2018-12-131-0/+1
* Logging: Tag the entries in the merged logRoopesh Chander2018-12-131-1/+1
* Logging: Use ringlogger for logging from the appRoopesh Chander2018-12-131-0/+2
* Logging: Use ringlogger for logging from the extensionRoopesh Chander2018-12-132-11/+15
* Remove useless whitespaceJason A. Donenfeld2018-12-133-16/+16
* Settings: better padding calculationJason A. Donenfeld2018-12-131-3/+3
* Fixed hacky logo display for settingsEric Kuck2018-12-121-3/+9
* More formatting nits and cyclomatic complexity fixesEric Kuck2018-12-125-61/+52
* More linter warnings fixed, enabled more swiftlint rules, project cleanupEric Kuck2018-12-1210-397/+439
* Tons more swiftlint warnings fixed. Still a few remaining.Eric Kuck2018-12-127-108/+106
* Added swiftlint and fixed all errors (and a bunch, but not all, warnings)Eric Kuck2018-12-128-315/+299
* Zip importing: importFromFile should take a completionHandlerRoopesh Chander2018-12-122-7/+13
* ErrorPresenter: Support onPresented for showErrorAlert(title:,message:)Roopesh Chander2018-12-121-3/+4
* State restoration: Don't create duplicate mainVC and tunnelsListVCRoopesh Chander2018-12-111-6/+1
* Remove the feature of waiting for another tunnel to deactivateRoopesh Chander2018-12-112-4/+2