| Commit message (Expand) | Author | Files | Lines |
2021-08-02 | Implement customizations for post details page. | Alex Ning | 2 | -89/+136 |
2021-07-30 | Continue adding support for post details customization. | Alex Ning | 1 | -0/+13 |
2021-07-30 | Remove unused variables in PostDetailRecyclerViewAdapter. | Alex Ning | 1 | -29/+0 |
2021-07-30 | Fix issues in PostCard2VideoAutoplayViewHolder. | Alex Ning | 1 | -8/+15 |
2021-07-30 | Prepare to implement customization options for post details page. | Alex Ning | 7 | -1/+72 |
2021-07-28 | Remove duplicate settings in VideoPreferenceFragment. | Alex Ning | 1 | -5/+0 |
2021-07-22 | Hide keyboard when clicking cancel button in dialogs for going to subreddit a... | Alex Ning | 4 | -8/+40 |
2021-07-22 | Remove uploadImageToReddit in CommentActivity. | Alex Ning | 1 | -41/+0 |
2021-07-22 | Directly edit comment in FullMarkdownActivity for EditCommentActivity. | Alex Ning | 1 | -40/+47 |
2021-07-22 | Directly edit post in FullMarkdownActivity for EditPostActivity. | Alex Ning | 1 | -30/+37 |
2021-07-22 | Directly send comment in FullMarkdownActivity for CommentActivity. | Alex Ning | 2 | -40/+56 |
2021-07-22 | Directly submit post in FullMarkdownActivity. | Alex Ning | 6 | -33/+73 |
2021-07-21 | Fix app crashes when downloading images from a specific domain. | Alex Ning | 1 | -0/+8 |
2021-07-21 | Support one more image domain. Have not validate the link yet. | Alex Ning | 1 | -1/+5 |
2021-07-21 | Add to post filter menu option available in ViewSubredditActivity and ViewUse... | Alex Ning | 5 | -9/+61 |
2021-07-21 | Fix RecyclerView go to top after changing post type. | Alex Ning | 2 | -1/+12 |
2021-07-21 | Fix link posts displayed as text posts in PostRecyclerViewAdapter. | Alex Ning | 1 | -0/+2 |
2021-07-21 | Add an gallery post indicator in PostDetailRecyclerViewAdapter. | Alex Ning | 2 | -7/+21 |
2021-07-21 | Maybe fix nsfw gif cannot be blurred in PostDetailRecyclerViewAdapter. | Alex Ning | 1 | -2/+3 |
2021-07-21 | Maybe fix nsfw gif cannot be blurred in PostRecyclerViewAdapter. | Alex Ning | 1 | -6/+9 |
2021-07-21 | Show an indicator in gallery post in PostRecyclerViewAdapter. | Alex Ning | 3 | -19/+27 |
2021-07-21 | Remove some view types in PostRecyclerViewAdapter. | Alex Ning | 1 | -58/+24 |
2021-07-20 | Tweak the autoplay video control. | Alex Ning | 9 | -117/+119 |
2021-07-20 | New option: Default Link Post Layout. | Alex Ning | 8 | -2/+107 |
2021-07-20 | New option: Remeber Muting Option in Post Feed. | Alex Ning | 7 | -2/+77 |
2021-07-19 | Allow orientation change if auto rotate is on in ViewVideoActivity when switc... | Alex Ning | 1 | -15/+20 |
2021-07-19 | New option: Switch to landscape orientation in video player automatically. | Alex Ning | 8 | -72/+49 |
2021-07-19 | Fix sometimes images in a Reddit Gallery cannot be loaded. | Alex Ning | 1 | -0/+13 |
2021-07-19 | Clear ImageView in onDestroyView in ViewRedditGalleryImageOrGifFragment and V... | Alex Ning | 4 | -2/+10 |
2021-07-19 | Fix RecyclerView's padding in TrendingActivity in immersive interface. | Alex Ning | 1 | -0/+5 |
2021-07-19 | Unregister EventBus listener in onDestroy in TrendingActivity and RPANActivity. | Alex Ning | 2 | -0/+13 |
2021-07-18 | Add a refresh menu item in TrendingActivity. | Alex Ning | 2 | -3/+45 |
2021-07-18 | Save fetched trending searches during configuration changes in TrendingActivity. | Alex Ning | 1 | -1/+16 |
2021-07-18 | Show error view in TrendingActivity. | Alex Ning | 3 | -0/+52 |
2021-07-18 | Refreshing trending searches is now available. | Alex Ning | 4 | -8/+39 |
2021-07-18 | Open search results when clicking a trending search. | Alex Ning | 1 | -1/+5 |
2021-07-18 | Show title on trending searches. | Alex Ning | 4 | -4/+17 |
2021-07-18 | Minor UI tweaks in TrendingActivity. | Alex Ning | 1 | -1/+6 |
2021-07-18 | Show trending searches in TrendingActivity. | Alex Ning | 12 | -6/+626 |
2021-07-18 | Preparing to add trending search support. | Alex Ning | 7 | -26/+57 |
2021-07-18 | Add an option in settings: Collapse Reddit Section. | Alex Ning | 2 | -0/+6 |
2021-07-17 | Fix menu item error in the navigation drawer. | Alex Ning | 1 | -0/+2 |
2021-07-17 | Restore option for going to subreddit in MainActivity. | Alex Ning | 1 | -4/+10 |
2021-07-17 | Add Reddit section in the navigation drawer. | Alex Ning | 8 | -43/+148 |
2021-07-17 | Set the maximum number of images in PostGalleryActivity to 20. | Alex Ning | 1 | -1/+1 |
2021-07-17 | Set divider color in Material You. | Alex Ning | 1 | -0/+1 |
2021-07-17 | Set secondary text color in Material You. | Alex Ning | 1 | -0/+1 |
2021-07-17 | Generate a better theme in Material You. | Alex Ning | 1 | -15/+13 |
2021-07-17 | Fix status bar color when applying Material You. | Alex Ning | 1 | -1/+4 |
2021-07-16 | Redirect user to ViewPostDetailActivity after submitting a gallery post. | Alex Ning | 1 | -0/+22 |