aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/UI/iOS/SettingsTableViewController.swift (follow)
Commit message (Expand)AuthorAgeFilesLines
* Reorganized project structureEric Kuck2018-12-141-200/+0
* Most similar views now shared between ViewControllersEric Kuck2018-12-141-0/+200
* Reorganized ViewControllers (split out UIViews and UITableViewCells into their own classes)Eric Kuck2018-12-131-263/+0
* Rewrite LoggerJason A. Donenfeld2018-12-131-3/+3
* More reliable logo sizingEric Kuck2018-12-131-33/+34
* Logging: Tag the entries in the merged logRoopesh Chander2018-12-131-1/+1
* Logging: Use ringlogger for logging from the extensionRoopesh Chander2018-12-131-11/+7
* Settings: better padding calculationJason A. Donenfeld2018-12-131-3/+3
* Fixed hacky logo display for settingsEric Kuck2018-12-121-3/+9
* More linter warnings fixed, enabled more swiftlint rules, project cleanupEric Kuck2018-12-121-13/+11
* Tons more swiftlint warnings fixed. Still a few remaining.Eric Kuck2018-12-121-15/+15
* Added swiftlint and fixed all errors (and a bunch, but not all, warnings)Eric Kuck2018-12-121-3/+4
* Settings: Dynamic Type supportRoopesh Chander2018-12-101-2/+6
* Settings: Export log: Perform file operations in a background threadRoopesh Chander2018-12-081-26/+31
* Make strings consistentJason A. Donenfeld2018-12-071-2/+2
* Settings: Exporting configs as zip should open document pickerRoopesh Chander2018-12-071-5/+3
* Error handling: Use ErrorPresenter.showErrorAlert() instead of per-VC showErrorAlert() methodsRoopesh Chander2018-12-071-11/+3
* Refactoring: Consolidate file deletion into a separate functionRoopesh Chander2018-12-071-10/+5
* Settings: Add timestamp to exported logRoopesh Chander2018-12-041-1/+8
* Settings: Export log fileRoopesh Chander2018-12-021-3/+52
* Exporting: Export to zip in a background threadRoopesh Chander2018-11-151-10/+10
* Exporting: Refactor out zip exporting into a separate classRoopesh Chander2018-11-151-21/+11
* Exporting: No need to check for duplicate names - we disallow it at creation time itselfRoopesh Chander2018-11-151-9/+2
* iPad: Ensure we set sourceRect for all cases where we use sourceViewRoopesh Chander2018-11-071-1/+1
* Settings: show build idJason A. Donenfeld2018-11-071-1/+4
* Global: swiftlint autocorrectRoopesh Chander2018-11-061-1/+1
* global: convert to Swift 4.2Jason A. Donenfeld2018-11-051-2/+2
* Settings: account for bottom padding on iPhone XJason A. Donenfeld2018-11-051-4/+4
* Settings: anchor logo to bottomJason A. Donenfeld2018-11-041-1/+12
* Revert "Settings: Swap table view sections"Jason A. Donenfeld2018-11-031-5/+5
* Settings: simplifyJason A. Donenfeld2018-11-031-24/+5
* Global: run through swiftlintJason A. Donenfeld2018-11-031-4/+4
* Settings: limit size of logoJason A. Donenfeld2018-11-031-1/+1
* Settings: Show the captioned WireGuard logo at the endRoopesh Chander2018-11-031-0/+26
* Settings: Swap table view sectionsRoopesh Chander2018-11-031-4/+4
* Global: OK over OkJason A. Donenfeld2018-11-011-1/+1
* Global: fix up stringsJason A. Donenfeld2018-11-011-10/+4
* wireguard-go-bridge: extract version for consumption by network extensionJason A. Donenfeld2018-10-311-1/+1
* Style: Remove 'Based on' attributionsRoopesh Chander2018-10-301-1/+0
* Global: fix up captialization in headersJason A. Donenfeld2018-10-301-1/+1
* Export: Exporting config filesRoopesh Chander2018-10-291-1/+67
* Settings: Add a settings panelRoopesh Chander2018-10-291-0/+148