aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/UI/iOS (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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-221-2/+5
* Do not set copyable back to true on reuseJason A. Donenfeld2018-12-221-0/+5
* Move name from interface to tunnelJason A. Donenfeld2018-12-223-4/+4
* 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-213-7/+7
* Localize all the thingsRoopesh Chander2018-12-215-78/+87
* Tunnel detail: iPad: Handle deletion of tunnel correctlyRoopesh Chander2018-12-211-3/+10
* Enabled more swiftlint rulesEric Kuck2018-12-203-9/+5
* Added a String->[String] helperEric Kuck2018-12-201-0/+32
* 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
* KeyValueCells now share codeEric Kuck2018-12-148-374/+192
* Reorganized project structureEric Kuck2018-12-1416-0/+0
* 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-1320-645/+1205
* 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-124-43/+36
* More linter warnings fixed, enabled more swiftlint rules, project cleanupEric Kuck2018-12-129-394/+436
* Tons more swiftlint warnings fixed. Still a few remaining.Eric Kuck2018-12-126-79/+79
* Added swiftlint and fixed all errors (and a bunch, but not all, warnings)Eric Kuck2018-12-127-304/+288
* 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
* Allow turning off the status switch of a waiting tunnelRoopesh Chander2018-12-112-2/+2
* Error handling: alertText() can be nilRoopesh Chander2018-12-111-1/+1
* Tunnels list: Fix AutoLayout error during deletion of a tunnelRoopesh Chander2018-12-101-2/+6