16arpi / Fox-RSS

RSS Reader for Android
https://pigeoff.pw/fox/
GNU General Public License v3.0
44 stars 7 forks source link

Remember last scroll position in articles #13

Open dmlls opened 1 year ago

dmlls commented 1 year ago

What this PR does...

This PR introduces the necessary changes to remember the last scroll position in articles in the reading list.

Motivation

After using the app for a bit, I realized that when I closed an article in my reading list and then reopened it, the last scroll position was lost. I can imagine users often don't read the entire article at once, since this can take some time, especially for longer articles. Therefore, it might be useful that, e.g., when opening an article you started two days before, the position where you left off is recovered so that you don't have to skim through the article trying to remember where you stopped reading.

Main changes

Additional details

Since this is my first contribution to the project, I've tried to introduce as few changes as possible. Needless to say, I'm open to any changes :) And thanks for this useful app!