| Commit message (Expand) | Author | Files | Lines |
2021-08-04 | Set title to bottom app bar in ViewVideoActivity. | Alex Ning | 1 | -2/+8 |
2021-08-04 | Use bottom toolbar in ViewVideoActivity is available. | Alex Ning | 1 | -21/+53 |
2021-08-04 | Use bottom toolbar in ViewRedditGalleryVideoFragment is available. | Alex Ning | 1 | -19/+43 |
2021-08-04 | Use bottom toolbar in ViewImgurVideoFragment is available. | Alex Ning | 5 | -28/+110 |
2021-08-04 | Use bottom toolbar in ViewRedditGalleryImageOrGifFragment is available. | Alex Ning | 3 | -35/+151 |
2021-08-04 | Use bottom toolbar in ViewImgurImageFragment is available. | Alex Ning | 6 | -118/+230 |
2021-08-03 | Use bottom toolbar in ViewImageOrGifActivity is available. | Alex Ning | 7 | -43/+167 |
2021-08-03 | Minor UI tweaks. | Alex Ning | 2 | -7/+9 |
2021-08-03 | Optimize item_comment.xml. | Alex Ning | 1 | -201/+193 |
2021-08-03 | Copy subreddit description raw text. | Alex Ning | 1 | -2/+16 |
2021-08-03 | Copy markdown in sidebar. | Alex Ning | 3 | -16/+31 |
2021-08-03 | Show subreddit description in markdown. | Alex Ning | 2 | -2/+39 |
2021-08-02 | Swipe to refresh in WikiActivity. | Alex Ning | 2 | -5/+33 |
2021-08-02 | Show error message in WikiActivity. | Alex Ning | 3 | -1/+58 |
2021-08-02 | Support wiki links in r/subreddit/w form. | Alex Ning | 1 | -1/+1 |
2021-08-02 | Support viewing subreddit wiki in app. | Alex Ning | 10 | -6/+405 |
2021-08-02 | New options: separate post and comments in post details page. | Alex Ning | 5 | -3/+61 |
2021-08-02 | Fix showing duplicate progress bar when refreshing in ViewPostDetailFragment. | Alex Ning | 1 | -19/+5 |
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 |