aboutsummaryrefslogtreecommitdiffstats
path: root/.swiftlint.yml (unfollow)
Commit message (Expand)AuthorFilesLines
2018-12-07Main VC: No need to refresh statuses if the tunnelsManager isn't initialized yetRoopesh Chander1-4/+0
2018-12-07Tunnels list: Deselect rows correctlyRoopesh Chander1-1/+7
2018-12-07Settings: Exporting configs as zip should open document pickerRoopesh Chander1-5/+3
2018-12-07Error handling: Use ErrorPresenter.showErrorAlert() instead of per-VC showErrorAlert() methodsRoopesh Chander4-38/+9
2018-12-07Error handling: Use WireGuardAppError and WireGuardResult throughout the appRoopesh Chander5-41/+45
2018-12-07Error handling: Introduce a WireGuardResult type to handle errors in callbacks across the appRoopesh Chander3-28/+34
2018-12-07Error handling: Introduce a WireGuardAppError protocol to manage errorsRoopesh Chander4-29/+39
2018-12-07Error handling: Cleanup Tunnels Manager errorsRoopesh Chander5-76/+110
2018-12-07Error presenter: Always handle the passed errorRoopesh Chander1-4/+3
2018-12-07Tunnel detail: Cell status switch should be toggled only after the alert presentation completesRoopesh Chander1-4/+5
2018-12-07Refactoring: Consolidate file deletion into a separate functionRoopesh Chander3-17/+16
2018-12-07NE: Logging: Log file should begin with version numbers and tunnel nameRoopesh Chander3-0/+36
2018-12-04NE: Logging: Make it clear which calls to wg_log use String and which use StaticStringRoopesh Chander1-11/+11
2018-12-04Settings: Add timestamp to exported logRoopesh Chander1-1/+8
2018-12-03Refactor out VPN-handling stuff from tunnels list VC to the main VCRoopesh Chander4-72/+94
2018-12-03VPN: Error out when tunnel activation fails because there's no internetRoopesh Chander5-7/+109
2018-12-02Settings: Export log fileRoopesh Chander1-3/+52
2018-11-30NE: Write log to fileRoopesh Chander3-10/+104
2018-11-29Info.plist: Add app group id for accessing from both the app and the network extensionRoopesh Chander2-0/+4
2018-11-29Xcode: Add app groups capabilityRoopesh Chander3-0/+11
2018-11-28It's 'WiFi', not 'Wifi'Roopesh Chander4-17/+17
2018-11-23NE: All DNS queries must first go through the VPN's DNS serversRoopesh Chander1-1/+3
2018-11-19Tunnel view model: Invalidate the configuration object when updating allowedIPs using the 'Exclude private IPs' switchRoopesh Chander1-0/+1
2018-11-19Config file parser: Be case-insensitive to attribute keys in the config fileRoopesh Chander1-12/+12
2018-11-17Config file parser: Fix typoRoopesh Chander1-1/+1
2018-11-15Exporting: Export to zip in a background threadRoopesh Chander2-23/+32
2018-11-15Exporting: Refactor out zip exporting into a separate classRoopesh Chander4-21/+49
2018-11-15Exporting: No need to check for duplicate names - we disallow it at creation time itselfRoopesh Chander1-9/+2
2018-11-15Importing: Import from zip in a background threadRoopesh Chander2-42/+43
2018-11-14Importing: Refactor out zip importing into a separate classRoopesh Chander4-43/+69
2018-11-14Tunnels manager: After saving after activating on-demand, reload tunnelRoopesh Chander1-3/+16
2018-11-12Tunnels manager: Need to keep VPN-on-demand tunnels's status under observationRoopesh Chander1-4/+13
2018-11-12Tunnel detail: Show VPN-on-demand informationRoopesh Chander1-2/+67
2018-11-12Tunnels manager: Keep track of NETunnelProviderManager's isOnDemandEnabled propertyRoopesh Chander2-5/+10
2018-11-12Tunnel edit: Update for VPN-on-demand changesRoopesh Chander1-14/+26
2018-11-12Tunnel view model: VPN-on-demand stuff shouldn't be part of the tunnel modelRoopesh Chander1-16/+22
2018-11-12Model, Tunnels manager: Rewrite the model for VPN-on-demandRoopesh Chander6-130/+92
2018-11-11TunnelsManager: Support for on-demand rulesRoopesh Chander1-0/+36
2018-11-11Tunnel edit, Tunnel view model: UI for providing On-Demand activation optionsRoopesh Chander2-6/+125
2018-11-11Model: Add activationType to tunnel configurationRoopesh Chander3-19/+25
2018-11-10Model: ActivityType enum to represent VPN-on-demand optionsRoopesh Chander2-0/+72
2018-11-10Model: TunnelConfiguration: Add explicit conformance to DecodableRoopesh Chander1-1/+15
2018-11-10Model: Ensure that a TunnelConfiguration always has a valid array of peersRoopesh Chander3-6/+11
2018-11-10VPN: When activating while another tunnel is active, deactivate the other tunnelRoopesh Chander3-22/+16
2018-11-10TunnelsManager: startDeactivation() need not take a completion handlerRoopesh Chander3-8/+3
2018-11-10VPN: There are no DNS errors to handle in the app nowRoopesh Chander2-3/+0
2018-11-09NE: Minor refactoring to enable calling startTunnel() with a tunnelConfigurationRoopesh Chander1-1/+6
2018-11-09VPN: Refresh tunnel statuses when app gets to the foregroundRoopesh Chander2-0/+14
2018-11-09Remove unused codeRoopesh Chander2-24/+0
2018-11-09TunnelsManager: Ability to refresh connection statusesRoopesh Chander1-0/+14