Noti
Noti copied to clipboard
Make dismissal fully sync
Right now notification dismissal is only one way (when notification gets dismissed from the device, it will get dismissed on the mac but not the other way around)
Hard to implement this as there's no notification of when a user has dismissed a nsusernotification. Pushing this back to a later version
Idk how to do this
Maybe this could be a solution: http://stackoverflow.com/questions/21110714/mac-os-x-nsusernotificationcenter-notification-get-dismiss-event-callback ?
This is basic functionality to make this tool actually useful. Otherwise at the end of your work day, when you pickup your phone you'll have to dismiss a brunch of notifications you've already seen. Is there a technical limitation preventing this from happening?
There's no way to do this cleanly. Like @LanderN suggested it would have to periodically monitor the active notifications which could become a performance issue (in which case we'll scrap it).
I want to keep the app as lightweight as possible.
If anyone wants to give this a shot, fine, but I'm not really in the mood to put any time into this.
Is this still an issue even with the most recent update? Dismissing from my Mac currently does not dismiss the notification on my Android.