aboutsummaryrefslogtreecommitdiff
path: root/app (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* New option: Hide Text Post Content.2022-01-208-9/+48
* Show child reply count in comments.2022-01-178-11/+95
* Fix IllegalStateException in ViewPostDetailFragment.2022-01-171-26/+18
* New option: Fixed height preview in card.2022-01-169-11/+57
* Go back to top of the feed after changing sort type or refreshing.2022-01-161-0/+2
* Version 5.1.6-beta1.2022-01-152-20/+2
* added "Open in browser" button to internal browser (#622)2022-01-153-0/+16
* Load custom fonts.2022-01-151-4/+13
* Add options to set custom fonts.2022-01-1411-11/+224
* Continue adding support for custom font.2022-01-13196-1033/+2101
* Start adding custom font support.2022-01-056-10/+70
* Version 5.1.5.2021-12-224-6/+4
* Fix NSFW download location option not working. Hide options in Data Saving Mo...2021-12-207-22/+33
* Handle Streamable and Imgur videos when parsing v.redd.it videos in ViewVideo...2021-12-202-1/+17
* Mutually exclusive toggling behaviour for DataSavingMode (#603)2021-12-201-1/+37
* Support imgur gifv with audio (#602)2021-12-206-20/+88
* Added Setting for Separate NSFW Download Folder (#584)2021-12-2012-3/+66
* Search subscribed users and multireddits.2021-12-2011-41/+56
* Search subscribed subreddits.2021-12-207-8/+140
* Fix app crashes when fetching gfycat videos failed for autoplay.2021-12-202-1/+3
* Version 5.1.4.2021-12-161-9/+9
* Use Executor to fetch removed comments.2021-12-155-167/+125
* Fix markdown headers sometimes not rendering in About (#592)2021-12-151-1/+2
* Add Reveddit fallback for retrieving deleted comments (#591)2021-12-159-15/+236
* Add support for parsing inline static emotes (#589)2021-12-153-6/+43
* Fix link previews not showing (#587)2021-12-131-4/+4
* Retrieve subreddit data for subscribed private subs (#586)2021-12-1315-29/+48
* Fix autoplay video continuing in background (#585)2021-12-136-108/+179
* Fix post parsing logic for Gfycat, Redgifs and Streamable videos.2021-12-121-15/+103
* Merge branch 'master' of github.com:Docile-Alligator/Infinity-For-Reddit2021-12-1220-265/+234
|\
| * Undo superscript parser changes for now (#577)2021-12-1220-265/+234
* | Streamable videos autoplay.2021-12-127-116/+224
|/
* Treat streamable link posts as video posts.2021-12-125-41/+80
* Support Streamable.2021-12-099-19/+197
* Merge pull request #575 from scria1000/markdown-enhancements2021-12-0922-206/+360
|\
| * Fix reduntant line2021-12-091-1/+0
| * Some more spoiler parsing optimizations2021-12-094-15/+93
| * Make Superscript parsing proper2021-12-0919-191/+268
* | Correct typo in replaceAll2021-12-081-6/+6
|/
* Merge pull request #573 from scria1000/patch-32021-12-071-23/+31
|\
| * Fix observer being triggered twice on SubredditDetail2021-12-071-23/+31
* | Merge pull request #572 from scria1000/spoiler-optimize2021-12-071-79/+39
|\ \
| * | Correct newline behaviour, again2021-12-051-11/+12
| * | Optimize spoiler parser2021-12-051-77/+36
| |/
* | Merge pull request #571 from scria1000/patch-22021-12-071-1/+1
|\ \
| * | Add null check for GALLERY_DATA_KEY2021-12-041-1/+1
| |/
* | Statically compile frequently used Regex pattern2021-12-041-15/+30
* | Fix gif not found for downsized Giphy gifs2021-12-031-2/+2
|/
* Fix refreshing in ViewPostDetailFragment too easily in two-pane layout.2021-12-032-2/+4
* Fix gallery post preview still shows in ViewPostDetailActivity when Disable I...2021-12-031-9/+5