aboutsummaryrefslogtreecommitdiffstats
path: root/WireGuard/WireGuard/UI (follow)
Commit message (Expand)AuthorAgeFilesLines
* Swift 5 migration: Make use of Result typeRoopesh Chander2019-04-216-39/+38
* macOS: Detect when updating from the App StoreRoopesh Chander2019-04-212-0/+69
* Log view: Don't use a global array to store log entriesRoopesh Chander2019-04-101-5/+9
* macOS: Log view: Stop updating the log once the log view is dismissedRoopesh Chander2019-04-101-0/+10
* macOS: Tunnels list: Suppress alert buttons when removing tunnels is in progressRoopesh Chander2019-04-062-34/+55
* macOS: Tunnels list: Show the confirmation alert till removal completesRoopesh Chander2019-04-061-25/+40
* macOS: Simplify reusing of the detail VC when applicableRoopesh Chander2019-04-041-12/+2
* macOS: Hide other-user tunnels in the status menuRoopesh Chander2019-04-031-0/+1
* macOS: Better handling of tunnels created by another userRoopesh Chander2019-04-032-3/+88
* iOS: Log view: Make log text selectableRoopesh Chander2019-04-011-2/+4
* macOS: Log view: Fix autoscroll to end of logRoopesh Chander2019-04-011-7/+18
* macOS: Bring app to front before 'exiting with an active tunnel' alertRoopesh Chander2019-03-291-2/+4
* macOS: If a sheet is being shown, ignore quit and bring window to frontRoopesh Chander2019-03-291-0/+5
* macOS: Log view: No need to disable Close buttonRoopesh Chander2019-03-282-3/+2
* iOS: Ability to view the logRoopesh Chander2019-03-282-39/+135
* macOS: Ability to view the logRoopesh Chander2019-03-283-27/+300
* Add LogViewHelperRoopesh Chander2019-03-271-0/+52
* macOS: Syntax highlighter: Free spans arrayRoopesh Chander2019-03-221-0/+2
* macOS: Hide exclude private IPs when PrivateKey / PublicKey is missingRoopesh Chander2019-03-222-10/+21
* macOS: Syntax highlighter: Swift can bridge c strings automaticallyRoopesh Chander2019-03-221-1/+1
* macOS: On Add new, Exclude Private IPs should remain hiddenRoopesh Chander2019-03-221-0/+2
* Xcode: iOS: Remove armv7 as 'Required device capabilities'Roopesh Chander2019-03-201-1/+0
* macOS: Privacy notice is provided by system dialogsJason A. Donenfeld2019-03-203-42/+9
* macOS: Login item: Add a simple login itemJason A. Donenfeld2019-03-194-0/+68
* macOS: Add 'Deactivate' status menu itemRoopesh Chander2019-03-191-1/+15
* macos: TunnelsList: set allowsEmptySelection after making initial selectionJason A. Donenfeld2019-03-181-1/+1
* iOS: Consolidate all showConfirmationAlert()s into one placeRoopesh Chander2019-03-184-47/+33
* iOS: Tunnels list: Ability to remove multiple tunnels at a timeRoopesh Chander2019-03-182-4/+137
* iOS: Tunnel edit: Add missing enum valuesRoopesh Chander2019-03-181-0/+2
* macOS: ButtonedDetailViewController: Set min dimensionsRoopesh Chander2019-03-191-0/+6
* macOS: Tunnels list: Double-click to activate / deactivateRoopesh Chander2019-03-181-0/+13
* macOS: Tunnels list: Don't allow empty selectionRoopesh Chander2019-03-181-0/+1
* on-demand: macOS: Remove unused class ControlRowRoopesh Chander2019-03-181-61/+0
* on-demand: macOS: Integrate Ethernet and Wi-Fi controls in one rowRoopesh Chander2019-03-182-45/+82
* on-demand: View model should account for isActivateOnDemandEnabledRoopesh Chander2019-03-185-20/+22
* on-demand: macOS: Disable SSIDs field when adding a tunnelRoopesh Chander2019-03-181-0/+1
* on-demand: iOS: Disable selection in SSID detail table viewRoopesh Chander2019-03-181-0/+1
* on-demand: macOS: Remove unused class PopupRowRoopesh Chander2019-03-181-75/+0
* on-demand: macOS: Auto-complete SSIDs based on currently connected SSIDRoopesh Chander2019-03-181-0/+16
* on-demand: "Only selected SSIDs" -> "Only these SSIDs"Roopesh Chander2019-03-181-2/+2
* on-demand: macOS: Tunnel detail: List SSIDsRoopesh Chander2019-03-181-1/+9
* on-demand: iOS: Only n SSIDs / Except m SSIDsRoopesh Chander2019-03-183-2/+21
* 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-182-23/+35
* on-demand: Remove ActivateOnDemandSetting typeRoopesh Chander2019-03-185-30/+15
* on-demand: TunnelViewModel: Remove unused on-demand-related methodsRoopesh Chander2019-03-181-43/+0
* on-demand: macOS: Tunnel detail: Show SSID infoRoopesh Chander2019-03-181-3/+24
* on-demand: iOS: Update on-demand info shown in tunnel edit viewRoopesh Chander2019-03-183-4/+23
* on-demand: ActivateOnDemandViewModel: Uniquify SSIDs listRoopesh Chander2019-03-181-2/+16
* on-demand: macOS: Support SSIDs in on demand activationRoopesh Chander2019-03-183-22/+187