| Commit message (Expand) | Author | Files | Lines |
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 |
2021-07-16 | Submitting gallery posts is now available. | Alex Ning | 3 | -8/+40 |
2021-07-16 | Continue adding support for submitting gallery posts. | Alex Ning | 7 | -23/+70 |
2021-07-16 | Automatically remove images that are not uploaded in PostGalleryActivity. | Alex Ning | 2 | -0/+13 |
2021-07-16 | Place a close button on the image in PostGalleryActivity. | Alex Ning | 2 | -1/+10 |
2021-07-16 | Rounded coners in images in PostGalleryActivity. | Alex Ning | 1 | -2/+4 |
2021-07-16 | Add column spacing to the RecyclerView in PostGalleryActivity. | Alex Ning | 2 | -1/+37 |
2021-07-16 | Center the FloatingActionButton in PostGalleryActivity. | Alex Ning | 3 | -6/+21 |
2021-07-16 | Implement image uploading in PostGalleryActivity. | Alex Ning | 5 | -10/+72 |
2021-07-16 | Small changes in RedditGallerySubmissionRecyclerViewAdapter's UI. | Alex Ning | 3 | -7/+17 |
2021-07-16 | Select or capture image in PostGalleryActivity. | Alex Ning | 2 | -1/+7 |
2021-07-16 | Implement SelectOrCaptureImageBottomSheetFragment. | Alex Ning | 10 | -13/+179 |
2021-07-15 | Continue adding support for submitting gallery posts. | Alex Ning | 19 | -43/+179 |
2021-07-15 | Implement RedditGallerySubmissionRecyclerViewAdapter. | Alex Ning | 4 | -3/+194 |
2021-07-15 | Continue adding submitting gallery posts support. | Alex Ning | 4 | -55/+471 |
2021-07-15 | Start adding submitting gallery posts support. | Alex Ning | 5 | -2/+427 |
2021-07-15 | Remove storage permission for Android Q and up. | Alex Ning | 7 | -45/+46 |
2021-07-14 | Use MaterialButton in SubmitCrosspostActivity. | Alex Ning | 2 | -5/+4 |
2021-07-14 | Use MaterialButton in PostXXXActivity. | Alex Ning | 8 | -21/+18 |
2021-07-14 | Choose whether receiving post reply notifications or not in SubmitCrosspostAc... | Alex Ning | 2 | -53/+107 |
2021-07-14 | Choose whether receiving post reply notifications or not in PostVideoActivity. | Alex Ning | 2 | -51/+105 |
2021-07-14 | Choose whether receiving post reply notifications or not in PostImageActivity. | Alex Ning | 2 | -4/+58 |
2021-07-14 | Choose whether receiving post reply notifications or not in PostLinkActivity. | Alex Ning | 3 | -5/+59 |
2021-07-14 | Choose whether receiving post reply notifications or not in PostTextActivity. | Alex Ning | 6 | -43/+111 |
2021-07-14 | Use MediaStore.VOLUME_EXTERNAL_PRIMARY when downloading media. | Alex Ning | 2 | -3/+2 |
2021-07-14 | Ignore case when searching comments. | Alex Ning | 2 | -7/+10 |
2021-07-14 | Declare LayoutManager for RecyclerView in ViewPostDetailFragment. | Alex Ning | 5 | -49/+40 |
2021-07-13 | Show error message when loading RPAN broadcasts failed. | Alex Ning | 2 | -4/+45 |
2021-07-13 | Clear search query in the search panel when closing it in ViewPostDetailActiv... | Alex Ning | 2 | -2/+1 |