Navigation Menu

Skip to content
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

Messages: Allow disabling repetition of buzzer #1132

Open
skauertz opened this issue Dec 17, 2021 · 4 comments
Open

Messages: Allow disabling repetition of buzzer #1132

skauertz opened this issue Dec 17, 2021 · 4 comments

Comments

@skauertz
Copy link
Contributor

I think it should be possible to disable the repetition of the buzzer when a new notification comes in, and set it so it only buzzes once. Currently it can only be set between 2 and 10 seconds.

@gfwilliams
Copy link
Member

gfwilliams commented Jan 4, 2022

Good point - thanks. Yes, definitely makes sense. Right now I think there is a timeout of 2 minutes, but that could be configurable, plus also maybe just the act of unlocking the Bangle should stop the buzzing?

@skauertz
Copy link
Contributor Author

skauertz commented Jan 4, 2022

Yes, that could also be an option. But I would really suggest offering the possibility to just play the buzz pattern once, I think for many users that will be sufficient. After all, the phone itself doesn't continue to buzz either.

@jeroenpeters1986
Copy link
Contributor

I will come up with a fix for this

jeroenpeters1986 added a commit to jeroenpeters1986/BangleApps that referenced this issue Feb 18, 2022
jeroenpeters1986 added a commit to jeroenpeters1986/BangleApps that referenced this issue Feb 18, 2022
jeroenpeters1986 added a commit to jeroenpeters1986/BangleApps that referenced this issue Feb 18, 2022
jeroenpeters1986 added a commit to jeroenpeters1986/BangleApps that referenced this issue Feb 18, 2022
jeroenpeters1986 added a commit to jeroenpeters1986/BangleApps that referenced this issue Feb 18, 2022
jeroenpeters1986 added a commit to jeroenpeters1986/BangleApps that referenced this issue Feb 18, 2022
jeroenpeters1986 added a commit to jeroenpeters1986/BangleApps that referenced this issue Feb 18, 2022
jeroenpeters1986 added a commit to jeroenpeters1986/BangleApps that referenced this issue Feb 19, 2022
jeroenpeters1986 added a commit to jeroenpeters1986/BangleApps that referenced this issue Feb 19, 2022
jeroenpeters1986 added a commit to jeroenpeters1986/BangleApps that referenced this issue Feb 19, 2022
@jeroenpeters1986
Copy link
Contributor

Well.. disabling it isnt hard. The hard part to do this properly is when another app (like menu) is on the screen and we want to have it buzz once, while the repeat is disabled. I tried several (even dirty) pieces of code to provide for this, but im stuck at the moment on this particular situation. So it could take a little bit more time

jeroenpeters1986 added a commit to jeroenpeters1986/BangleApps that referenced this issue Mar 17, 2022
jeroenpeters1986 added a commit to jeroenpeters1986/BangleApps that referenced this issue Mar 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants