Closed svenjacobs closed 5 months ago
Nice work @svenjacobs . Overall it looks good. Run ./gradlew ktlintformat
on it though
Run
./gradlew ktlintformat
on it though
Done. I fixed the formatting.
Going to fix the tests, too 👀
Tests are fixed.
@spacecowboy Unfortunately I found a bug with this implementation. When a group is selected, the unread count of "all feeds" will be displayed in the title and not the one of the group. I will have a look 👀
@spacecowboy Unfortunately I found a bug with this implementation. When a group is selected, the unread count of "all feeds" will be displayed in the title and not the one of the group. I will have a look 👀
Yes that's correct. getUnreadCount
does not take tags into account. Simply passing the tag
along should fix that.
You're right. The fix was pretty simple.
As suggested here I started with a rather simple feature and added an option to display the unread article count in the title bar.
If you like I can further improve this PR and make the unread count a little bit smaller?
Hope you like it.