aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java (unfollow)
Commit message (Collapse)AuthorFilesLines
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)MetalNeo10-3/+55
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 Ning5-7/+115
2021-12-20Fix app crashes when fetching gfycat videos failed for autoplay.Alex Ning2-1/+3
2021-12-15Use Executor to fetch removed comments.Alex Ning4-164/+122
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)scria10005-107/+178
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)scria100018-265/+231
Undo superscript parser changes
2021-12-12Treat streamable link posts as video posts.Alex Ning5-41/+80
2021-12-09Support Streamable.Alex Ning8-19/+196
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 properscria100018-190/+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
2021-12-05Optimize spoiler parserscria10001-77/+36
Should take 3-4x less milliseconds, on average
2021-12-04Add null check for GALLERY_DATA_KEYscria10001-1/+1
Without this null check, viewing a deleted comment whose OP also had a deleted gallery will cause the Parsing to fail.
2021-12-04Statically compile frequently used Regex patternscria10001-15/+30
2021-12-03Fix gif not found for downsized Giphy gifsscria10001-2/+2
2021-12-03Fix gallery post preview still shows in ViewPostDetailActivity when Disable ↵Alex Ning1-9/+5
Image Preview in Data Saving Mode is enabled.
2021-12-03Minor bugs fixed in ParsePost.Alex Ning15-25/+25
2021-12-01Recover from no result after switching sort modescria10001-1/+2
Resolves #563
2021-12-01Minor layout tweaks.Alex Ning5-9/+26
2021-11-30Download unprocessed gallery picturescria10003-6/+54
Resolves #558
2021-11-30Revert "Download unprocessed gallery picture"scria10003-53/+7
This reverts commit 886eb68341579634090e73fd3306ec5019eb9f9a.
2021-11-30Download unprocessed gallery picturescria10003-7/+53
Resolves #558
2021-11-29Version 5.1.3. Fix bottom navigation bar option count not applied to ↵Alex Ning3-7/+3
anonymous mode.
2021-11-28Adjust caption layoutscria10002-32/+52
Set caption max length Set link ellipsis
2021-11-28Process subreddit links inside Wiki extrascria10001-11/+15
2021-11-28Don't pass reduntant View arguments to linkifyscria10005-5/+5
When used as a plugin for Markwon; BetterLinkMovement iterates TextViews under the ViewGroup at the setMarkdown stage, so there is no need to for this argument. Don't give a whole Activity as an argument to this method, this causes bugs.
2021-11-27Fix conflictscria10001-1/+0
2021-11-27Make caption text copyable with long pressscria10005-48/+85
Use native way to theme ViewRedditGalleryActivity
2021-11-26Don't cancel all ImageLoader instancesscria10001-1/+1
2021-11-25Minor tweaksscria10001-2/+2
2021-11-25Return early if not spoilerscria10001-1/+9
2021-11-25Check if spoiler was found before setting markdownscria10001-4/+6
2021-11-25Fix typoscria10001-1/+1
2021-11-25Add a non-regex solution for parsing spoilersscria10008-39/+246
Add a non-regex solution for parsing spoilers that can also handle code blocks Add a custom BlockQuoteParser to prevent spoilers from being consumed as block quotes without the need for html escaping Make revealed spoiler backgrounds slightly darker
2021-11-22Version 5.1.1. Fix anonymous subreddits and multireddits do not show in ↵Alex Ning2-64/+43
MainActivity TabLayout. Fix changing tab names not working in anonymous mode.
2021-11-22Fix TrackSelectionDialog button color. Do not automatically show control ↵Alex Ning2-8/+20
view in autoplaying videos.
2021-11-21Implement SaveMemoryCenterInsideDownsampleStrategy to smartly downsample ↵Alex Ning5-132/+61
images in PostRecyclerViewAdapter and PostDetailRecyclerViewAdapter.