aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/fragment_post_history.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Changed the way read posts are handled to support an arbitrary read posts ↵Eitan2024-10-201-0/+55
| | | | | | | | | | | | | | | | | | | limit (#1720) * Changed the way read posts are handled to support an arbitrary 'read posts limit' * Changed db size in summary to kb * Use return HashSet instead of List in ReadPostsListInterface * Moved DB summary to Advanced Preferences. * Completed merge from master into feature/readPost * Fix some bugs and code style. --------- Co-authored-by: Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com>
* Remove Butter Knife. Optimize imports.Docile-Alligator2024-05-071-1/+0
|
* Material Design 3 Switch. Target Sdk 33.Docile-Alligator2022-11-081-4/+4
|
* Apply custom theme to settings page.Docile-Alligator2022-08-151-3/+5
|
* Mark posts as read on scroll.Alex Ning2020-12-311-0/+31
|
* Replace Filter settings with Post Filter.Alex Ning2020-12-251-2/+1
|
* New feature: Hide read posts automatically.Alex Ning2020-12-241-0/+36
|
* Add a new option category: Post Filter. Marking posts as read is disabled by ↵Alex Ning2020-12-231-0/+93
default. Marking posts as read after voting is now available.