aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java/ml/docilealligator/infinityforreddit/post (follow)
Commit message (Expand)AuthorAgeFilesLines
* Changed the way read posts are handled to support an arbitrary read posts lim...Eitan2024-10-204-74/+77
* Add an option to download media in PostOptionsBottomSheetFragment.Docile-Alligator2024-09-174-5/+76
* Use VideoLinkFetcher to load the video link in posts.Docile-Alligator2024-09-171-15/+11
* Rearrange files and packages.Docile-Alligator2024-09-1512-5/+486
* 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-222-22/+125
* 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-172-2/+3
* Submit video posts with text content (without embedded images).Docile-Alligator2024-03-151-3/+5
* Submit image posts with text content (without embedded images).Docile-Alligator2024-03-141-4/+4
* Submit link posts with text content (without embedded images).Docile-Alligator2024-03-141-16/+20
* Order history reverse chronologically (#1601)Louis Pré2024-03-122-8/+8
* Submit comment with up to one embedded image.Docile-Alligator2024-03-111-1/+2
* Submit text post with embedded images.Docile-Alligator2024-03-111-9/+13
* Uploaded image richtext_json. Enable uploading images in markdown editor.Docile-Alligator2024-03-101-1/+1
* Fix NullPointerException in when loading fallback video.Docile-Alligator2024-03-021-1/+3
* Try loading fallback video in PostRecyclerViewAdapterDocile-Alligator2024-02-261-1/+1
* Use mp4 version of the fallback video.Docile-Alligator2024-02-242-9/+9
* Load a fallback video when the video link is not working.Docile-Alligator2024-02-242-0/+13
* Fix anonymous mode not loading anything.Docile-Alligator2024-01-234-30/+57
* Remove see removed posts and comments.Docile-Alligator2024-01-121-159/+0
* Show gifs in ViewVideoActivity if possible.Docile-Alligator2024-01-102-0/+21
* Remove Gfycat.Docile-Alligator2024-01-103-75/+32
* Continue changing anonymous mode.Docile-Alligator2024-01-081-6/+8
* Continue changing anonymous mode.Docile-Alligator2024-01-061-1/+1
* Code cleanup.Docile-Alligator2024-01-046-75/+75
* @Nullable accessToken and @NonNull accountName.Docile-Alligator2024-01-035-20/+19
* 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-012-5/+6
* Use OAuth for anonymous mode. Fix translation issues.Docile-Alligator2024-01-013-48/+22
* Show cations of preview images and gifs.Docile-Alligator2023-11-261-4/+4
* Fix media_metadata parsing.Docile-Alligator2023-11-261-52/+1
* Fix infinite loops in Utils.parseInlineRedditImages. Fix media_metadata parsing.Docile-Alligator2023-11-261-9/+16
* Directly show i.redd.it images and gifs.Docile-Alligator2023-11-261-4/+4
* Remove some markdown processing related to inline gifs. Remove awards related...Docile-Alligator2023-11-252-38/+21
* Start implementing showing gifs and images in comments.Docile-Alligator2023-11-222-106/+13
* Fix MediaMetadata's fileName is always null.Docile-Alligator2023-11-201-0/+2
* Click to open reddit preview images in posts. Fix IllegalArgumentException in...Docile-Alligator2023-11-201-0/+4
* Continue implementing showing images from preview.redd.it in posts.Docile-Alligator2023-11-172-71/+224
* Start showing images from preview.redd.it in posts.Docile-Alligator2023-11-171-4/+4
* Continue deleting awards related components.Docile-Alligator2023-11-051-26/+0
* Continue deleting awards related components.Docile-Alligator2023-11-041-1/+0
* Not loading images from i.redgifs.com because they are webpages.Docile-Alligator2023-11-042-3/+25
* 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-042-23/+14
* Probably fixed key reuse in PostPagingSource caused by NSFW posts being disab...Docile-Alligator2023-08-151-0/+6
* Fix https://github.com/Docile-Alligator/Infinity-For-Reddit/issues/736Docile-Alligator2023-02-202-22/+31
* Handle image posts if url contains query string (#1300)Björn Tantau2023-01-211-15/+11
* Show moderator author/user colors in more places, such as post lists and hist...cmp2022-12-232-21/+44