aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java/ml/docilealligator/infinityforreddit/readpost (follow)
Commit message (Expand)AuthorAgeFilesLines
* Changed the way read posts are handled to support an arbitrary read posts lim...Eitan2024-10-206-8/+82
* 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-132-0/+18
* Only save read post ids in PostFragment. Add read post ids to readPosts in Po...Alex Ning2021-09-221-5/+0
* Use Executor to save read posts. Hide the fab and the bottom app bar when scr...Alex Ning2020-12-262-67/+5
* Remove SubredditFilter completely.Alex Ning2020-12-261-12/+5
* Add a new option category: Post Filter. Marking posts as read is disabled by ...Alex Ning2020-12-231-1/+3
* Add an option to delete all read posts.Alex Ning2020-12-091-0/+3
* Mark posts as read.Alex Ning2020-12-074-0/+203