aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Prevent WebView from reloading the website after orientation change in ↵Docile-Alligator2022-03-171-2/+17
| | | | WebViewActivity.
* Check if PostFragment is detached before initializing PostViewModel.Docile-Alligator2022-03-171-8/+8
|
* Fix clicking the back button on the toolbar does not finish ↵Docile-Alligator2022-03-171-3/+1
| | | | FullMarkdownActivity.
* Fix unable to update anonymous multireddits.Docile-Alligator2022-03-171-0/+4
|
* Version 5.1.9-beta2. Optimize AppBarStateChangeListener.Docile-Alligator2022-03-141-3/+9
|
* Load image after the AspectRatioGifImageView's height is determined in ↵Docile-Alligator2022-03-112-12/+74
| | | | PostRecyclerViewAdapter to prevent blurry images.
* Fix image loading issue.Docile-Alligator2022-03-112-71/+10
|
* Fix navigation drawer issues.Docile-Alligator2022-03-114-10/+9
|
* Version 5.1.9-beta1. Fix low resolution post previews when showing them for ↵Docile-Alligator2022-03-062-8/+33
| | | | the first time in PostDetailRecyclerViewAdapter.
* New option: Settings->Miscellaneous->Post Feed Preview Max Resolution. Fix ↵Docile-Alligator2022-03-069-20/+174
| | | | low resolution post previews when showing them for the first time. Tweak themed icon.
* Fix preview issue in PostCompactBaseViewHolder in PostRecyclerViewAdapter.Docile-Alligator2022-03-051-5/+3
|
* Try fixing Parcelable implementation issues.Docile-Alligator2022-02-285-24/+28
|
* Show and open r/u_ style subreddits in comments.Docile-Alligator2022-02-281-19/+6
|
* Show and open r/u_ style subreddits in posts.Docile-Alligator2022-02-282-44/+19
|
* Fix changing default post layout not working.Docile-Alligator2022-02-281-21/+27
|
* New fonts: Atkinson Hyperlegible and Atkinson Hyperlegible Bold.Docile-Alligator2022-02-253-0/+6
|
* Submitting poll posts is available.Docile-Alligator2022-02-2112-3/+826
|
* New option: Settings->Interface->Post Details->Hide Upvote Ratio.Docile-Alligator2022-02-212-1/+8
|
* Fix https://github.com/Docile-Alligator/Infinity-For-Reddit/issues/667Docile-Alligator2022-02-212-1/+4
|
* Use ConcatAdapter for the navigation drawer.Docile-Alligator2022-02-2011-972/+1551
|
* Minor bugs fixed.Docile-Alligator2022-02-193-30/+46
|
* New option: Interface->Comment->Always show the number of child comments. ↵Docile-Alligator2022-02-182-2/+9
| | | | Fix notification icon. Tweak the app icon.
* Version 5.1.8. Add Reddit User Agreement to settings. Move Privacy Policy ↵Alex Ning2022-02-124-13/+59
| | | | option from About to main settings page.
* Don't autoplay spoiler videos.Alex Ning2022-02-052-6/+6
|
* New option: Settings->Interface->Comment->Hide Author Avatar. Fix ↵Alex Ning2022-02-054-6/+27
| | | | Application ClassCastException in MainActivity. Don't show the number of child comments in expanded comments.
* Minor bugs fixed.Alex Ning2022-02-041-2/+7
|
* 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.