aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java (unfollow)
Commit message (Expand)AuthorFilesLines
2021-08-02New options: separate post and comments in post details page.Alex Ning2-0/+10
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 Ning3-0/+26
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 Ning5-33/+63
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 Ning3-6/+46
2021-07-21Fix RecyclerView go to top after changing post type.Alex Ning1-1/+11
2021-07-21Fix link posts displayed as text posts in PostRecyclerViewAdapter.Alex Ning1-0/+2
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 Ning1-13/+21
2021-07-21Remove some view types in PostRecyclerViewAdapter.Alex Ning1-58/+24
2021-07-20Tweak the autoplay video control.Alex Ning2-12/+12
2021-07-20New option: Default Link Post Layout.Alex Ning5-2/+81
2021-07-20New option: Remeber Muting Option in Post Feed.Alex Ning5-2/+66
2021-07-19Allow orientation change if auto rotate is on in ViewVideoActivity when switc...Alex Ning1-15/+20
2021-07-19New option: Switch to landscape orientation in video player automatically.Alex Ning4-52/+43
2021-07-19Fix sometimes images in a Reddit Gallery cannot be loaded.Alex Ning1-0/+13
2021-07-19Clear ImageView in onDestroyView in ViewRedditGalleryImageOrGifFragment and V...Alex Ning4-2/+10
2021-07-19Fix RecyclerView's padding in TrendingActivity in immersive interface.Alex Ning1-0/+5
2021-07-19Unregister EventBus listener in onDestroy in TrendingActivity and RPANActivity.Alex Ning2-0/+13
2021-07-18Add a refresh menu item in TrendingActivity.Alex Ning1-3/+35
2021-07-18Save fetched trending searches during configuration changes in TrendingActivity.Alex Ning1-1/+16
2021-07-18Show error view in TrendingActivity.Alex Ning1-0/+22
2021-07-18Refreshing trending searches is now available.Alex Ning3-5/+29
2021-07-18Open search results when clicking a trending search.Alex Ning1-1/+5
2021-07-18Show title on trending searches.Alex Ning1-1/+2
2021-07-18Show trending searches in TrendingActivity.Alex Ning8-5/+511
2021-07-18Preparing to add trending search support.Alex Ning7-26/+57
2021-07-17Fix menu item error in the navigation drawer.Alex Ning1-0/+2
2021-07-17Restore option for going to subreddit in MainActivity.Alex Ning1-4/+10
2021-07-17Add Reddit section in the navigation drawer.Alex Ning3-43/+109
2021-07-17Set the maximum number of images in PostGalleryActivity to 20.Alex Ning1-1/+1
2021-07-17Set divider color in Material You.Alex Ning1-0/+1
2021-07-17Set secondary text color in Material You.Alex Ning1-0/+1
2021-07-17Generate a better theme in Material You.Alex Ning1-15/+13
2021-07-17Fix status bar color when applying Material You.Alex Ning1-1/+4
2021-07-16Redirect user to ViewPostDetailActivity after submitting a gallery post.Alex Ning1-0/+22
2021-07-16Submitting gallery posts is now available.Alex Ning3-8/+40
2021-07-16Continue adding support for submitting gallery posts.Alex Ning6-23/+69