You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a user, I want the "Version x.x.x available" notification to only be sent during daylight hours so that I am not woken up by non-urgent notifications thanks to AAPS being granted the ability to bypass the Do not disturb feature.
Amateur Technical Comment:
I had a quick look at the code, and it seems my key_last_successful_version_check_timestamp value must be set to 1:46am, resulting in me being woken up at that time every night by the notification. If the VersionCheckerUtilsImpl class' triggerCheckVersion method were to be modified to change any non-daylight time values of key_last_successful_version_check_timestamp, that would avoid the checkVersion method being called when the user is typically asleep.
The text was updated successfully, but these errors were encountered:
As a user, I want the "Version x.x.x available" notification to only be sent during daylight hours so that I am not woken up by non-urgent notifications thanks to AAPS being granted the ability to bypass the Do not disturb feature.
Amateur Technical Comment:
I had a quick look at the code, and it seems my
key_last_successful_version_check_timestamp
value must be set to 1:46am, resulting in me being woken up at that time every night by the notification. If theVersionCheckerUtilsImpl
class'triggerCheckVersion
method were to be modified to change any non-daylight time values ofkey_last_successful_version_check_timestamp
, that would avoid thecheckVersion
method being called when the user is typically asleep.The text was updated successfully, but these errors were encountered: