Commit Graph

1908 Commits

Author SHA1 Message Date
a83640f01a Fix NSFW download location option not working. Hide options in Data Saving Mode settings if Data Saving Mode is off. 2021-12-20 22:16:33 +08:00
dc4fa2e6b8 Handle Streamable and Imgur videos when parsing v.redd.it videos in ViewVideoActivity. 2021-12-20 21:50:26 +08:00
7150ac6981 Mutually exclusive toggling behaviour for DataSavingMode (#603)
Mutually exclusive toggling behavior for DataSavingMode.
2021-12-20 21:21:26 +08:00
a7b58cf0a4 Support imgur gifv with audio (#602)
Support imgur gifv videos with audio.
2021-12-20 21:18:40 +08:00
34127032de Added Setting for Separate NSFW Download Folder (#584)
Add an option to separate NSFW media downloads
2021-12-20 21:13:08 +08:00
21e7dad1b0 Search subscribed users and multireddits. 2021-12-20 21:07:46 +08:00
053773741e Search subscribed subreddits. 2021-12-20 20:25:31 +08:00
f8a5dc9d61 Fix app crashes when fetching gfycat videos failed for autoplay. 2021-12-20 18:54:29 +08:00
f8694309d3 Version 5.1.4. 2021-12-16 19:50:12 +08:00
59fadbb0e0 Use Executor to fetch removed comments. 2021-12-15 22:52:31 +08:00
f3b0a04f3c Fix markdown headers sometimes not rendering in About (#592)
Fix markdown headers sometimes not rendering in subreddit About section
2021-12-15 21:46:04 +08:00
e90a3b674e Add Reveddit fallback for retrieving deleted comments (#591) 2021-12-15 21:43:55 +08:00
e4c64668db Add support for parsing inline static emotes (#589) 2021-12-15 21:43:01 +08:00
ae63e20764 Fix link previews not showing (#587)
Fix link previews not showing
2021-12-13 22:04:35 +08:00
5ec29e0c96 Retrieve subreddit data for subscribed private subs (#586)
Fetch active user count, subreddit icon etc. for subscribed private subs
2021-12-13 20:47:45 +08:00
9ef1b4decd Fix autoplay video continuing in background (#585)
Fix autoplay video continuing in background
2021-12-13 20:46:22 +08:00
228cc4bb75 Fix post parsing logic for Gfycat, Redgifs and Streamable videos. 2021-12-12 22:32:58 +08:00
f97e01ed66 Merge branch 'master' of github.com:Docile-Alligator/Infinity-For-Reddit 2021-12-12 22:09:34 +08:00
8c445fb766 Streamable videos autoplay. 2021-12-12 22:09:09 +08:00
c934bc7740 Undo superscript parser changes for now (#577)
Undo superscript parser changes
2021-12-12 20:51:43 +08:00
a2c6685dd8 Treat streamable link posts as video posts. 2021-12-12 20:48:23 +08:00
1abc703d7e Support Streamable. 2021-12-09 21:29:35 +08:00
35cbd24318 Merge pull request #575 from scria1000/markdown-enhancements
Markdown enhancements
2021-12-09 21:24:46 +08:00
97fc6d2873 Fix reduntant line 2021-12-09 12:04:37 +00:00
87ab68217d Some more spoiler parsing optimizations
Don't bother trying to parse a text if it doesn't have spoiler opening.
2021-12-09 14:54:25 +03:00
e8e4340562 Merge pull request #574 from scria1000/patch-1
Correct typo in replaceAll
2021-12-09 19:38:14 +08:00
d101cddf0f Make Superscript parsing proper
Do this without relying converting to <sup> tags.
2021-12-09 13:23:02 +03:00
089faf0cbc Correct typo in replaceAll
oops
2021-12-08 08:01:14 +00:00
99c096e111 Merge pull request #573 from scria1000/patch-3
Fix observer being triggered twice on SubredditDetail
2021-12-07 21:19:42 +08:00
57ab519333 Merge pull request #572 from scria1000/spoiler-optimize
Optimize spoiler parser
2021-12-07 21:13:18 +08:00
8fea6f688a Merge pull request #571 from scria1000/patch-2
Add null check for GALLERY_DATA_KEY
2021-12-07 21:11:20 +08:00
e3ac6d0771 Merge pull request #570 from scria1000/patch-1
Fix gif not found for downsized Giphy gifs
2021-12-07 21:10:41 +08:00
3350b31d21 Fix observer being triggered twice on SubredditDetail
Fix observer being triggered twice on ViewSubredditDetailActivity and SidebarFragment.
2021-12-07 15:46:41 +03:00
281d6aec50 Correct newline behaviour, again 2021-12-05 22:15:59 +03:00
dea22c8f7e Optimize spoiler parser
Should take 3-4x less milliseconds, on average
2021-12-05 18:40:37 +03:00
619d6b846a Add null check for GALLERY_DATA_KEY
Without this null check, viewing a deleted comment whose OP also had a deleted gallery will cause the Parsing to fail.
2021-12-04 18:23:48 +03:00
1f8d9e6a7d Statically compile frequently used Regex pattern 2021-12-04 10:41:23 +03:00
c9e7b11379 Fix gif not found for downsized Giphy gifs 2021-12-03 21:06:45 +00:00
0d80bee501 Fix refreshing in ViewPostDetailFragment too easily in two-pane layout. 2021-12-03 21:26:05 +08:00
45f4fae786 Fix gallery post preview still shows in ViewPostDetailActivity when Disable Image Preview in Data Saving Mode is enabled. 2021-12-03 21:16:15 +08:00
c809de6350 Minor bugs fixed in ParsePost. 2021-12-03 21:04:19 +08:00
b0d9a15dfd Merge pull request #564 from scria1000/patch-2
Make switches and checkboxes more consistent on Dark Mode
2021-12-02 20:40:37 +08:00
2381826165 Merge pull request #565 from scria1000/search-filter-fix-1
Recover from no result after switching sort mode
2021-12-02 20:32:18 +08:00
49e0df2980 Merge pull request #561 from scria1000/master
Download unprocessed gallery picture
2021-12-02 19:39:03 +08:00
68db5a670d Recover from no result after switching sort mode
Resolves #563
2021-12-01 21:35:41 +03:00
ceeade6f19 Make switches and checkboxes more consistent on Dark Mode 2021-12-01 14:28:36 +00:00
f39f608cde Minor layout tweaks. 2021-12-01 21:33:46 +08:00
951024f086 Merge branch 'master' into master 2021-12-01 11:04:48 +00:00
e2964893da Merge pull request #522 from scria1000/gallery-captions-feature
Initial support for gallery captions
2021-12-01 18:45:36 +08:00
a70950baf9 Download unprocessed gallery picture
Resolves #558
2021-11-30 19:47:15 +03:00