aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java/ml/docilealligator/infinityforreddit/readpost/ReadPostDao.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Changed the way read posts are handled to support an arbitrary read posts lim...Eitan2024-10-201-5/+11
* Order history reverse chronologically (#1601)Louis Pré2024-03-121-4/+4
* Delete oldest read posts first (#1600)Louis Pré2024-03-121-1/+1
* Fix problems when fetching more history posts in ViewPostDetailActivity.Docile-Alligator2022-11-051-0/+3
* Fix history posts problems.Docile-Alligator2022-11-051-4/+4
* Load more posts in ViewPostDetailActivity for post feed in HistoryPostFragmen...Docile-Alligator2022-11-041-1/+4
* Read posts history is available.Docile-Alligator2022-07-131-0/+5
* Add an option to delete all read posts.Alex Ning2020-12-091-0/+3
* Mark posts as read.Alex Ning2020-12-071-0/+23