jobobby04 / TachiyomiSY

Free and open source manga reader for Android
Apache License 2.0
2.88k stars 156 forks source link

Separate sync and backup notification types (successes separated from failures) #1325

Open FibreTTP opened 4 days ago

FibreTTP commented 4 days ago

Describe your suggested feature

I have syncing enabled with Syncyomi, syncing automatically every time the app is opened, a chapter is opened or read, and every thirty minutes. Each time one of these occurs, a notification is shown.

Since a sync has never failed, I don't know if it would appear in a separate notification channel, but I assume it doesn't, given the name of the channel (simply, "Progress"). This means I cannot disable notifications for sync successes, without also being unaware of when a sync fails.

Presumably, this also applies to backups and restores, given that syncs are in the same notification category; I don't want to give up the ability to know when a backup fails in order to disable the constant "Syncing library complete" notification.

To go further, this should then also apply to backup and restores, having backup successes and failures be separate notification channels.

Other details

Related: https://github.com/jobobby04/TachiyomiSY/issues/1152 Maybe related: https://github.com/jobobby04/TachiyomiSY/issues/1280

Acknowledgements