aboutsummaryrefslogtreecommitdiff
path: root/app (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-02-05New option: Settings->Interface->Comment->Hide Author Avatar. Fix ↵Alex Ning8-8/+36
Application ClassCastException in MainActivity. Don't show the number of child comments in expanded comments.
2022-02-04Minor bugs fixed.Alex Ning2-3/+8
2022-01-29Version 5.1.7.Alex Ning2-3/+3
2022-01-29New option: Settings->Interface->Comment->Show Fewer Toolbar Options ↵Alex Ning6-3/+44
Starting From.
2022-01-28Set caption and url when submitting gallery posts.Alex Ning10-15/+254
2022-01-21Show author icon in CommentFullyCollapsedViewHolder.Alex Ning3-4/+36
2022-01-21Update translation.Alex Ning21-1815/+2623
2022-01-21New option: Hide Comment Awards.Alex Ning4-3/+15
2022-01-21Show author avatars in comments.Alex Ning6-13/+97
2022-01-21Fix views in comment toolbar overlapping each other.Alex Ning3-32/+92
2022-01-20Version 5.1.6.Alex Ning1-2/+2
2022-01-20New option: Hide Text Post Content.Alex Ning8-9/+48
2022-01-17Show child reply count in comments.Alex Ning8-11/+95
2022-01-17Fix IllegalStateException in ViewPostDetailFragment.Alex Ning1-26/+18
2022-01-16New option: Fixed height preview in card.Alex Ning9-11/+57
2022-01-16Go back to top of the feed after changing sort type or refreshing.Alex Ning1-0/+2
2022-01-15Version 5.1.6-beta1.Alex Ning2-20/+2
2022-01-15added "Open in browser" button to internal browser (#622)Giovanni Palmieri3-0/+16
2022-01-15Load custom fonts.Alex Ning1-4/+13
2022-01-14Add options to set custom fonts.Alex Ning11-11/+224
2022-01-13Continue adding support for custom font.Alex Ning196-1033/+2101
2022-01-05Start adding custom font support.Alex Ning6-10/+70
2021-12-22Version 5.1.5.Alex Ning4-6/+4
2021-12-20Fix NSFW download location option not working. Hide options in Data Saving ↵Alex Ning7-22/+33
Mode settings if Data Saving Mode is off.
2021-12-20Handle Streamable and Imgur videos when parsing v.redd.it videos in ↵Alex Ning2-1/+17
ViewVideoActivity.
2021-12-20Mutually exclusive toggling behaviour for DataSavingMode (#603)scria10001-1/+37
Mutually exclusive toggling behavior for DataSavingMode.
2021-12-20Support imgur gifv with audio (#602)scria10006-20/+88
Support imgur gifv videos with audio.
2021-12-20Added Setting for Separate NSFW Download Folder (#584)MetalNeo12-3/+66
Add an option to separate NSFW media downloads
2021-12-20Search subscribed users and multireddits.Alex Ning11-41/+56
2021-12-20Search subscribed subreddits.Alex Ning7-8/+140
2021-12-20Fix app crashes when fetching gfycat videos failed for autoplay.Alex Ning2-1/+3
2021-12-16Version 5.1.4.Alex Ning1-9/+9
2021-12-15Use Executor to fetch removed comments.Alex Ning5-167/+125
2021-12-15Fix markdown headers sometimes not rendering in About (#592)scria10001-1/+2
Fix markdown headers sometimes not rendering in subreddit About section
2021-12-15Add Reveddit fallback for retrieving deleted comments (#591)scria10009-15/+236
2021-12-15Add support for parsing inline static emotes (#589)scria10003-6/+43
2021-12-13Fix link previews not showing (#587)scria10001-4/+4
Fix link previews not showing
2021-12-13Retrieve subreddit data for subscribed private subs (#586)scria100015-29/+48
Fetch active user count, subreddit icon etc. for subscribed private subs
2021-12-13Fix autoplay video continuing in background (#585)scria10006-108/+179
Fix autoplay video continuing in background
2021-12-12Fix post parsing logic for Gfycat, Redgifs and Streamable videos.Alex Ning1-15/+103
2021-12-12Streamable videos autoplay.Alex Ning7-116/+224
2021-12-12Undo superscript parser changes for now (#577)scria100020-265/+234
Undo superscript parser changes
2021-12-12Treat streamable link posts as video posts.Alex Ning5-41/+80
2021-12-09Support Streamable.Alex Ning9-19/+197
2021-12-09Fix reduntant linescria10001-1/+0
2021-12-09Some more spoiler parsing optimizationsscria10004-15/+93
Don't bother trying to parse a text if it doesn't have spoiler opening.
2021-12-09Make Superscript parsing properscria100019-191/+268
Do this without relying converting to <sup> tags.
2021-12-08Correct typo in replaceAllscria10001-6/+6
oops
2021-12-07Fix observer being triggered twice on SubredditDetailscria10001-23/+31
Fix observer being triggered twice on ViewSubredditDetailActivity and SidebarFragment.
2021-12-05Correct newline behaviour, againscria10001-11/+12