aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Version 5.1.7.Alex Ning2022-01-291-1/+1
|
* New option: Settings->Interface->Comment->Show Fewer Toolbar Options ↵Alex Ning2022-01-294-3/+35
| | | | Starting From.
* Set caption and url when submitting gallery posts.Alex Ning2022-01-288-15/+176
|
* Show author icon in CommentFullyCollapsedViewHolder.Alex Ning2022-01-211-0/+22
|
* Update translation.Alex Ning2022-01-211-16/+16
|
* New option: Hide Comment Awards.Alex Ning2022-01-212-3/+4
|
* Show author avatars in comments.Alex Ning2022-01-215-0/+65
|
* Fix views in comment toolbar overlapping each other.Alex Ning2022-01-212-7/+42
|
* New option: Hide Text Post Content.Alex Ning2022-01-206-9/+42
|
* Show child reply count in comments.Alex Ning2022-01-176-8/+77
|
* Fix IllegalStateException in ViewPostDetailFragment.Alex Ning2022-01-171-26/+18
|
* New option: Fixed height preview in card.Alex Ning2022-01-165-11/+45
|
* Go back to top of the feed after changing sort type or refreshing.Alex Ning2022-01-161-0/+2
|
* Version 5.1.6-beta1.Alex Ning2022-01-151-18/+0
|
* added "Open in browser" button to internal browser (#622)Giovanni Palmieri2022-01-151-0/+9
|
* Load custom fonts.Alex Ning2022-01-151-4/+13
|
* Add options to set custom fonts.Alex Ning2022-01-148-11/+199
|
* Continue adding support for custom font.Alex Ning2022-01-13166-737/+1865
|
* Start adding custom font support.Alex Ning2022-01-055-5/+65
|
* Version 5.1.5.Alex Ning2021-12-221-1/+1
|
* Fix NSFW download location option not working. Hide options in Data Saving ↵Alex Ning2021-12-205-12/+18
| | | | 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-2010-3/+55
| | | 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-205-7/+115
|
* Fix app crashes when fetching gfycat videos failed for autoplay.Alex Ning2021-12-202-1/+3
|
* Use Executor to fetch removed comments.Alex Ning2021-12-154-164/+122
|
* 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-135-107/+178
| | | 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-1218-265/+231
|\
| * Undo superscript parser changes for now (#577)scria10002021-12-1218-265/+231
| | | | | | 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-098-19/+196
|
* Merge pull request #575 from scria1000/markdown-enhancementsDocile-Alligator2021-12-0921-205/+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-0918-190/+268
| | | | | | | | Do this without relying converting to <sup> tags.
* | 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
| | |