-
-
Notifications
You must be signed in to change notification settings - Fork 420
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Locally saved posts #1472
base: master
Are you sure you want to change the base?
Locally saved posts #1472
Conversation
{ | ||
useFilter = true; | ||
} | ||
useFilter = true; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this line can also be removed. doesnt actually do anything
Thank you for your PR. I will look at this after the Reddit API things settle down. |
Hello, any update on this? This PR alongwith #1282 will allow seeing of post history in Anonymous mode so that we can hopefully get marking posts as read in that mode. Thanks |
Please add a feature to save posts, add a button to save posts, and create multiple profiles, |
Any progress on this? |
Not sure if this fits in the official repo. I created this because I was annoyed with the lack of features of saved posts.
I just hacked this together from the History so the code may need to be cleaned up a bit.
The LocalSave class is entirely static because that was the fastest way I could think of to add History and Saved post caching,
but it can probably almost entirely be moved into LocalPostPagingSource and made non-static.
All the features I added ( if I didn't forget anything ):