aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java/ml/docilealligator/infinityforreddit/post/PostViewModel.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Changed the way read posts are handled to support an arbitrary read posts lim...Eitan2024-10-201-35/+36
* Rearrange files and packages.Docile-Alligator2024-09-151-1/+1
* Searching posts inside a multireddit is available.Docile-Alligator2024-08-221-2/+78
* Fix issues related to PostPagingSource.TYPE_ANONYMOUS_MULTIREDDIT. Fix crashe...Docile-Alligator2024-04-171-1/+2
* Fix anonymous mode not loading anything.Docile-Alligator2024-01-231-4/+3
* Code cleanup.Docile-Alligator2024-01-041-21/+21
* @Nullable accessToken and @NonNull accountName.Docile-Alligator2024-01-031-8/+8
* Fix accountName is null in some places.Docile-Alligator2024-01-031-2/+3
* Use accountName.equals(Account.ANONYMOUS_ACCOUNT) instead of accountName == n...Docile-Alligator2024-01-011-4/+5
* Load more items in a single call.Docile-Alligator2023-10-041-4/+4
* Initialize LiveData data by using the constructor, not the postValue method.Docile-Alligator2023-10-041-20/+12
* Only save read post ids in PostFragment. Add read post ids to readPosts in Po...Alex Ning2021-09-221-11/+10
* Fix hiding read posts automatically.Alex Ning2021-09-171-26/+42
* No need to pass a HashSet to hide read posts.Alex Ning2021-09-161-12/+11
* Use Transformations.map and PagingDataTransforms.filter to remove read posts....Alex Ning2021-09-151-1/+46
* Remove PostViewModel, PostDataSource and PostDataSourceFactory. NewPostViewMo...Alex Ning2021-09-061-125/+140
* Preparing to add trending search support.Alex Ning2021-07-181-5/+8
* Start replacing AsyncTask with Executor in ParsePost.Alex Ning2021-06-231-26/+41
* Start adding anonymous subscriptions.Alex Ning2021-03-041-12/+27
* Remove SubredditFilter completely.Alex Ning2020-12-261-24/+3
* Save post filter to database.Alex Ning2020-12-251-1/+1
* Save PostFilter during Fragment recreation in PostFragment.Alex Ning2020-12-231-4/+0
* Send PostFilter to CustomizePostFilterActivity. Rename FilteredThingActivity ...Alex Ning2020-12-231-0/+4
* Rewrite DownloadMediaService to run in a background thread.Alex Ning2020-12-211-35/+28
* Continue adding support for post filter.Alex Ning2020-12-211-29/+17
* Continue supporting post filter.Alex Ning2020-12-181-51/+64
* Mark posts as read.Alex Ning2020-12-071-20/+32
* Lowercase package names.Alex Ning2020-11-181-0/+322