aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Start adding custom font support.Alex Ning2022-01-056-10/+70
|
* Version 5.1.5.Alex Ning2021-12-224-6/+4
|
* Fix NSFW download location option not working. Hide options in Data Saving ↵Alex Ning2021-12-207-22/+33
| | | | Mode settings if Data Saving Mode is off.
* Handle Streamable and Imgur videos when parsing v.redd.it videos in ↵Alex Ning2021-12-202-1/+17
| | | | ViewVideoActivity.
* Mutually exclusive toggling behaviour for DataSavingMode (#603)scria10002021-12-201-1/+37
| | | Mutually exclusive toggling behavior for DataSavingMode.
* Support imgur gifv with audio (#602)scria10002021-12-206-20/+88
| | | Support imgur gifv videos with audio.
* Added Setting for Separate NSFW Download Folder (#584)MetalNeo2021-12-2012-3/+66
| | | Add an option to separate NSFW media downloads
* Search subscribed users and multireddits.Alex Ning2021-12-2011-41/+56
|
* Search subscribed subreddits.Alex Ning2021-12-207-8/+140
|
* Fix app crashes when fetching gfycat videos failed for autoplay.Alex Ning2021-12-202-1/+3
|
* Version 5.1.4.Alex Ning2021-12-161-9/+9
|
* Use Executor to fetch removed comments.Alex Ning2021-12-155-167/+125
|
* Fix markdown headers sometimes not rendering in About (#592)scria10002021-12-151-1/+2
| | | Fix markdown headers sometimes not rendering in subreddit About section
* Add Reveddit fallback for retrieving deleted comments (#591)scria10002021-12-159-15/+236
|
* Add support for parsing inline static emotes (#589)scria10002021-12-153-6/+43
|
* Fix link previews not showing (#587)scria10002021-12-131-4/+4
| | | Fix link previews not showing
* Retrieve subreddit data for subscribed private subs (#586)scria10002021-12-1315-29/+48
| | | Fetch active user count, subreddit icon etc. for subscribed private subs
* Fix autoplay video continuing in background (#585)scria10002021-12-136-108/+179
| | | Fix autoplay video continuing in background
* Fix post parsing logic for Gfycat, Redgifs and Streamable videos.Alex Ning2021-12-121-15/+103
|
* Merge branch 'master' of github.com:Docile-Alligator/Infinity-For-RedditAlex Ning2021-12-1220-265/+234
|\
| * Undo superscript parser changes for now (#577)scria10002021-12-1220-265/+234
| | | | | | Undo superscript parser changes
* | Streamable videos autoplay.Alex Ning2021-12-127-116/+224
|/
* Treat streamable link posts as video posts.Alex Ning2021-12-125-41/+80
|
* Support Streamable.Alex Ning2021-12-099-19/+197
|
* Merge pull request #575 from scria1000/markdown-enhancementsDocile-Alligator2021-12-0922-206/+360
|\ | | | | Markdown enhancements
| * Fix reduntant linescria10002021-12-091-1/+0
| |
| * Some more spoiler parsing optimizationsscria10002021-12-094-15/+93
| | | | | | | | Don't bother trying to parse a text if it doesn't have spoiler opening.
| * Make Superscript parsing properscria10002021-12-0919-191/+268
| | | | | | | | Do this without relying converting to <sup> tags.
* | Merge pull request #574 from scria1000/patch-1Docile-Alligator2021-12-091-6/+6
|\ \ | |/ |/| Correct typo in replaceAll
| * Correct typo in replaceAllscria10002021-12-081-6/+6
|/ | | oops
* Merge pull request #573 from scria1000/patch-3Docile-Alligator2021-12-071-23/+31
|\ | | | | Fix observer being triggered twice on SubredditDetail
| * Fix observer being triggered twice on SubredditDetailscria10002021-12-071-23/+31
| | | | | | | | Fix observer being triggered twice on ViewSubredditDetailActivity and SidebarFragment.
* | Merge pull request #572 from scria1000/spoiler-optimizeDocile-Alligator2021-12-071-79/+39
|\ \ | | | | | | Optimize spoiler parser
| * | Correct newline behaviour, againscria10002021-12-051-11/+12
| | |
| * | Optimize spoiler parserscria10002021-12-051-77/+36
| |/ | | | | | | Should take 3-4x less milliseconds, on average
* | Merge pull request #571 from scria1000/patch-2Docile-Alligator2021-12-071-1/+1
|\ \ | | | | | | Add null check for GALLERY_DATA_KEY
| * | Add null check for GALLERY_DATA_KEYscria10002021-12-041-1/+1
| |/ | | | | | | Without this null check, viewing a deleted comment whose OP also had a deleted gallery will cause the Parsing to fail.
* | Merge pull request #570 from scria1000/patch-1Docile-Alligator2021-12-071-17/+32
|\ \ | |/ |/| Fix gif not found for downsized Giphy gifs
| * Statically compile frequently used Regex patternscria10002021-12-041-15/+30
| |
| * Fix gif not found for downsized Giphy gifsscria10002021-12-031-2/+2
|/
* Fix refreshing in ViewPostDetailFragment too easily in two-pane layout.Alex Ning2021-12-032-2/+4
|
* Fix gallery post preview still shows in ViewPostDetailActivity when Disable ↵Alex Ning2021-12-031-9/+5
| | | | Image Preview in Data Saving Mode is enabled.
* Minor bugs fixed in ParsePost.Alex Ning2021-12-0315-25/+25
|
* Merge pull request #564 from scria1000/patch-2Docile-Alligator2021-12-021-0/+22
|\ | | | | Make switches and checkboxes more consistent on Dark Mode
| * Make switches and checkboxes more consistent on Dark Modescria10002021-12-011-0/+22
| |
* | Merge pull request #565 from scria1000/search-filter-fix-1Docile-Alligator2021-12-021-1/+2
|\ \ | | | | | | Recover from no result after switching sort mode
| * | Recover from no result after switching sort modescria10002021-12-011-1/+2
| | | | | | | | | | | | Resolves #563
* | | Merge pull request #561 from scria1000/masterDocile-Alligator2021-12-023-7/+54
|\ \ \ | |_|/ |/| | Download unprocessed gallery picture
| * | Merge branch 'master' into masterscria10002021-12-0110-135/+426
| |\|
| * | Download unprocessed gallery picturescria10002021-11-303-6/+54
| | | | | | | | | | | | Resolves #558