aboutsummaryrefslogtreecommitdiff
path: root/app/src/main (unfollow)
Commit message (Expand)AuthorFilesLines
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
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
2021-07-20Tweak the autoplay video control.Alex Ning9-117/+119
2021-07-20New option: Default Link Post Layout.Alex Ning8-2/+107
2021-07-20New option: Remeber Muting Option in Post Feed.Alex Ning7-2/+77
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 Ning8-72/+49
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 Ning2-3/+45
2021-07-18Save fetched trending searches during configuration changes in TrendingActivity.Alex Ning1-1/+16
2021-07-18Show error view in TrendingActivity.Alex Ning3-0/+52
2021-07-18Refreshing trending searches is now available.Alex Ning4-8/+39
2021-07-18Open search results when clicking a trending search.Alex Ning1-1/+5
2021-07-18Show title on trending searches.Alex Ning4-4/+17
2021-07-18Minor UI tweaks in TrendingActivity.Alex Ning1-1/+6
2021-07-18Show trending searches in TrendingActivity.Alex Ning12-6/+626
2021-07-18Preparing to add trending search support.Alex Ning7-26/+57
2021-07-18Add an option in settings: Collapse Reddit Section.Alex Ning2-0/+6
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 Ning8-43/+148
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