httpdispatch / MissedNotificationsReminder

Periodical sound reminder for missed notifications in Android OS.
74 stars 22 forks source link

doesn't seem to work with notifications from Calendar Notifications #54

Closed thoraxe closed 4 years ago

thoraxe commented 4 years ago

I really like how https://github.com/quarck/CalendarNotificationNG batches calendar notifications and lets you mass-snooze and etc. I may give Calendar Snooze a try.

Unfortunately Android 10 seems to have broken the way that Calendar Notification works with vibration when the phone is in vibrate mode. So I tried Missed Notifications Reminder.

Unfortunately, MNR will let me select Calendar Notification as an app, and MNR even shows that it sees an active notification from Calendar Notification. However, even with Calendar Notification selected to be reminded, it doesn't actually work / do anything. In other words, Missed Notifications Reminder is not actually acting on the notification from Calendar Notification.

I'll attach some screenshots and the device log.

thoraxe commented 4 years ago

Screenshot_20200522-072203

thoraxe commented 4 years ago

Screenshot_20200522-072152

thoraxe commented 4 years ago

https://gist.github.com/thoraxe/fd16e7bec94e28415a5b9abdc3a1a04d

httpdispatch commented 4 years ago

@thoraxe Looks like that app creates ongoing notification, which is by default ignored by the MNR app "found ongoing match which is requested to be skipped" You may disable that option in the MNR app advanced settings "Ignore ongoing notifications"

thoraxe commented 4 years ago

awesome, thanks!