-
-
Notifications
You must be signed in to change notification settings - Fork 61
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
unable to disable alarm reminder notification #650
Comments
I wish I could remember what I was thinking ~3 years ago.. I should have written it down. For some reason this was intentional - alternate resources were added for v21+ (when the feature was introduced). |
I just experienced this issue. I have never wanted an upcoming alarm notification for anything. Upcoming alarm notifications are absurd. An upcoming alarm notification goes off when I don't want it to. And the only way to get rid of the false alarm is to tap dismiss, which disables the correct alarm. I'm unable to swipe-away the upcoming alarm notification. It takes up screen space and drawer space. I'm very much looking forward to the fix. F-droid is several versions behind. Please release an apk. I do not use the Play store. Thank you. |
You are mistaken. The most recent release |
allow the alarm reminder notification to be dismissed by swiping (#650)
adds 'never' button to preference dialog, shown when `zero_text` value is defined; quickly selects 0 (disables pref) without having to search the picker (#650).
On "modern Android" they are definitely superfluous. On Android 5+ there is a dedicated spot in the tray for upcoming alarms, so I understand why an additional notification is unwanted. It was originally for older devices, then later enabled for all devices, since the notification also allows dismissing/rescheduling repeating alarms early (something that is missing from the UI). With |
Describe the bug
The "reminder within" alarm preference fails to display the "never" option, making it impossible to disable the reminder notification.
To Reproduce
Settings
->Alarms
->Reminder within
never
.1
("never" is missing)Expected behavior
The preference should allow disabling the notification.
Version Info:
Additional context
It works as expected on an older device running 4.4.4, but fails on a newer device running Android 10, and on the emulator running Android 12. This bug was reported in #628.
The text was updated successfully, but these errors were encountered: