Feature #2309
Show button for disconnecting in Android notification
Description
Other VPN apps I used before (TunnelBear, Freedome VPN) show a button for disconnecting directly from the notification. It would be nice if strongSwan had the same option.
Associated revisions
History
#1 Updated by Tobias Brunner almost 4 years ago
- Status changed from New to Feedback
I wonder if that could lead to accidental clicks. I guess we'd have to add a confirmation dialog. It also makes the notification way bigger (about 1.5 x the height of the current notification, at least on Android 7). But perhaps we can add it as an option.
#2 Updated by Daniel Serodio almost 4 years ago
On Android 7, the buttons are only shown if the notification is "expanded" by dragging down, so they don't use extra space, which also prevents accidental clicks.
#3 Updated by Tobias Brunner over 3 years ago
- Assignee set to Tobias Brunner
- Target version set to 5.6.0
- Resolution set to Fixed
On Android 7, the buttons are only shown if the notification is "expanded" by dragging down, so they don't use extra space, which also prevents accidental clicks.
That's true, however, the top notification is shown expanded. Anyway, I added this with a confirmation dialog.
#4 Updated by Tobias Brunner over 3 years ago
- Status changed from Feedback to Closed
Merge branch '2309-android-disconnect-button'
Adds a disconnect button to the permanent notification.
Fixes #2309.