cathode icon indicating copy to clipboard operation
cathode copied to clipboard

Notifications don't work on android 9

Open antonsoroko opened this issue 6 years ago • 11 comments

When i disable and then enable notification - they pop up. But on regular basis - no. Thank you.

antonsoroko avatar Mar 14 '19 00:03 antonsoroko

If there is a way to provide logs or something else that would help to debug this - please let me know.

antonsoroko avatar Apr 23 '19 14:04 antonsoroko

Made some changes in version 7. Let me know if it still doesn't work. Kind of hard to get right, since background work is getting more and more limited.

SimonVT avatar May 25 '19 19:05 SimonVT

Notifications aren't working. Using Galaxy S10+, Android 9. I've checked notification settings and they are enabled both in the application and system. Turned sound and vibration off in Cathode-settings to test, but I have flipped that setting to test the other way around too just in case.

P.S.: If notifications get fixed, I would like to suggest a feature to be able to specify a daily time frame (from..to range) during which the notifications are allowed to pop. If any show is released outside of the time range then the "missed" notifications are created when entering the time frame next.

P.S. 2: Really awesome program, if the notifications get fixed, I'm loving it!

Sp3EdeR avatar Jun 20 '19 21:06 Sp3EdeR

I confirm - still does not work :-( I guess only once or twice i got notifications (in a month).

antonsoroko avatar Jun 20 '19 21:06 antonsoroko

Try if some of this helps: https://dontkillmyapp.com/samsung

SimonVT avatar Jun 21 '19 09:06 SimonVT

In my case i have android 9 from android one program (pure android). I already tried (before filing the bug) Settings > Apps > Your app > Advanced > Battery > Background restrictions. - no luck.

Just out of curiosity now i also did

Settings > Apps > Your app > Advanced > Battery > Battery optimization
Change view to All apps
Search for your app
Choose Not optimized

But i think this is not right because all other apps have this property set to optimized.

antonsoroko avatar Jun 21 '19 09:06 antonsoroko

I disabled battery usage limitation, everything else was off already. I will update when the next episode comes out.

Sp3EdeR avatar Jun 21 '19 09:06 Sp3EdeR

@simonvt Situation is the same even with Not optimized. As usual if i disable and then enable notification - they pop up.

antonsoroko avatar Jun 26 '19 09:06 antonsoroko

Screenshot_20190714-154623

antonsoroko avatar Jul 14 '19 13:07 antonsoroko

and the same on android 10 :-) btw after reboot it sometimes show some old notification.

antonsoroko avatar Mar 18 '21 16:03 antonsoroko

While not the most optimal, I've mostly worked around this issue using Tasker:

  • Create a "Calendar Entry" profile for Google:Upcoming episodes
  • Create a task to show the notification:
    • Variable Set: %episode_title to %CALTITLE
    • Variable Split: %episode_title along -
    • Create a notification using Tasker or AutoNotification with title: %episode_title1 and text: %episode_title2

Sp3EdeR avatar Mar 18 '21 16:03 Sp3EdeR