aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java (unfollow)
Commit message (Expand)AuthorFilesLines
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
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
2021-12-13Retrieve subreddit data for subscribed private subs (#586)scria100015-29/+48
2021-12-13Fix autoplay video continuing in background (#585)scria10005-107/+178
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
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
2021-12-09Make Superscript parsing properscria100018-190/+268
2021-12-08Correct typo in replaceAllscria10001-6/+6
2021-12-07Fix observer being triggered twice on SubredditDetailscria10001-23/+31
2021-12-05Correct newline behaviour, againscria10001-11/+12
2021-12-05Optimize spoiler parserscria10001-77/+36
2021-12-04Add null check for GALLERY_DATA_KEYscria10001-1/+1
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 I...Alex Ning1-9/+5
2021-12-03Minor bugs fixed in ParsePost.Alex Ning15-25/+25
2021-12-01Recover from no result after switching sort modescria10001-1/+2
2021-12-01Minor layout tweaks.Alex Ning5-9/+26
2021-11-30Download unprocessed gallery picturescria10003-6/+54
2021-11-30Revert "Download unprocessed gallery picture"scria10003-53/+7
2021-11-30Download unprocessed gallery picturescria10003-7/+53
2021-11-29Version 5.1.3. Fix bottom navigation bar option count not applied to anonymou...Alex Ning3-7/+3
2021-11-28Adjust caption layoutscria10002-32/+52
2021-11-28Process subreddit links inside Wiki extrascria10001-11/+15
2021-11-28Don't pass reduntant View arguments to linkifyscria10005-5/+5
2021-11-27Fix conflictscria10001-1/+0
2021-11-27Make caption text copyable with long pressscria10005-48/+85
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
2021-11-22Version 5.1.1. Fix anonymous subreddits and multireddits do not show in MainA...Alex Ning2-64/+43
2021-11-22Fix TrackSelectionDialog button color. Do not automatically show control view...Alex Ning2-8/+20
2021-11-21Implement SaveMemoryCenterInsideDownsampleStrategy to smartly downsample imag...Alex Ning5-132/+61
2021-11-21Fix dark theme issue when selecting playback speed. Minor bugs fixed.Alex Ning5-10/+59
2021-11-21Fix cannot open media in Gallery layout.Alex Ning1-11/+9
2021-11-16Make scroll button work on single comment modescria10001-10/+15
2021-11-16Refactor spoiler parsing into its own classscria100017-295/+161
2021-11-15Don't start MaterialYouService if Material You is not enabled.Alex Ning2-3/+15
2021-11-15Don't leave out single characterscria10001-1/+1