aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/UI/iOS/ViewController (follow)
Commit message (Expand)AuthorAgeFilesLines
* on-demand: View model should account for isActivateOnDemandEnabledRoopesh Chander2019-03-182-4/+4
* on-demand: iOS: Disable selection in SSID detail table viewRoopesh Chander2019-03-181-0/+1
* on-demand: iOS: Only n SSIDs / Except m SSIDsRoopesh Chander2019-03-182-2/+2
* on-demand: iOS: Show list of SSIDs in a separate screenRoopesh Chander2019-03-182-6/+84
* on-demand: iOS: SSIDs view: Always show the selected SSIDs sectionRoopesh Chander2019-03-181-23/+25
* on-demand: Remove ActivateOnDemandSetting typeRoopesh Chander2019-03-182-7/+7
* on-demand: iOS: Update on-demand info shown in tunnel edit viewRoopesh Chander2019-03-181-3/+10
* on-demand: iOS: Tunnel detail: Show SSID infoRoopesh Chander2019-03-182-8/+37
* on-demand: iOS: Add ability to add current SSIDRoopesh Chander2019-03-181-5/+71
* on-demand: iOS: Support for SSIDsRoopesh Chander2019-03-182-41/+267
* on-demand: Infrastructure for supporting SSID-based rulesRoopesh Chander2019-03-181-2/+2
* on-demand: Simplify OS-specific code for interface type selectionRoopesh Chander2019-03-181-3/+3
* ringlogger: support mpsc for singlefileJason A. Donenfeld2019-03-171-6/+1
* Importing: macOS: Support importing of multiple files at a timeRoopesh Chander2019-02-251-3/+1
* iOS: On changing DNS, update AllowedIPs with the current DNS serversRoopesh Chander2019-02-211-2/+12
* Preshared key field in the detail view should just say 'enabled'Roopesh Chander2019-02-121-0/+2
* iOS: Rewrite applying runtime configurationRoopesh Chander2019-02-101-32/+51
* Global: fix swiftlint issuesJason A. Donenfeld2019-02-082-6/+13
* Key: Constant time encodingJason A. Donenfeld2019-02-081-1/+1
* iOS: Tunnel detail: Turn off animation when showing fields changingRoopesh Chander2019-02-081-1/+1
* PrivateDataConfirmation: prompt with touch/face/pin/password ID for viewing/exporting keysJason A. Donenfeld2019-02-062-19/+25
* iOS: Ensure fields are updated on savingRoopesh Chander2019-02-051-0/+1
* iOS: SwitchCell should hold the observation tokenRoopesh Chander2019-02-031-33/+33
* iOS: KeyValueCell should hold the observation tokenRoopesh Chander2019-02-031-2/+1
* iOS: Apply runtime configuration by diff-ingRoopesh Chander2019-02-021-14/+80
* iOS: Tunnel detail: Keep track of visible fields with a [Bool] arrayRoopesh Chander2019-02-021-10/+28
* iOS: Tunnel detail: Reload runtime config every secondRoopesh Chander2019-02-011-3/+46
* iOS: Tunnel detail: Refactor updation of statusRoopesh Chander2019-01-311-33/+35
* Fix handling of 'PersistentKeepalive: every n seconds'Roopesh Chander2019-01-311-1/+5
* iOS: Make it compile againRoopesh Chander2019-01-311-0/+2
* iOS: Fix stale tunnel being shown on iPadRoopesh Chander2019-01-232-12/+7
* iOS: Fix handling of deletion outside appRoopesh Chander2019-01-232-24/+14
* Avoid using return in single-line closuresRoopesh Chander2019-01-221-1/+1
* iOS: Export log: Should present error from the main threadRoopesh Chander2019-01-141-4/+4
* iOS: Refactor importFromFileRoopesh Chander2019-01-141-39/+3
* Update copyrightJason A. Donenfeld2019-01-076-6/+6
* Tunnel edit: Fix crashRoopesh Chander2018-12-241-1/+2
* SwitchCell nitsEric Kuck2018-12-221-5/+4
* Remove more commentsRoopesh Chander2018-12-234-18/+0
* Clean up trailing whitespaceJason A. Donenfeld2018-12-222-8/+8
* Removing a tunnel from iOS's settings is now immediately reflected in appEric Kuck2018-12-212-9/+26
* RTL supportEric Kuck2018-12-212-4/+4
* 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
* Move name from interface to tunnelJason A. Donenfeld2018-12-223-4/+4
* Nuke trailing spacesJason A. Donenfeld2018-12-213-22/+22
* providerConfiguration is now a WgQuickConfigEric Kuck2018-12-212-2/+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