-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Persistent High Alert Threshold #3704
Persistent High Alert Threshold #3704
Conversation
There are only 2 new settings. But, there were already many settings on the Extra Alerts page. Instead of adding 2 more settings to it, I have created 4 submenus and the 2 new settings have been added to the Persistent High Alert submenu. I have renamed some of the existing settings now that they are on submenus. As as example when the sound options for the persistent high alert and forecast low alert were on the same page, we need identifying names for them. Now, each of those is on a submenu for the corresponding alert. They don't need detail names any longer as the title of the submenu page identifies everything on that page. |
By default, This has been tested and is ready for a review. |
You can switch between two modes by enabling and disabling |
app/src/main/res/values/strings.xml
Outdated
@@ -436,15 +438,15 @@ | |||
<string name="new_version_date_colon">"New Version date: "</string> | |||
<string name="old_version_date_colon">"Old Version date: "</string> | |||
<string name="speak_your_note_text">Speak your note text</string> | |||
<string name="alarm_if_above_high_value">Alarm if above high value</string> | |||
<string name="alarm_if_above_high_value">Notify if above threshold and not falling for long</string> |
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.
I don't think this english is clear what this means
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 about this instead?
Notify if above threshold for longer than the time specified below
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.
I have changed the string to something that I hope is more clear.
Thanks for the review
Thanks |
This allows you to adjust your persistent high alert threshold without changing the readings colors on the screen or the statistics range limits.