Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-01-15 | Version 5.1.6-beta1. | Alex Ning | 2 | -20/+2 | |
2022-01-15 | added "Open in browser" button to internal browser (#622) | Giovanni Palmieri | 3 | -0/+16 | |
2022-01-15 | Load custom fonts. | Alex Ning | 1 | -4/+13 | |
2022-01-14 | Add options to set custom fonts. | Alex Ning | 11 | -11/+224 | |
2022-01-13 | Continue adding support for custom font. | Alex Ning | 196 | -1033/+2101 | |
2022-01-05 | Start adding custom font support. | Alex Ning | 6 | -10/+70 | |
2021-12-22 | Version 5.1.5. | Alex Ning | 4 | -6/+4 | |
2021-12-20 | Fix NSFW download location option not working. Hide options in Data Saving ↵ | Alex Ning | 7 | -22/+33 | |
Mode settings if Data Saving Mode is off. | |||||
2021-12-20 | Handle Streamable and Imgur videos when parsing v.redd.it videos in ↵ | Alex Ning | 2 | -1/+17 | |
ViewVideoActivity. | |||||
2021-12-20 | Mutually exclusive toggling behaviour for DataSavingMode (#603) | scria1000 | 1 | -1/+37 | |
Mutually exclusive toggling behavior for DataSavingMode. | |||||
2021-12-20 | Support imgur gifv with audio (#602) | scria1000 | 6 | -20/+88 | |
Support imgur gifv videos with audio. | |||||
2021-12-20 | Added Setting for Separate NSFW Download Folder (#584) | MetalNeo | 12 | -3/+66 | |
Add an option to separate NSFW media downloads | |||||
2021-12-20 | Search subscribed users and multireddits. | Alex Ning | 11 | -41/+56 | |
2021-12-20 | Search subscribed subreddits. | Alex Ning | 7 | -8/+140 | |
2021-12-20 | Fix app crashes when fetching gfycat videos failed for autoplay. | Alex Ning | 2 | -1/+3 | |
2021-12-16 | Version 5.1.4. | Alex Ning | 1 | -9/+9 | |
2021-12-15 | Use Executor to fetch removed comments. | Alex Ning | 5 | -167/+125 | |
2021-12-15 | Fix markdown headers sometimes not rendering in About (#592) | scria1000 | 1 | -1/+2 | |
Fix markdown headers sometimes not rendering in subreddit About section | |||||
2021-12-15 | Add Reveddit fallback for retrieving deleted comments (#591) | scria1000 | 9 | -15/+236 | |
2021-12-15 | Add support for parsing inline static emotes (#589) | scria1000 | 3 | -6/+43 | |
2021-12-13 | Fix link previews not showing (#587) | scria1000 | 1 | -4/+4 | |
Fix link previews not showing | |||||
2021-12-13 | Retrieve subreddit data for subscribed private subs (#586) | scria1000 | 15 | -29/+48 | |
Fetch active user count, subreddit icon etc. for subscribed private subs | |||||
2021-12-13 | Fix autoplay video continuing in background (#585) | scria1000 | 6 | -108/+179 | |
Fix autoplay video continuing in background | |||||
2021-12-12 | Fix post parsing logic for Gfycat, Redgifs and Streamable videos. | Alex Ning | 1 | -15/+103 | |
2021-12-12 | Streamable videos autoplay. | Alex Ning | 7 | -116/+224 | |
2021-12-12 | Undo superscript parser changes for now (#577) | scria1000 | 20 | -265/+234 | |
Undo superscript parser changes | |||||
2021-12-12 | Treat streamable link posts as video posts. | Alex Ning | 5 | -41/+80 | |
2021-12-09 | Support Streamable. | Alex Ning | 9 | -19/+197 | |
2021-12-09 | Fix reduntant line | scria1000 | 1 | -1/+0 | |
2021-12-09 | Some more spoiler parsing optimizations | scria1000 | 4 | -15/+93 | |
Don't bother trying to parse a text if it doesn't have spoiler opening. | |||||
2021-12-09 | Make Superscript parsing proper | scria1000 | 19 | -191/+268 | |
Do this without relying converting to <sup> tags. | |||||
2021-12-08 | Correct typo in replaceAll | scria1000 | 1 | -6/+6 | |
oops | |||||
2021-12-07 | Fix observer being triggered twice on SubredditDetail | scria1000 | 1 | -23/+31 | |
Fix observer being triggered twice on ViewSubredditDetailActivity and SidebarFragment. | |||||
2021-12-05 | Correct newline behaviour, again | scria1000 | 1 | -11/+12 | |
2021-12-05 | Optimize spoiler parser | scria1000 | 1 | -77/+36 | |
Should take 3-4x less milliseconds, on average | |||||
2021-12-04 | Add null check for GALLERY_DATA_KEY | scria1000 | 1 | -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-04 | Statically compile frequently used Regex pattern | scria1000 | 1 | -15/+30 | |
2021-12-03 | Fix gif not found for downsized Giphy gifs | scria1000 | 1 | -2/+2 | |
2021-12-03 | Fix refreshing in ViewPostDetailFragment too easily in two-pane layout. | Alex Ning | 2 | -2/+4 | |
2021-12-03 | Fix gallery post preview still shows in ViewPostDetailActivity when Disable ↵ | Alex Ning | 1 | -9/+5 | |
Image Preview in Data Saving Mode is enabled. | |||||
2021-12-03 | Minor bugs fixed in ParsePost. | Alex Ning | 15 | -25/+25 | |
2021-12-01 | Recover from no result after switching sort mode | scria1000 | 1 | -1/+2 | |
Resolves #563 | |||||
2021-12-01 | Make switches and checkboxes more consistent on Dark Mode | scria1000 | 1 | -0/+22 | |
2021-12-01 | Minor layout tweaks. | Alex Ning | 7 | -53/+70 | |
2021-11-30 | Download unprocessed gallery picture | scria1000 | 3 | -6/+54 | |
Resolves #558 | |||||
2021-11-30 | Revert "Download unprocessed gallery picture" | scria1000 | 3 | -53/+7 | |
This reverts commit 886eb68341579634090e73fd3306ec5019eb9f9a. | |||||
2021-11-30 | Download unprocessed gallery picture | scria1000 | 3 | -7/+53 | |
Resolves #558 | |||||
2021-11-29 | Version 5.1.3. Fix bottom navigation bar option count not applied to ↵ | Alex Ning | 5 | -32/+32 | |
anonymous mode. | |||||
2021-11-28 | Adjust caption layout | scria1000 | 4 | -129/+151 | |
Set caption max length Set link ellipsis | |||||
2021-11-28 | Process subreddit links inside Wiki extra | scria1000 | 1 | -11/+15 | |