AsteroidOS / AsteroidOSSync

Android application to synchronize a phone with a watch running asteroid-btsyncd.
GNU General Public License v3.0
101 stars 37 forks source link

background process notifications (downloads, uploads, updates, etc.) sync issues #202

Open Cambi0nn opened 1 year ago

Cambi0nn commented 1 year ago

Android has notifications which update, especially for background processes like downloads en uploads (showing current percentage or MB's downloaded) and such. These notifications are generally undismissable on phone until they are finished.

When these notifications are synchronised to AsteroidOS using AsteroidOSSync, they have 2 issues.

Firstly, when I dismiss the notification on my watch, my watch will vibrate on the next update and re-receive the notification making it undissmissable on the watch. Perhaps it would be possible to not process the same notification within a short time span? Assuming a notification has some kind of id or other identifier, perhaps notifications with that identifier could be blocked for x amount of time?

Another bug is that while the screen shown when the watches wakes upon a notification does properly update with the notification's value. However, the screen you get when swiping left where you can look at old notifications and dismiss them is always stuck on the value it was when the notification was first received, without ever updating with the values. It would be nice if that one also showed the latest status instead of the first received.