aboutsummaryrefslogtreecommitdiffstats
path: root/Sources/WireGuardApp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into an/shortcuts-integrationan/shortcuts-integrationAlessio Nossa2024-02-2896-227/+134
|\
| * App: version bumpHEAD1.0.16-27masterJason A. Donenfeld2023-02-151-2/+2
| * App: bump copyrightJason A. Donenfeld2023-02-1593-93/+93
| * App: bump minimum OS versionsJason A. Donenfeld2023-02-1510-130/+37
| * global: apply MIT more consistentlyJason A. Donenfeld2022-11-172-2/+2
* | WireguardApp: macOS: Add App Intents to macOS appAlessio Nossa2023-04-121-0/+5
* | WireguardApp: Add async variant of modify tunnel functionAlessio Nossa2023-04-121-0/+17
* | WireguardApp: iOS: Cleanup after SiriKit Intents removalAlessio Nossa2023-04-122-10/+0
* | Removed UpdateConfigurationIntent SiriKit IntentAlessio Nossa2023-04-122-85/+1
* | Implement GetPeers AppIntentAlessio Nossa2023-04-121-0/+5
* | Complete cleanup after SetTunnelStatus Intent removalAlessio Nossa2023-04-011-1/+0
* | Removed SetTunnelStatusAlessio Nossa2023-04-014-52/+0
* | WireguardApp: iOS: Added Siri shortcuts donations for SetTunnelStatus intentAlessio Nossa2022-02-014-0/+53
* | Implemented UpdateConfiguration intentAlessio Nossa2022-02-012-0/+94
* | WireguardApp: iOS: Moved tunnelsManager initialization to AppDelegateAlessio Nossa2022-02-012-18/+38
* | project: Added WireGuardIntentsExtensioniOS target and Siri capabilityAlessio Nossa2022-02-011-0/+2
* | Automatic configuration files changes by XcodeAlessio Nossa2022-02-011-8/+7
|/
* UI: When saving on-demand rules, deactivate if reqd and then saveRoopesh Chander2021-09-282-14/+30
* UI: When saving on-demand rules on a config, enable on-demand if activeRoopesh Chander2021-09-242-3/+13
* App: version bump1.0.15-26Jason A. Donenfeld2021-09-231-2/+2
* UI: macOS: increase login detector file timeoutJason A. Donenfeld2021-09-231-1/+1
* UI: iOS: remove list pinking when no configJason A. Donenfeld2021-09-232-5/+0
* WireGuardApp: restore old keychain consistency behaviorJason A. Donenfeld2021-09-231-7/+9
* App: version bump1.0.14-25Jason A. Donenfeld2021-09-221-2/+2
* UI: iOS: disable list rows when no configJason A. Donenfeld2021-09-222-0/+5
* WireGuardApp: use file to communicate launch-by-login-helperJason A. Donenfeld2021-09-225-40/+43
* WireGuardApp: do not delete unverifying profiles everJason A. Donenfeld2021-09-221-9/+7
* MacAppStoreUpdateDetector: Detect StoreAEService correctlyRoopesh Chander2021-09-221-1/+1
* MacAppStoreUpdateDetector: Add pid to the logRoopesh Chander2021-09-221-1/+2
* build: Fix swiftlint warningsRoopesh Chander2021-09-228-8/+7
* build: Fix swift warningsRoopesh Chander2021-09-227-8/+8
* UI: Use 'On-Demand', with hyphen, consistentlyJason A. Donenfeld2021-09-221-6/+6
* UI: macOS: do on-demand ritual for clicking list item tooJason A. Donenfeld2021-09-222-7/+16
* UI: Consider on-demand to be enabled iff the tunnel provider is enabledRoopesh Chander2021-08-031-3/+4
* UI: When setting on-demand, avoid a second saveToPreferences() callRoopesh Chander2021-08-031-14/+2
* UI: When saving on-demand rules, don't set isOnDemandEnabledRoopesh Chander2021-08-021-1/+1
* UI: macOS: Incorporate on-demand-ness in status menuRoopesh Chander2021-07-301-6/+29
* UI: macOS: Tunnel detail: Incorporate on-demand-ness in toggle buttonRoopesh Chander2021-07-303-27/+59
* UI: macOS: Tunnel detail: Incorporate on-demand-ness in the status rowRoopesh Chander2021-07-303-19/+43
* UI: macOS: Tunnel list: Incorporate on-demand-ness in the status circleRoopesh Chander2021-07-301-6/+18
* UI: macOS: Add yellow circle imageRoopesh Chander2021-07-304-3/+25
* UI: Localizations: Remove alertTunnelActivationFailureOnDemandAddendumRoopesh Chander2021-07-2818-29/+0
* UI: Remove addendum on on-demand from error on tunnel activationRoopesh Chander2021-07-282-6/+4
* UI: When setting on-demand, enable the tunnel if requiredRoopesh Chander2021-07-281-0/+16
* UI: iOS: Tunnels list: Move the "On Demand" label to the rightRoopesh Chander2021-07-282-44/+24
* UI: iOS: Show on-demand state in 'Status' if there are on-demand rulesRoopesh Chander2021-07-282-0/+6
* UI: When reloading tunnels, preserve '.waiting' stateRoopesh Chander2021-07-281-1/+1
* UI: When deactivating for activating another tunnel, disable on-demandRoopesh Chander2021-07-281-1/+11
* UI: Keep on-demand rules even if on-demand is disabledRoopesh Chander2021-07-282-15/+13
* UI: iOS: Tunnel detail: Incorporate on-demand-ness in 'Status'Roopesh Chander2021-07-283-14/+54