aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java/ml/docilealligator/infinityforreddit/post/PostPagingSource.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Changed the way read posts are handled to support an arbitrary read posts lim...Eitan2024-10-201-13/+13
* Rearrange files and packages.Docile-Alligator2024-09-151-1/+1
* Fix app crashes when loading multireddit posts. Rename some variables in Mult...Docile-Alligator2024-09-041-1/+1
* Searching posts inside a multireddit is available.Docile-Alligator2024-08-221-20/+47
* Try fixing retrofit2.Utils.methodError in PostPagingSource when loading anony...Docile-Alligator2024-06-181-1/+4
* Fix user posts not loading by a stupid workaround.Docile-Alligator2024-05-291-2/+2
* Fix issues related to PostPagingSource.TYPE_ANONYMOUS_MULTIREDDIT. Fix crashe...Docile-Alligator2024-04-171-1/+1
* Fix anonymous mode not loading anything.Docile-Alligator2024-01-231-16/+34
* Code cleanup.Docile-Alligator2024-01-041-11/+11
* @Nullable accessToken and @NonNull accountName.Docile-Alligator2024-01-031-6/+5
* Use accountName.equals(Account.ANONYMOUS_ACCOUNT) instead of accountName == n...Docile-Alligator2024-01-011-1/+1
* Use OAuth for anonymous mode. Fix translation issues.Docile-Alligator2024-01-011-35/+17
* Continue deleting awards related components.Docile-Alligator2023-11-041-1/+0
* Probably fixed key reuse in PostPagingSource caused by NSFW posts being disab...Docile-Alligator2023-08-151-0/+6
* Sort type converters (#1211)Sergei Kozelko2022-11-181-77/+22
* Minor bugs fixed in ParsePost.Alex Ning2021-12-031-2/+2
* Load anonymous multireddit posts.Alex Ning2021-09-261-1/+1
* Only save read post ids in PostFragment. Add read post ids to readPosts in Po...Alex Ning2021-09-221-5/+5
* Fix no post message not shown in PostFragment.Alex Ning2021-09-161-1/+1
* Fix the same value, null, was passed as the nextKey in two sequential Pages l...Alex Ning2021-09-161-3/+1
* Remove PostViewModel, PostDataSource and PostDataSourceFactory. NewPostViewMo...Alex Ning2021-09-061-0/+389