-
Notifications
You must be signed in to change notification settings - Fork 423
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adds VPN Control Center widget and Siri Commands. #3414
Conversation
|
Task/Issue URL: https://app.asana.com/0/1207603085593419/1208485618883329/f ## Description Adds Siri support to start and stop the VPN.
LocalPackages/VPNiOS/Sources/VPNWidgetSupport/VPNWidgetTunnelController.swift
Show resolved
Hide resolved
DuckDuckGo/Widgets/Education/ControlCenterWidgetEducationView.swift
Outdated
Show resolved
Hide resolved
"revision" : "ad133f76501edcb2bfa841e33aebc0da5f92bb5c", | ||
"version" : "3.3.0" | ||
"revision" : "ba2f7e26575a9529ce268ce16f01760187649ce6" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We'll want to swap this out with a tagged release before merging
static var appShortcuts: [AppShortcut] { | ||
AppShortcut(intent: EnableVPNIntent(), | ||
phrases: [ | ||
"Connect \(.applicationName) VPN", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How should localization be handled for Siri Shortcuts?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This isn't exactly trivial so I'm opening a follow-up task to look into this.
Co-authored-by: Sam Symons <[email protected]>
…into diego/vpn-control-widget
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM after the recent changes, with the acknowledgement that we'll revisit in the new year to sort out localization. But, since this change is gated behind a DEBUG || ALPHA
check, it's fine to merge. Thanks!
Task/Issue URL: https://app.asana.com/0/1203108348835387/1208485618883319/f
DRK PR: duckduckgo/DesignResourcesKit#9
Description
Adds a VPN control widget for the control center and lock screen.
Adds Siri commands to control the VPN with voice.
Testing
General
Control Center Widget
Definition of Done (Internal Only):
Copy Testing:
’
rather than'
Internal references:
Software Engineering Expectations
Technical Design Template