Bartuzen / qBitController

Control qBittorrent from your Android device
GNU General Public License v3.0
495 stars 11 forks source link

Mark RSS article as read when downloading it #118

Closed Matth7878 closed 10 months ago

Matth7878 commented 10 months ago

Address feature request #107

Bartuzen commented 10 months ago

This makes Mark as Read button useless, we can just remove it. Additionally, it would be nice if we also loaded the RSS feed again so that the read status becomes visible

Matth7878 commented 10 months ago

IMHO it's different it's possible you would want to only mark one article as read without downloading it.

From my test the feed is correctly updated and update the read status. In fact it does exactly what would happen clicking on mark as read.

Bartuzen commented 10 months ago

Ah, I thought it was marked as read when dialog was shown, like in qBittorrent. I guess I should actually read the code next time instead of guessing. I didn't like loading bar and article read message is being shown when you click download and go back to feed screen. I'll change that.