ReadYouApp / ReadYouApp/ReadYou
GReader "mark all as read" leaves items unread on the server (Google Reader on Miniflux)
Nobody has claimed this yet.
- Dominant language
- Kotlin
- Stars
- 7.5k
- Forks
- 330
- PR merge metrics
- No merged PRs in 30d
Description
Checklist
- I've already searched in existing issues and haven't found a similar problem reported.
- I'm using the latest version of the app
- This error caused the app to crash
- This error is reproducible
Which category best fits this error?
Feed Sync
App version
0.16.1
Reproduction steps
Google Reader account pointing to a self-hosted Miniflux instance (via its Google Reader API).
Steps to reproduce
- Open the unread list - e.g. 515 unread.
- Tap Mark all as read -> count drops to 0.
- Open the Miniflux web UI in a browser → still shows ~1699 unread.
- Pull-to-refresh in Read You → count jumps to ~1796 unread.
- Tap Mark all as read again → count drops to 0.
- Pull-to-refresh → count rebounds to ~515; Miniflux web UI shows ~475.
Reported previously in this comment: https://github.com/ReadYouApp/ReadYou/issues/1157#issuecomment-3832101605
I will submit pull request that fixes this by using googleReaderAPI.markAllAsRead().
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the mark-all-as-read flow in the Android/Kotlin app to the googleReaderAPI.markAllAsRead() entry point named in the report. Reproduce the issue against Miniflux, then verify that marking all items read updates the server and that the unread count stays consistent after refresh.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, kotlin
- Domain
- api, mobile
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Clearly specified
- Newbie friendliness
- 68/100