-
-
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
[Bug] Notifications. (android issue???) #8114
Comments
Mostly because our notifications sub-system needs a lot of work, and it hasn't been a priority. I feel your pain but also just swipe away the notifications as I haven't had time personally to implement a fix 🤷 |
It's to do with the widget, Best to disable the notifications in the app/OS settings. Mirroring mike, we need someone who cares about the notifications to spend a few days fixing them, but it hasn't hit my priority yet as I don't use them. |
I want to try fixing this but I can't reproduce on my device. Which kind of notification bothered you? |
Hi, |
I reproduce the same behavior, and think I even wrote the code that did it! Because, awesome 😅 - hey, more notifications is better than 0? But in this case only slightly |
will do the work on the notifications thing, let me reproduce the issue and I will get started then 👍 |
Thanks for assigning me this issue @david-allison-1 sir! |
@mikehardy sir first of all thanks for linking that discussion to me,but that discussion is 2 years old and as someone who is new to this project (I might be asking too much) I would really like to get a gist of what exactly needs to be done, like in points, would really help. |
https://developer.android.com/guide/topics/ui/notifiers/notifications and related history. Nothing's really changed in the last 2 years, just needs someone to form a plan, explain how we currently use notifications, and get it working. Do note that notification channels are immutable from the program once created - you can't update values, only the user can with their notification settings. This means things such as the vibrate pattern are effectively "write-once", as we can't change them, and Android doesn't provide an option for the user to change them |
Do you get one notification by deck or do you get the notification for the same deck everytime? Because one problem is that there are notifications for each top level deck potentially. I don't like it but was told to let it this way. |
Android I think has a limit of 50 notifications at once, and some phones (Samsung I think?) limit to 500 pending intents (think "alarms") set at once. I think the first thing to solve is that if notifications are swiped away for the day, they actually stay away until the next day |
Working on this |
Can I try taking up this issue as well?If it is ok with @2tanayk |
I don't think two people should work at the same time |
Hi @2tanayk, |
Sure thanks! |
I am working on it,was a bit busy(because of college 😬),will get it done soon :) |
@2tanayk Life comes first, take your time, grades are important. |
if some1 else wants they can take this issue as I have not been able to spend ample time at this ,really sorry for any inconvenience caused :(,but I'll definitely attend to it if nobody does |
Don't worry! Life comes first. Give me a ping when you have time |
Hello 👋, this issue has been opened for more than 2 months with no activity on it. If the issue is still here, please keep in mind that we need community support and help to fix it! Just comment something like still searching for solutions and if you found one, please open a pull request! You have 7 days until this gets closed automatically |
Do you guys want to have another look at this issue? The guy that wanted to work on this didn't have the time to do so and left it open for others. Since nobody seems to be working on this anymore, I wanted to make sure you guys have seen this, since you showed interest on working on this issue. I think ankidroid is in a dire need of a notification system overhaul, since its practically not very useful and difficult to use (perhaps not really difficult, more like confusing. Its weird to have a widget on the home screen to have notifications to work at all). Would appreciate if one of you guys or both of you could figure out a better way of implementing notifications for ankidroid. Thanks! |
I meant to ping @haran2248 and @prateek-singh-3212, please read the comment above. Sry about the double post. |
@eskoONE Thanks for reminding me about this issue. Currently their are 3 issues of ankidroid in my todo. But I will take this one because I want to brush up my notification concepts. |
Hello 👋, this issue has been opened for more than 2 months with no activity on it. If the issue is still here, please keep in mind that we need community support and help to fix it! Just comment something like still searching for solutions and if you found one, please open a pull request! You have 7 days until this gets closed automatically |
Hello 👋, this issue has been opened for more than 2 months with no activity on it. If the issue is still here, please keep in mind that we need community support and help to fix it! Just comment something like still searching for solutions and if you found one, please open a pull request! You have 7 days until this gets closed automatically |
@prateek-singh-3212 any news on this? |
Hello 👋, this issue has been opened for more than 2 months with no activity on it. If the issue is still here, please keep in mind that we need community support and help to fix it! Just comment something like still searching for solutions and if you found one, please open a pull request! You have 7 days until this gets closed automatically |
Hello 👋, this issue has been opened for more than 2 months with no activity on it. If the issue is still here, please keep in mind that we need community support and help to fix it! Just comment something like still searching for solutions and if you found one, please open a pull request! You have 7 days until this gets closed automatically |
Working on it!! |
Hello 👋, this issue has been opened for more than 2 months with no activity on it. If the issue is still here, please keep in mind that we need community support and help to fix it! Just comment something like still searching for solutions and if you found one, please open a pull request! You have 7 days until this gets closed automatically |
Hello 👋, this issue has been opened for more than 2 months with no activity on it. If the issue is still here, please keep in mind that we need community support and help to fix it! Just comment something like still searching for solutions and if you found one, please open a pull request! You have 7 days until this gets closed automatically |
Hello 👋, this issue has been opened for more than 2 months with no activity on it. If the issue is still here, please keep in mind that we need community support and help to fix it! Just comment something like still searching for solutions and if you found one, please open a pull request! You have 7 days until this gets closed automatically |
When I have notifications enabled, i get notified over and over and over and over and over and over and over and over...
If not 5 seconds then 5 min after I dismiss.
Is this an android problem? I wouldn't mind getting a notification once (or heck twice) a day. But 5 seconds after I dismiss the anki notification it comes back. Why is this happeing?
The text was updated successfully, but these errors were encountered: