aboutsummaryrefslogtreecommitdiff
path: root/app/src (unfollow)
Commit message (Collapse)AuthorFilesLines
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-25Adjust the padding of bottom toolbar in post and comment.Docile-Alligator25-45/+55
2023-10-23Center the score of a comment. Switch the number of comment and the share ↵Docile-Alligator3-86/+127
button back on a comment.
2023-10-23Switch the number of comment and the share button back in compact layout.Docile-Alligator2-32/+32
2023-10-23Center the score of a post. Switch the number of comment and the share ↵Docile-Alligator28-1295/+1452
button back.
2023-10-22Fix https://github.com/Docile-Alligator/Infinity-For-Reddit/issues/1565Docile-Alligator1-1/+1
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-Alligator3-2/+83
2023-10-21Remove USER_TYPE in CommentFilterUsage. Add exclude users in comment filter.Docile-Alligator8-36/+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-Alligator16-20/+590
2023-10-19Continue adding comment filter.Docile-Alligator8-9/+39
2023-10-18Continue adding comment filter.Docile-Alligator3-7/+27
2023-10-18Continue adding comment filter.Docile-Alligator6-9/+412
2023-10-17Continue adding comment filter.Docile-Alligator40-42/+669
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-Alligator4-32/+61
PostFilterPreferenceActivity.
2023-10-15Continue implementing showing post filter usages in ↵Docile-Alligator2-1/+33
PostFilterPreferenceActivity.
2023-10-15Continue implementing showing post filter usages in ↵Docile-Alligator6-15/+104
PostFilterPreferenceActivity.
2023-10-15Prepare to show post filter usages in PostFilterPreferenceActivity.Docile-Alligator5-19/+50
2023-10-14Start tweaking PostFilterPreferenceActivity.Docile-Alligator3-22/+42
2023-10-09Update theme preview.Docile-Alligator4-439/+353
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-Alligator3-9/+9
ImportantInfoBottomSheetFragment. Disable showing ImportantInfoBottomSheetFragment.
2023-09-23Changed video control UI.Docile-Alligator1-3/+3
2023-09-23Changed video control UI.Docile-Alligator5-48/+69
2023-09-22Start changing video control UI.Docile-Alligator16-108/+193
2023-09-21Remove gradient in the icon.Docile-Alligator11-0/+0
2023-09-20New splash screen.Docile-Alligator6-0/+33
2023-09-20Change TextInputLayout style. Disable swipe right to go back in ↵Docile-Alligator8-35/+30
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-Alligator7-74/+139
view background color.
2023-09-19Update strings.Docile-Alligator3-18/+47
2023-09-19Update translations. New languages: Greek, Korean and Tamil.Docile-Alligator23-1732/+6041
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-Alligator5-47/+60
Minor UI tweaks in SearchActivity.