Replies: 1 comment 3 replies
-
|
There's already an option in the messages app for the number of buzzes it'll give before stopping... https://github.com/espruino/BangleApps/blob/master/apps/messages/README.md?plain=1#L54 Or am I missing something? You want it to not buzz for any future messages? If so you could add an option for "don't buzz if there are already unread messages"? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In Bangle.js, there are three quiet modes: Off, Alarms Only, and Silent. However, I've recently been dissatisfied with these three. There are certain situations where I would still want to see an event happened on the watch, but not constantly buzz. An example would be a new message. You can either have it silenced, or buzzing constantly. Having a minimized mode would result in one or two buzzes to alert the user that a message is present, and then would not disturb the user further. This would be practical when driving, or during a meeting or presentation where you cannot interact with the watch, only glance. I'm wondering, if I add this to settings as another option, and update some apps that could use it, would it be a welcome/needed change?
Beta Was this translation helpful? Give feedback.
All reactions