aboutsummaryrefslogtreecommitdiff
path: root/app (unfollow)
Commit message (Expand)AuthorFilesLines
2021-08-07Version 5.0.0-beta4. Revert changes that limit the max height of images in Po...Alex Ning3-20/+18
2021-08-06Version 5.0.0-beta3.Alex Ning1-2/+2
2021-08-06Set max image height to 2000px in PostRecyclerViewAdapter and PostDetailRecyc...Alex Ning2-18/+20
2021-08-06Fix Applying Material You notification cannot be dismissed.Alex Ning1-2/+8
2021-08-04Version 5.0.0-beta2.Alex Ning1-2/+2
2021-08-04Change MaterialYouService to foreground service.Alex Ning6-15/+72
2021-08-04Tweak autoplay control.Alex Ning1-22/+29
2021-08-04Set title to bottom app bar in other media fragments and activities.Alex Ning6-16/+47
2021-08-04Set title to bottom app bar in ViewVideoActivity.Alex Ning1-2/+8
2021-08-04Use bottom toolbar in ViewVideoActivity is available.Alex Ning1-21/+53
2021-08-04Use bottom toolbar in ViewRedditGalleryVideoFragment is available.Alex Ning1-19/+43
2021-08-04Use bottom toolbar in ViewImgurVideoFragment is available.Alex Ning5-28/+110
2021-08-04Use bottom toolbar in ViewRedditGalleryImageOrGifFragment is available.Alex Ning3-35/+151
2021-08-04Use bottom toolbar in ViewImgurImageFragment is available.Alex Ning6-118/+230
2021-08-03Use bottom toolbar in ViewImageOrGifActivity is available.Alex Ning7-43/+167
2021-08-03Minor UI tweaks.Alex Ning2-7/+9
2021-08-03Optimize item_comment.xml.Alex Ning1-201/+193
2021-08-03Copy subreddit description raw text.Alex Ning1-2/+16
2021-08-03Copy markdown in sidebar.Alex Ning3-16/+31
2021-08-03Show subreddit description in markdown.Alex Ning2-2/+39
2021-08-02Swipe to refresh in WikiActivity.Alex Ning2-5/+33
2021-08-02Show error message in WikiActivity.Alex Ning3-1/+58
2021-08-02Support wiki links in r/subreddit/w form.Alex Ning1-1/+1
2021-08-02Support viewing subreddit wiki in app.Alex Ning10-6/+405
2021-08-02New options: separate post and comments in post details page.Alex Ning5-3/+61
2021-08-02Fix showing duplicate progress bar when refreshing in ViewPostDetailFragment.Alex Ning1-19/+5
2021-08-02Implement customizations for post details page.Alex Ning2-89/+136
2021-07-30Continue adding support for post details customization.Alex Ning1-0/+13
2021-07-30Remove unused variables in PostDetailRecyclerViewAdapter.Alex Ning1-29/+0
2021-07-30Fix issues in PostCard2VideoAutoplayViewHolder.Alex Ning1-8/+15
2021-07-30Prepare to implement customization options for post details page.Alex Ning7-1/+72
2021-07-28Remove duplicate settings in VideoPreferenceFragment.Alex Ning1-5/+0
2021-07-22Actually it is v5.0.0-beta1.Alex Ning1-1/+1
2021-07-22Version 5.0.0-beta1.Alex Ning1-2/+2
2021-07-22Hide keyboard when clicking cancel button in dialogs for going to subreddit a...Alex Ning4-8/+40
2021-07-22Remove uploadImageToReddit in CommentActivity.Alex Ning1-41/+0
2021-07-22Directly edit comment in FullMarkdownActivity for EditCommentActivity.Alex Ning1-40/+47
2021-07-22Directly edit post in FullMarkdownActivity for EditPostActivity.Alex Ning1-30/+37
2021-07-22Directly send comment in FullMarkdownActivity for CommentActivity.Alex Ning2-40/+56
2021-07-22Directly submit post in FullMarkdownActivity.Alex Ning6-33/+73
2021-07-21Fix app crashes when downloading images from a specific domain.Alex Ning1-0/+8
2021-07-21Support one more image domain. Have not validate the link yet.Alex Ning1-1/+5
2021-07-21Add to post filter menu option available in ViewSubredditActivity and ViewUse...Alex Ning5-9/+61
2021-07-21Fix RecyclerView go to top after changing post type.Alex Ning2-1/+12
2021-07-21Fix link posts displayed as text posts in PostRecyclerViewAdapter.Alex Ning1-0/+2
2021-07-21Add an gallery post indicator in PostDetailRecyclerViewAdapter.Alex Ning2-7/+21
2021-07-21Maybe fix nsfw gif cannot be blurred in PostDetailRecyclerViewAdapter.Alex Ning1-2/+3
2021-07-21Maybe fix nsfw gif cannot be blurred in PostRecyclerViewAdapter.Alex Ning1-6/+9
2021-07-21Show an indicator in gallery post in PostRecyclerViewAdapter.Alex Ning3-19/+27
2021-07-21Remove some view types in PostRecyclerViewAdapter.Alex Ning1-58/+24