-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Permanent notifications until a daily review is done #8128
Comments
Hello! 👋 Thanks for logging this issue. Please remember we are all volunteers here, so some patience may be required before we can get to the issue. Also remember that the fastest way to get resolution on an issue is to propose a change directly, https://github.com/ankidroid/Anki-Android/wiki/Contributing |
Don't you think persistence notification won't have much effect as it is not a reminder but it stays their for the whole, where as reminder are meant for creating alert, rather what we can do is increase the frequency of reminders. |
I agree with you, @danishjamal104. It would be much more noticeable.
|
@Arthur-Milchior @david-allison-1 Can you guys tell whether this issue is relevant?If yes can I work on this? |
Updating/destroying the notifications are clear win, as long as it does not require to much background process. We usually do not like adding to much options. But "reminder" is already a page by itself and is mostly empty, so I guess it would be okay to add a "+" button to add notification at multiple hours. I guess an extra button to put the notification permanent would be okay, assuming it is even possible. I mean, we already have a window mostly empty, so adding a button here does not really make the window less easy to read |
@haran2248 It'd be great to have someone work on this, but it'd be best to consolidate discussion on #4944. It feels that we have a lot of similar issues stemming from the need for a redesign, and keeping the discussion centralised would be useful. |
This comment was marked as resolved.
This comment was marked as resolved.
how's the current state of this? |
AFAIK Still an issue |
wish we had at least an option to pin the notification , so that it can't be "cleaned" , like a persistent notification |
I was just looking for a topic/an issue. For me it happens quite often that Anki notification is not shown in the morning (I have excluded Anki from battery optimization!). For now my routine is always open Anki, force synchronization and with that I get the notification and I try very hard not to remove it...
IMHO persistent notification would be the best. It doesn't have to be updated constantly but only when the app is open so the flow in this case be:
|
Is your feature request related to a problem? Please describe.
It's happens that people close their notifications by a mistake (or is it only me?). So it's easy to forget about Anki's daily review if there is no reminder left.
Describe the solution you'd like
It would be nice to have an option (a checkbox in settings) to make a reminder permanent as a notification until a daily review is done. Then it just should destroy itself. Also it will be comfortable if this notification's counter of cards to review updates with new reviews done. So it would be possible to know how many cards are left just by looking at the notification after an interruption of reviews for any reason.
Additional context
I think there is no need in an additional UI update for the notification but a dynamic cards to review counter.
The text was updated successfully, but these errors were encountered: