aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java/ml (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-11-04Start deleting awards related components.Docile-Alligator9-602/+1
2023-11-04New option in CommentMoreBottomSheetFragment: Add to comment filter.Docile-Alligator5-64/+102
2023-11-04Not loading images from i.redgifs.com because they are webpages.Docile-Alligator2-3/+25
2023-11-01Fix wrong tint on the vote buttons after voting fails.Docile-Alligator3-59/+59
2023-11-01Fix showing double "no comments" message in CommentsRecyclerViewAdapter if ↵Docile-Alligator1-1/+11
it's in single thread mode and the comment is filtered out.
2023-10-23Center the score of a comment. Switch the number of comment and the share ↵Docile-Alligator2-49/+79
button back on a comment.
2023-10-23Center the score of a post. Switch the number of comment and the share ↵Docile-Alligator3-279/+334
button back.
2023-10-22Fix app crashes in HistoryPostRecyclerViewAdapter when video autoplay is ↵Docile-Alligator1-0/+48
enabled.
2023-10-22Fix card color issue in HistoryPostRecyclerViewAdapter.Docile-Alligator1-4/+5
2023-10-22Add "exclude users" entry in CustomizeCommentFilterActivity.Docile-Alligator1-1/+44
2023-10-21Remove USER_TYPE in CommentFilterUsage. Add exclude users in comment filter.Docile-Alligator7-18/+19
2023-10-21Ignore case when comparing name_of_usage in PostFilterDao.Docile-Alligator1-1/+1
2023-10-21Finish applying comment filter.Docile-Alligator1-3/+3
2023-10-20Continue applying comment filter.Docile-Alligator1-58/+67
2023-10-20Start applying comment filter.Docile-Alligator4-29/+80
2023-10-19Continue adding comment filter.Docile-Alligator10-10/+432
2023-10-19Continue adding comment filter.Docile-Alligator5-9/+22
2023-10-18Continue adding comment filter.Docile-Alligator1-7/+7
2023-10-18Continue adding comment filter.Docile-Alligator4-5/+281
2023-10-17Continue adding comment filter.Docile-Alligator12-19/+461
2023-10-16Continue adding comment filter.Docile-Alligator1-1/+5
2023-10-16Continue adding comment filter.Docile-Alligator3-4/+89
2023-10-16Continue adding comment filter.Docile-Alligator2-2/+54
2023-10-16Start adding comment filter.Docile-Alligator5-0/+120
2023-10-15Continue implementing showing post filter usages in ↵Docile-Alligator2-1/+39
PostFilterPreferenceActivity.
2023-10-15Continue implementing showing post filter usages in ↵Docile-Alligator1-1/+30
PostFilterPreferenceActivity.
2023-10-15Continue implementing showing post filter usages in ↵Docile-Alligator3-11/+86
PostFilterPreferenceActivity.
2023-10-15Prepare to show post filter usages in PostFilterPreferenceActivity.Docile-Alligator5-19/+50
2023-10-14Start tweaking PostFilterPreferenceActivity.Docile-Alligator1-9/+9
2023-10-09Update theme preview.Docile-Alligator2-239/+115
2023-10-04Set off screen page limit to ViewPager2.OFFSCREEN_PAGE_LIMIT_DEFAULT in some ↵Docile-Alligator5-6/+5
activities.
2023-10-04Load more items in a single call.Docile-Alligator3-31/+33
2023-10-04Initialize LiveData data by using the constructor, not the postValue method.Docile-Alligator9-37/+21
2023-10-04Set filled card view background color in MaterialYouUtils.Docile-Alligator1-0/+3
2023-10-04Sync subscriptions once every 24 hours.Docile-Alligator2-1/+9
2023-10-01Fix changing playback speed not working in ViewImgurVideoFragment and ↵Docile-Alligator3-22/+41
ViewRedditGalleryVideoFragment when using bottom app bar.
2023-10-01Fix video controller ui issues in ViewImgurVideoFragment, ↵Docile-Alligator3-16/+14
ViewRedditGalleryVideoFragment and ViewVideoActivity.
2023-10-01Fix video controller ui issues in ViewImgurVideoFragment, ↵Docile-Alligator3-22/+30
ViewRedditGalleryVideoFragment and ViewVideoActivity. Fix https://github.com/Docile-Alligator/Infinity-For-Reddit/issues/1552
2023-09-25Version 6.3.0-beta1. Rename RedditAPIInfoBottomSheetFragment to ↵Docile-Alligator2-8/+8
ImportantInfoBottomSheetFragment. Disable showing ImportantInfoBottomSheetFragment.
2023-09-23Changed video control UI.Docile-Alligator1-3/+8
2023-09-22Start changing video control UI.Docile-Alligator4-52/+55
2023-09-20New splash screen.Docile-Alligator1-0/+3
2023-09-20Change TextInputLayout style. Disable swipe right to go back in ↵Docile-Alligator1-5/+0
CustomizePostFilterActivity.
2023-09-19Update color for the new theme item.Docile-Alligator2-21/+21
2023-09-19New theme item: filled card view background color and read post filled card ↵Docile-Alligator6-74/+135
view background color.
2023-09-19Update strings.Docile-Alligator1-8/+2
2023-09-18Click the comment icon to go into post details.Docile-Alligator1-0/+4
2023-09-18Fix https://github.com/Docile-Alligator/Infinity-For-Reddit/issues/1508. ↵Docile-Alligator3-30/+36
Minor UI tweaks in SearchActivity.
2023-09-18Use MaterialButton for icons in comments.Docile-Alligator2-42/+33
2023-09-18Continue changing vote button icons.Docile-Alligator7-271/+372