aboutsummaryrefslogtreecommitdiff
path: root/app/src/main (unfollow)
Commit message (Expand)AuthorFilesLines
2022-01-21Show author icon in CommentFullyCollapsedViewHolder.3-4/+36
2022-01-21Update translation.21-1815/+2623
2022-01-21New option: Hide Comment Awards.4-3/+15
2022-01-21Show author avatars in comments.6-13/+97
2022-01-21Fix views in comment toolbar overlapping each other.3-32/+92
2022-01-20New option: Hide Text Post Content.8-9/+48
2022-01-17Show child reply count in comments.8-11/+95
2022-01-17Fix IllegalStateException in ViewPostDetailFragment.1-26/+18
2022-01-16New option: Fixed height preview in card.9-11/+57
2022-01-16Go back to top of the feed after changing sort type or refreshing.1-0/+2
2022-01-15Version 5.1.6-beta1.1-18/+0
2022-01-15added "Open in browser" button to internal browser (#622)3-0/+16
2022-01-15Load custom fonts.1-4/+13
2022-01-14Add options to set custom fonts.11-11/+224
2022-01-13Continue adding support for custom font.196-1033/+2101
2022-01-05Start adding custom font support.6-10/+70
2021-12-22Version 5.1.5.3-4/+2
2021-12-20Fix NSFW download location option not working. Hide options in Data Saving Mo...7-22/+33
2021-12-20Handle Streamable and Imgur videos when parsing v.redd.it videos in ViewVideo...2-1/+17
2021-12-20Mutually exclusive toggling behaviour for DataSavingMode (#603)1-1/+37
2021-12-20Support imgur gifv with audio (#602)6-20/+88
2021-12-20Added Setting for Separate NSFW Download Folder (#584)12-3/+66
2021-12-20Search subscribed users and multireddits.11-41/+56
2021-12-20Search subscribed subreddits.7-8/+140
2021-12-20Fix app crashes when fetching gfycat videos failed for autoplay.2-1/+3
2021-12-15Use Executor to fetch removed comments.4-164/+122
2021-12-15Fix markdown headers sometimes not rendering in About (#592)1-1/+2
2021-12-15Add Reveddit fallback for retrieving deleted comments (#591)9-15/+236
2021-12-15Add support for parsing inline static emotes (#589)3-6/+43
2021-12-13Fix link previews not showing (#587)1-4/+4
2021-12-13Retrieve subreddit data for subscribed private subs (#586)15-29/+48
2021-12-13Fix autoplay video continuing in background (#585)5-107/+178
2021-12-12Fix post parsing logic for Gfycat, Redgifs and Streamable videos.1-15/+103
2021-12-12Streamable videos autoplay.7-116/+224
2021-12-12Undo superscript parser changes for now (#577)19-265/+233
2021-12-12Treat streamable link posts as video posts.5-41/+80
2021-12-09Support Streamable.9-19/+197
2021-12-09Fix reduntant line1-1/+0
2021-12-09Some more spoiler parsing optimizations4-15/+93
2021-12-09Make Superscript parsing proper18-190/+268
2021-12-08Correct typo in replaceAll1-6/+6
2021-12-07Fix observer being triggered twice on SubredditDetail1-23/+31
2021-12-05Correct newline behaviour, again1-11/+12
2021-12-05Optimize spoiler parser1-77/+36
2021-12-04Add null check for GALLERY_DATA_KEY1-1/+1
2021-12-04Statically compile frequently used Regex pattern1-15/+30
2021-12-03Fix gif not found for downsized Giphy gifs1-2/+2
2021-12-03Fix refreshing in ViewPostDetailFragment too easily in two-pane layout.2-2/+4
2021-12-03Fix gallery post preview still shows in ViewPostDetailActivity when Disable I...1-9/+5
2021-12-03Minor bugs fixed in ParsePost.15-25/+25