Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Search subscribed users and multireddits. | Alex Ning | 2021-12-20 | 11 | -41/+56 |
| | |||||
* | Search subscribed subreddits. | Alex Ning | 2021-12-20 | 5 | -7/+115 |
| | |||||
* | Fix app crashes when fetching gfycat videos failed for autoplay. | Alex Ning | 2021-12-20 | 2 | -1/+3 |
| | |||||
* | Use Executor to fetch removed comments. | Alex Ning | 2021-12-15 | 4 | -164/+122 |
| | |||||
* | Fix markdown headers sometimes not rendering in About (#592) | scria1000 | 2021-12-15 | 1 | -1/+2 |
| | | | Fix markdown headers sometimes not rendering in subreddit About section | ||||
* | Add Reveddit fallback for retrieving deleted comments (#591) | scria1000 | 2021-12-15 | 9 | -15/+236 |
| | |||||
* | Add support for parsing inline static emotes (#589) | scria1000 | 2021-12-15 | 3 | -6/+43 |
| | |||||
* | Fix link previews not showing (#587) | scria1000 | 2021-12-13 | 1 | -4/+4 |
| | | | Fix link previews not showing | ||||
* | Retrieve subreddit data for subscribed private subs (#586) | scria1000 | 2021-12-13 | 15 | -29/+48 |
| | | | Fetch active user count, subreddit icon etc. for subscribed private subs | ||||
* | Fix autoplay video continuing in background (#585) | scria1000 | 2021-12-13 | 5 | -107/+178 |
| | | | Fix autoplay video continuing in background | ||||
* | Fix post parsing logic for Gfycat, Redgifs and Streamable videos. | Alex Ning | 2021-12-12 | 1 | -15/+103 |
| | |||||
* | Merge branch 'master' of github.com:Docile-Alligator/Infinity-For-Reddit | Alex Ning | 2021-12-12 | 18 | -265/+231 |
|\ | |||||
| * | Undo superscript parser changes for now (#577) | scria1000 | 2021-12-12 | 18 | -265/+231 |
| | | | | | | Undo superscript parser changes | ||||
* | | Streamable videos autoplay. | Alex Ning | 2021-12-12 | 7 | -116/+224 |
|/ | |||||
* | Treat streamable link posts as video posts. | Alex Ning | 2021-12-12 | 5 | -41/+80 |
| | |||||
* | Support Streamable. | Alex Ning | 2021-12-09 | 8 | -19/+196 |
| | |||||
* | Merge pull request #575 from scria1000/markdown-enhancements | Docile-Alligator | 2021-12-09 | 21 | -205/+360 |
|\ | | | | | Markdown enhancements | ||||
| * | Fix reduntant line | scria1000 | 2021-12-09 | 1 | -1/+0 |
| | | |||||
| * | Some more spoiler parsing optimizations | scria1000 | 2021-12-09 | 4 | -15/+93 |
| | | | | | | | | Don't bother trying to parse a text if it doesn't have spoiler opening. | ||||
| * | Make Superscript parsing proper | scria1000 | 2021-12-09 | 18 | -190/+268 |
| | | | | | | | | Do this without relying converting to <sup> tags. | ||||
* | | Correct typo in replaceAll | scria1000 | 2021-12-08 | 1 | -6/+6 |
|/ | | | oops | ||||
* | Merge pull request #573 from scria1000/patch-3 | Docile-Alligator | 2021-12-07 | 1 | -23/+31 |
|\ | | | | | Fix observer being triggered twice on SubredditDetail | ||||
| * | Fix observer being triggered twice on SubredditDetail | scria1000 | 2021-12-07 | 1 | -23/+31 |
| | | | | | | | | Fix observer being triggered twice on ViewSubredditDetailActivity and SidebarFragment. | ||||
* | | Merge pull request #572 from scria1000/spoiler-optimize | Docile-Alligator | 2021-12-07 | 1 | -79/+39 |
|\ \ | | | | | | | Optimize spoiler parser | ||||
| * | | Correct newline behaviour, again | scria1000 | 2021-12-05 | 1 | -11/+12 |
| | | | |||||
| * | | Optimize spoiler parser | scria1000 | 2021-12-05 | 1 | -77/+36 |
| |/ | | | | | | | Should take 3-4x less milliseconds, on average | ||||
* | | Merge pull request #571 from scria1000/patch-2 | Docile-Alligator | 2021-12-07 | 1 | -1/+1 |
|\ \ | | | | | | | Add null check for GALLERY_DATA_KEY | ||||
| * | | Add null check for GALLERY_DATA_KEY | scria1000 | 2021-12-04 | 1 | -1/+1 |
| |/ | | | | | | | Without this null check, viewing a deleted comment whose OP also had a deleted gallery will cause the Parsing to fail. | ||||
* | | Statically compile frequently used Regex pattern | scria1000 | 2021-12-04 | 1 | -15/+30 |
| | | |||||
* | | Fix gif not found for downsized Giphy gifs | scria1000 | 2021-12-03 | 1 | -2/+2 |
|/ | |||||
* | Fix gallery post preview still shows in ViewPostDetailActivity when Disable ↵ | Alex Ning | 2021-12-03 | 1 | -9/+5 |
| | | | | Image Preview in Data Saving Mode is enabled. | ||||
* | Minor bugs fixed in ParsePost. | Alex Ning | 2021-12-03 | 15 | -25/+25 |
| | |||||
* | Merge pull request #565 from scria1000/search-filter-fix-1 | Docile-Alligator | 2021-12-02 | 1 | -1/+2 |
|\ | | | | | Recover from no result after switching sort mode | ||||
| * | Recover from no result after switching sort mode | scria1000 | 2021-12-01 | 1 | -1/+2 |
| | | | | | | | | Resolves #563 | ||||
* | | Merge pull request #561 from scria1000/master | Docile-Alligator | 2021-12-02 | 3 | -7/+54 |
|\ \ | | | | | | | Download unprocessed gallery picture | ||||
| * | | Merge branch 'master' into master | scria1000 | 2021-12-01 | 8 | -33/+226 |
| |\| | |||||
| * | | Download unprocessed gallery picture | scria1000 | 2021-11-30 | 3 | -6/+54 |
| | | | | | | | | | | | | Resolves #558 | ||||
* | | | Minor layout tweaks. | Alex Ning | 2021-12-01 | 5 | -9/+26 |
| |/ |/| | |||||
* | | Merge pull request #522 from scria1000/gallery-captions-feature | Docile-Alligator | 2021-12-01 | 8 | -34/+228 |
|\ \ | |/ |/| | Initial support for gallery captions | ||||
| * | Revert "Download unprocessed gallery picture" | scria1000 | 2021-11-30 | 3 | -53/+7 |
| | | | | | | | | This reverts commit 886eb68341579634090e73fd3306ec5019eb9f9a. | ||||
| * | Download unprocessed gallery picture | scria1000 | 2021-11-30 | 3 | -7/+53 |
| | | | | | | | | Resolves #558 | ||||
| * | Adjust caption layout | scria1000 | 2021-11-28 | 2 | -32/+52 |
| | | | | | | | | | | | | Set caption max length Set link ellipsis | ||||
| * | Fix conflict | scria1000 | 2021-11-27 | 1 | -1/+0 |
| | | |||||
| * | Merge branch 'master' into gallery-captions-feature | scria1000 | 2021-11-27 | 38 | -771/+995 |
| |\ | |||||
| * | | Make caption text copyable with long press | scria1000 | 2021-11-27 | 5 | -48/+85 |
| | | | | | | | | | | | | Use native way to theme ViewRedditGalleryActivity | ||||
| * | | Fix bottom url menu not being themed accordingly | scria1000 | 2021-11-10 | 5 | -11/+34 |
| | | | | | | | | | | | | Use linkify for in-gallery caption url | ||||
| * | | Merge branch 'Docile-Alligator:master' into gallery-captions-feature | scria1000 | 2021-11-10 | 6 | -18/+45 |
| |\ \ | |||||
| * | | | Initial support for gallery captions | scria1000 | 2021-11-09 | 6 | -14/+129 |
| | | | | |||||
* | | | | Version 5.1.3. Fix bottom navigation bar option count not applied to ↵ | Alex Ning | 2021-11-29 | 3 | -7/+3 |
| | | | | | | | | | | | | | | | | anonymous mode. | ||||
* | | | | Process subreddit links inside Wiki extra | scria1000 | 2021-11-28 | 1 | -11/+15 |
| | | | |