aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java/ml/docilealligator/infinityforreddit/post/ParsePost.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Changed the way read posts are handled to support an arbitrary read posts lim...Eitan2024-10-201-25/+26
* Add an option to download media in PostOptionsBottomSheetFragment.Docile-Alligator2024-09-171-3/+19
* Rearrange files and packages.Docile-Alligator2024-09-151-1/+1
* Try loading fallback video in PostRecyclerViewAdapterDocile-Alligator2024-02-261-1/+1
* Use mp4 version of the fallback video.Docile-Alligator2024-02-241-2/+2
* Load a fallback video when the video link is not working.Docile-Alligator2024-02-241-0/+2
* Show gifs in ViewVideoActivity if possible.Docile-Alligator2024-01-101-0/+10
* Remove Gfycat.Docile-Alligator2024-01-101-49/+17
* 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-251-36/+19
* Start implementing showing gifs and images in comments.Docile-Alligator2023-11-221-11/+12
* Continue implementing showing images from preview.redd.it in posts.Docile-Alligator2023-11-171-7/+55
* Start showing images from preview.redd.it in posts.Docile-Alligator2023-11-171-4/+4
* Not loading images from i.redgifs.com because they are webpages.Docile-Alligator2023-11-041-3/+24
* Fix https://github.com/Docile-Alligator/Infinity-For-Reddit/issues/736Docile-Alligator2023-02-201-20/+20
* 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-231-19/+29
* Allow https redirection in ExoPlayer (#1261)scria10002022-12-031-5/+0
* Fix Imgur bug for insecure mp4 links (#1240)scria10002022-11-271-12/+18
* Remove unused Post fields (#1212)Sergei Kozelko2022-11-271-1/+1
* Don't trim leading whitespaces (#1072)scria10002022-09-211-4/+4
* Fix post content is not parsed in other types of posts.Docile-Alligator2022-08-141-56/+31
* Support imgur gifv with audio (#602)scria10002021-12-201-13/+48
* Add Reveddit fallback for retrieving deleted comments (#591)scria10002021-12-151-4/+6
* Fix post parsing logic for Gfycat, Redgifs and Streamable videos.Alex Ning2021-12-121-15/+103
* Treat streamable link posts as video posts.Alex Ning2021-12-121-14/+20
* Add null check for GALLERY_DATA_KEYscria10002021-12-041-1/+1
* Minor bugs fixed in ParsePost.Alex Ning2021-12-031-5/+5
* Merge branch 'master' into masterscria10002021-12-011-9/+21
|\
| * Revert "Download unprocessed gallery picture"scria10002021-11-301-11/+1
| * Download unprocessed gallery picturescria10002021-11-301-1/+11
| * Initial support for gallery captionsscria10002021-11-091-9/+22
* | Download unprocessed gallery picturescria10002021-11-301-1/+12
|/
* Only save read post ids in PostFragment. Add read post ids to readPosts in Po...Alex Ning2021-09-221-51/+3
* Fix no post message not shown in PostFragment.Alex Ning2021-09-161-1/+2
* Testing Paging 3 library.Alex Ning2021-09-041-0/+52
* Show trending searches in TrendingActivity.Alex Ning2021-07-181-1/+1
* Finish replacing AsyncTask with Executor in ParsePost.Alex Ning2021-06-231-177/+45
* Start replacing AsyncTask with Executor in ParsePost.Alex Ning2021-06-231-2/+53
* Version 4.3.0. Fix video post parsing (v.redd.it).Alex Ning2021-05-171-9/+25
* Hide post selftext if it contains spoiler in post feed.Alex Ning2021-04-101-4/+28
* Fix post filter usage not retain after saving the post filter again.Alex Ning2021-04-061-1/+2
* Show inbox count in the inbox menu item in the navigation drawer.Alex Ning2021-04-061-1/+1
* Upvote ratio and different username color for comments sent by the current ac...Alex Ning2021-02-261-49/+45
* Make all gifcay id all lower case.Alex Ning2021-02-031-4/+9
* Don't hide read posts after initial post loading even if Hide Read Posts Auto...Alex Ning2021-01-181-1/+1
* Maybe fix Canvas: drawing too large bitmap again.Alex Ning2021-01-171-4/+0