aboutsummaryrefslogtreecommitdiff
path: root/app/src/main (unfollow)
Commit message (Expand)AuthorFilesLines
2021-08-24Fix an ArrayIndexOutOfBoundsException in CommentsRecyclerViewAdapter.Alex Ning1-2/+4
2021-08-20Remove animateLayoutChanges in video autoplay views.Alex Ning3-6/+3
2021-08-20Add animateLayoutChanges to item_post_compact_right_thumbnail.Alex Ning1-1/+2
2021-08-19Try fixing IllegalArgumentException at androidx.viewpager.widget.ViewPager.on...Alex Ning10-23/+63
2021-08-19Try fixing IllegalStateException at androidx.viewpager2.widget.ScrollEventAda...Alex Ning1-0/+5
2021-08-19Catch SecurityException when getting network type.Alex Ning2-11/+13
2021-08-19Fix error when adding a subreddit to a multireddit.Alex Ning1-2/+2
2021-08-18New languages: Portuguese and Somali. Update translation.Alex Ning18-600/+2449
2021-08-18Use discard instead of yes in several dialogs.Alex Ning9-80/+81
2021-08-18Minor bugs fixed.Alex Ning3-3/+6
2021-08-11Disable video autoplay when separating post and comments in post detail page ...Alex Ning5-17/+27
2021-08-11Try fixing ViewPager2's IllegalStateException.Alex Ning7-3/+11
2021-08-11Use ViewPager2 in InboxActivity.Alex Ning2-73/+63
2021-08-11Temporarily disable uploading images in markdown editor because the image wil...Alex Ning1-1/+1
2021-08-11Secure mode is available.Alex Ning8-24/+82
2021-08-07Version 5.0.0-beta4. Revert changes that limit the max height of images in Po...Alex Ning2-18/+16
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-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-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