aboutsummaryrefslogtreecommitdiff
path: root/app/src/main (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-04-08Bottom app bar is available in ViewMultiRedditDetailActivity.Docile-Alligator5-23/+311
2022-04-02Removed option: View Full Markdown. Handle jpeg link in LinkResolverActivity.Docile-Alligator26-74/+2
2022-04-02Use the updated access token to fetch new notifications in ↵Docile-Alligator1-0/+1
PullNotificationWorker. This may fix notification issues.
2022-04-02Render full markdown in CommentsListingRecyclerViewAdapter.Docile-Alligator4-50/+101
2022-04-02Render full markdown in CommentsRecyclerViewAdapter.Docile-Alligator5-31/+314
2022-04-01Do not load subreddit data in SidebarFragment. Save subreddit data to the ↵Docile-Alligator5-26/+15
database in ViewSubredditDetailActivity.
2022-03-29Fix spoiler not rendering last two characters.Docile-Alligator1-4/+4
2022-03-25New option: Settings->Data Saving Mode->Reddit Video Default Resolution.Docile-Alligator6-12/+70
2022-03-25Add a FloatingActionButton in ViewMultiRedditDetailActivity.Docile-Alligator2-1/+388
2022-03-25Fix getRedditUriByPath in LinkResolverActivity.Docile-Alligator1-1/+5
2022-03-24Fix captions and urls hidden by the navigation bar in ↵Docile-Alligator2-6/+4
ViewRedditGalleryImageorGifFragment.
2022-03-17Prevent WebView from reloading the website after orientation change in ↵Docile-Alligator2-3/+19
WebViewActivity.
2022-03-17Check if PostFragment is detached before initializing PostViewModel.Docile-Alligator1-8/+8
2022-03-17Fix clicking the back button on the toolbar does not finish ↵Docile-Alligator1-3/+1
FullMarkdownActivity.
2022-03-17Fix unable to update anonymous multireddits.Docile-Alligator1-0/+4
2022-03-14Version 5.1.9-beta2. Optimize AppBarStateChangeListener.Docile-Alligator1-3/+9
2022-03-11Load image after the AspectRatioGifImageView's height is determined in ↵Docile-Alligator7-21/+78
PostRecyclerViewAdapter to prevent blurry images.
2022-03-11Fix image loading issue.Docile-Alligator2-71/+10
2022-03-11Fix navigation drawer issues.Docile-Alligator4-10/+9
2022-03-06Version 5.1.9-beta1. Fix low resolution post previews when showing them for ↵Docile-Alligator2-8/+33
the first time in PostDetailRecyclerViewAdapter.
2022-03-06New option: Settings->Miscellaneous->Post Feed Preview Max Resolution. Fix ↵Docile-Alligator12-44/+220
low resolution post previews when showing them for the first time. Tweak themed icon.
2022-03-05Fix preview issue in PostCompactBaseViewHolder in PostRecyclerViewAdapter.Docile-Alligator2-6/+4
2022-03-05Themed icon for Android. Very ugly right now.Docile-Alligator9-160/+30
2022-03-04Added adaptive icons (#646)20captainx126-0/+156
Start adding adaptive icons for Android Tiramisu.
2022-02-28Try fixing Parcelable implementation issues.Docile-Alligator5-24/+28
2022-02-28Show and open r/u_ style subreddits in comments.Docile-Alligator1-19/+6
2022-02-28Show and open r/u_ style subreddits in posts.Docile-Alligator2-44/+19
2022-02-28Fix changing default post layout not working.Docile-Alligator1-21/+27
2022-02-25New fonts: Atkinson Hyperlegible and Atkinson Hyperlegible Bold.Docile-Alligator11-0/+70
2022-02-21Submitting poll posts is available.Docile-Alligator19-4/+1218
2022-02-21New option: Settings->Interface->Post Details->Hide Upvote Ratio.Docile-Alligator4-1/+14
2022-02-21Fix https://github.com/Docile-Alligator/Infinity-For-Reddit/issues/667Docile-Alligator2-1/+4
2022-02-20Use ConcatAdapter for the navigation drawer.Docile-Alligator14-973/+1552
2022-02-19Minor bugs fixed.Docile-Alligator3-30/+46
2022-02-18New option: Interface->Comment->Always show the number of child comments. ↵Docile-Alligator6-23/+27
Fix notification icon. Tweak the app icon.
2022-02-18Fixed a typo: Hide Author Avatar -> Show Author Avatar.Docile-Alligator1-1/+1
2022-02-12Version 5.1.8. Add Reddit User Agreement to settings. Move Privacy Policy ↵Alex Ning7-17/+73
option from About to main settings page.
2022-02-05Don't autoplay spoiler videos.Alex Ning2-6/+6
2022-02-05New option: Settings->Interface->Comment->Hide Author Avatar. Fix ↵Alex Ning8-8/+36
Application ClassCastException in MainActivity. Don't show the number of child comments in expanded comments.
2022-02-04Minor bugs fixed.Alex Ning2-3/+8
2022-01-29Version 5.1.7.Alex Ning1-1/+1
2022-01-29New option: Settings->Interface->Comment->Show Fewer Toolbar Options ↵Alex Ning6-3/+44
Starting From.
2022-01-28Set caption and url when submitting gallery posts.Alex Ning10-15/+254
2022-01-21Show author icon in CommentFullyCollapsedViewHolder.Alex Ning3-4/+36
2022-01-21Update translation.Alex Ning21-1815/+2623
2022-01-21New option: Hide Comment Awards.Alex Ning4-3/+15
2022-01-21Show author avatars in comments.Alex Ning6-13/+97
2022-01-21Fix views in comment toolbar overlapping each other.Alex Ning3-32/+92
2022-01-20New option: Hide Text Post Content.Alex Ning8-9/+48
2022-01-17Show child reply count in comments.Alex Ning8-11/+95