httpdispatch / MissedNotificationsReminder

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

Consider re-posted notifications as new ones #26

Closed rryk closed 6 years ago

rryk commented 6 years ago

This allows to ignore a message from an IM app, but still be notified about further messages. In this patch, we also fix how we clean-up list of deleted ignored notifications, which caused already ignored notifications to stop being ignored after another notification is posted.

httpdispatch commented 6 years ago

Thanks, very nice fixes. I'll try to release this ASAP with some other pending changes