aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java (unfollow)
Commit message (Expand)AuthorFilesLines
2022-12-04Version v5.4.0-beta1. Add authenticator to oauth retrofit.Docile-Alligator1-12/+2
2022-12-03Hide more options menu item in some activities.Docile-Alligator1-0/+7
2022-12-03Remove RPAN.Docile-Alligator10-1220/+1
2022-12-03Allow https redirection in ExoPlayer (#1261)scria10006-19/+12
2022-12-03Fix score shown inside CommentFullyCollapsedViewHolder even the score is hidden.Docile-Alligator2-7/+2
2022-12-03Fix placeholder position check (#1216)Sergei Kozelko1-78/+67
2022-12-03Fix bottom app bar not shown in ViewRedditGalleryImageOrGifFragment.Docile-Alligator1-4/+4
2022-12-03Fix a stupid bug that prevents posts from loading.Docile-Alligator1-5/+7
2022-12-03Notification permission.Docile-Alligator6-16/+86
2022-11-28Minor bugs fixed.Docile-Alligator2-6/+4
2022-11-28Dagger networking refactor (#1125)Kurian Vithayathil4-253/+308
2022-11-27Minor bugs fixedDocile-Alligator1-1/+1
2022-11-27Use more precise viewholder type in PostGalleryTypeImageRecyclerViewAdapter (...Sergei Kozelko1-31/+27
2022-11-27Sort type converters - part 2 (#1244)Sergei Kozelko10-200/+86
2022-11-27Fix Imgur bug for insecure mp4 links (#1240)scria10002-14/+22
2022-11-27Remove unused Post fields (#1212)Sergei Kozelko7-61/+14
2022-11-25Store only first level replies as children (#1222)Sergei Kozelko5-27/+48
2022-11-19Minor code improvements (#1218)Anatolii Afanasev16-83/+30
2022-11-19Remove unused download events (#1236)Sergei Kozelko4-29/+0
2022-11-18Sort type converters (#1211)Sergei Kozelko7-194/+135
2022-11-18hide keyboard when choosing account from bottom sheet (#1231)Patrick Demers1-0/+3
2022-11-14New option: Settings->Interface->Comment->Comment Divider Type.Docile-Alligator3-6/+46
2022-11-14Swipe to see gallery images in PostDetailRecyclerViewAdapter.Docile-Alligator3-103/+186
2022-11-14Swipe to see gallery images in HistoryPostFragment.Docile-Alligator3-56/+530
2022-11-14Send correct image index when opening the image in gallery posts.Docile-Alligator1-13/+5
2022-11-14Swipe to see images in gallery in gallery layout.Docile-Alligator2-136/+373
2022-11-13Fix gallery layout issues.Docile-Alligator2-36/+36
2022-11-13Swipe to view images in a gallery in Card Layout 2.Docile-Alligator4-68/+165
2022-11-13Show correct image in the gallery in ViewRedditGalleryActivity.Docile-Alligator1-2/+5
2022-11-13Fix ItemTouchHelper and gallery swipe gesture fighting each other.Docile-Alligator6-25/+66
2022-11-13Fixed issue where filters applied to same feed were behaving incorrectly (#1172)Aidan2231-6/+6
2022-11-12Show the current image index in gallery in PostFragment.Docile-Alligator3-14/+27
2022-11-12Swipe between gallery images in PostFragment.Docile-Alligator27-84/+500
2022-11-11Switch loading more comments to /morechildren endpoint (#1186)Sergei Kozelko6-83/+167
2022-11-08New option: Settings->Interface->Comment->Hide the Number of Votes.Docile-Alligator2-18/+31
2022-11-08Material Design 3 Switch. Target Sdk 33.Docile-Alligator14-38/+63
2022-11-08Fix getting comment for "continue thread" button (#1207)Sergei Kozelko1-1/+1
2022-11-07Modify the behaviour of ItemTouchHelper.Docile-Alligator4-148/+184
2022-11-06Fix screen staying at MorePostsInfoFragment after retrying.Docile-Alligator2-4/+10
2022-11-06Retry loading more posts.Docile-Alligator2-3/+19
2022-11-05Load sort type from correct shared preferences (#1202)Sergei Kozelko1-2/+2
2022-11-05Minor changes to loading more posts.Docile-Alligator2-1/+7
2022-11-05Fix problems when fetching more history posts in ViewPostDetailActivity.Docile-Alligator4-55/+69
2022-11-05Show status of loading more posts in MorePostsInfoFragment.Docile-Alligator3-12/+174
2022-11-05Fix history posts problems.Docile-Alligator3-8/+8
2022-11-04Load more posts in ViewPostDetailActivity for post feed in HistoryPostFragmen...Docile-Alligator3-3/+51
2022-11-04Load more posts in ViewPostDetailActivity for post feed in PostFragment.Docile-Alligator6-33/+354
2022-11-03New option: Settings->Interface->Hide FAB in Post Feed.Docile-Alligator7-14/+58
2022-11-03New option in PostFragment: More options.Docile-Alligator1-0/+8
2022-11-03Superscript parser overhaul (#1162)scria100021-177/+453