Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Version 5.1.8. Add Reddit User Agreement to settings. Move Privacy Policy ↵ | Alex Ning | 2022-02-12 | 8 | -19/+75 |
| | | | | option from About to main settings page. | ||||
* | Don't autoplay spoiler videos. | Alex Ning | 2022-02-05 | 2 | -6/+6 |
| | |||||
* | New option: Settings->Interface->Comment->Hide Author Avatar. Fix ↵ | Alex Ning | 2022-02-05 | 8 | -8/+36 |
| | | | | Application ClassCastException in MainActivity. Don't show the number of child comments in expanded comments. | ||||
* | Minor bugs fixed. | Alex Ning | 2022-02-04 | 2 | -3/+8 |
| | |||||
* | Version 5.1.7. | Alex Ning | 2022-01-29 | 2 | -3/+3 |
| | |||||
* | New option: Settings->Interface->Comment->Show Fewer Toolbar Options ↵ | Alex Ning | 2022-01-29 | 6 | -3/+44 |
| | | | | Starting From. | ||||
* | Set caption and url when submitting gallery posts. | Alex Ning | 2022-01-28 | 10 | -15/+254 |
| | |||||
* | Show author icon in CommentFullyCollapsedViewHolder. | Alex Ning | 2022-01-21 | 3 | -4/+36 |
| | |||||
* | Update translation. | Alex Ning | 2022-01-21 | 21 | -1815/+2623 |
| | |||||
* | New option: Hide Comment Awards. | Alex Ning | 2022-01-21 | 4 | -3/+15 |
| | |||||
* | Show author avatars in comments. | Alex Ning | 2022-01-21 | 6 | -13/+97 |
| | |||||
* | Fix views in comment toolbar overlapping each other. | Alex Ning | 2022-01-21 | 3 | -32/+92 |
| | |||||
* | Version 5.1.6. | Alex Ning | 2022-01-20 | 1 | -2/+2 |
| | |||||
* | New option: Hide Text Post Content. | Alex Ning | 2022-01-20 | 8 | -9/+48 |
| | |||||
* | Show child reply count in comments. | Alex Ning | 2022-01-17 | 8 | -11/+95 |
| | |||||
* | Fix IllegalStateException in ViewPostDetailFragment. | Alex Ning | 2022-01-17 | 1 | -26/+18 |
| | |||||
* | New option: Fixed height preview in card. | Alex Ning | 2022-01-16 | 9 | -11/+57 |
| | |||||
* | Go back to top of the feed after changing sort type or refreshing. | Alex Ning | 2022-01-16 | 1 | -0/+2 |
| | |||||
* | Version 5.1.6-beta1. | Alex Ning | 2022-01-15 | 2 | -20/+2 |
| | |||||
* | added "Open in browser" button to internal browser (#622) | Giovanni Palmieri | 2022-01-15 | 3 | -0/+16 |
| | |||||
* | Load custom fonts. | Alex Ning | 2022-01-15 | 1 | -4/+13 |
| | |||||
* | Add options to set custom fonts. | Alex Ning | 2022-01-14 | 11 | -11/+224 |
| | |||||
* | Continue adding support for custom font. | Alex Ning | 2022-01-13 | 196 | -1033/+2101 |
| | |||||
* | Start adding custom font support. | Alex Ning | 2022-01-05 | 6 | -10/+70 |
| | |||||
* | Version 5.1.5. | Alex Ning | 2021-12-22 | 4 | -6/+4 |
| | |||||
* | Fix NSFW download location option not working. Hide options in Data Saving ↵ | Alex Ning | 2021-12-20 | 7 | -22/+33 |
| | | | | Mode settings if Data Saving Mode is off. | ||||
* | Handle Streamable and Imgur videos when parsing v.redd.it videos in ↵ | Alex Ning | 2021-12-20 | 2 | -1/+17 |
| | | | | ViewVideoActivity. | ||||
* | Mutually exclusive toggling behaviour for DataSavingMode (#603) | scria1000 | 2021-12-20 | 1 | -1/+37 |
| | | | Mutually exclusive toggling behavior for DataSavingMode. | ||||
* | Support imgur gifv with audio (#602) | scria1000 | 2021-12-20 | 6 | -20/+88 |
| | | | Support imgur gifv videos with audio. | ||||
* | Added Setting for Separate NSFW Download Folder (#584) | MetalNeo | 2021-12-20 | 12 | -3/+66 |
| | | | Add an option to separate NSFW media downloads | ||||
* | Search subscribed users and multireddits. | Alex Ning | 2021-12-20 | 11 | -41/+56 |
| | |||||
* | Search subscribed subreddits. | Alex Ning | 2021-12-20 | 7 | -8/+140 |
| | |||||
* | Fix app crashes when fetching gfycat videos failed for autoplay. | Alex Ning | 2021-12-20 | 2 | -1/+3 |
| | |||||
* | Version 5.1.4. | Alex Ning | 2021-12-16 | 1 | -9/+9 |
| | |||||
* | Use Executor to fetch removed comments. | Alex Ning | 2021-12-15 | 5 | -167/+125 |
| | |||||
* | 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 | 6 | -108/+179 |
| | | | 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 | 20 | -265/+234 |
|\ | |||||
| * | Undo superscript parser changes for now (#577) | scria1000 | 2021-12-12 | 20 | -265/+234 |
| | | | | | | 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 | 9 | -19/+197 |
| | |||||
* | Merge pull request #575 from scria1000/markdown-enhancements | Docile-Alligator | 2021-12-09 | 22 | -206/+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. |