| Commit message (Expand) | Author | Files | Lines |
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 |
2021-07-12 | Fix awarded comment's background color cannot be changed when searching. | Alex Ning | 2 | -6/+4 |
2021-07-12 | Improve the experience of searching in comments. | Alex Ning | 4 | -19/+31 |
2021-07-12 | Apply custom theme to the search panel in ViewPostDetailActivity. | Alex Ning | 4 | -11/+31 |
2021-07-12 | Searching comments in ViewPostDetailActivity is available. | Alex Ning | 4 | -1/+95 |
2021-07-09 | Implement a search panel in ViewPostDetailActivity. | Alex Ning | 3 | -1/+94 |
2021-07-08 | Start adding support for searching in posts. | Alex Ning | 3 | -25/+26 |
2021-07-08 | Support viewing single RPAN broadcast in-app. | Alex Ning | 4 | -64/+110 |
2021-07-08 | Minor UI tweaks in ViewRPANBroadcastFragment. | Alex Ning | 1 | -16/+46 |
2021-07-08 | Show subreddit name and icon and username in ViewRPANBroadcastFragment. | Alex Ning | 2 | -0/+65 |
2021-07-08 | Share rpan post url and rpan url. Show rpan post title in ViewRPANBroadcastFr... | Alex Ning | 7 | -3/+90 |
2021-07-07 | Cannot use Strapi to send comments, upvote or downvote in RPAN. | Alex Ning | 9 | -64/+22 |
2021-07-07 | Disable ExoPlayer's control auto hide. | Alex Ning | 1 | -1/+2 |
2021-07-07 | Click RecyclerView to hide exoplayer control in ViewRPANBroadcastFragment. | Alex Ning | 2 | -2/+45 |
2021-07-07 | Do not shut down okhttp client in ViewRPANBroadcastFragment. Close the establ... | Alex Ning | 2 | -1/+51 |
2021-07-06 | Change the color of author in ViewRPANBroadcastFragment. | Alex Ning | 1 | -1/+1 |
2021-07-06 | Initialize player and websocket connection in onResume in ViewRPANBroadcastFr... | Alex Ning | 2 | -20/+35 |
2021-07-06 | Scroll to bottom if new comments arrive in ViewRPANBroadcastFragment. | Alex Ning | 1 | -1/+16 |
2021-07-06 | Show live comments in RPAN broadcasts. | Alex Ning | 8 | -6/+356 |
2021-07-06 | Pause rpan broadcast when switching to anther ViewRPANBroadcastFragment. | Alex Ning | 5 | -20/+34 |
2021-07-05 | Minor UI tweaks in RPANActivity. | Alex Ning | 5 | -67/+50 |
2021-07-05 | Start adding RPAN support. | Alex Ning | 13 | -11/+835 |
2021-07-04 | Minor UI tweaks in UploadedImagesBottomSheetFragment. | Alex Ning | 1 | -3/+3 |
2021-07-04 | Uploading images in EditPostActivity is available. | Alex Ning | 1 | -5/+98 |
2021-07-04 | Uploading images is available in EditCommentActivity. | Alex Ning | 1 | -3/+94 |
2021-07-04 | Uploading images is available in PostTextActivity. | Alex Ning | 3 | -29/+162 |
2021-07-04 | Remove file extension from uploaded image's file name after uploading an imag... | Alex Ning | 2 | -3/+11 |
2021-07-04 | Save image name and image url for uploaded images when uploading images. Uplo... | Alex Ning | 8 | -29/+378 |
2021-07-04 | Uploading images when submitting comments is available. | Alex Ning | 2 | -1/+56 |
2021-07-04 | Add an option in MarkdownBottomBarRecyclerViewAdapter to upload images. | Alex Ning | 5 | -13/+65 |
2021-07-04 | Separate image uploading methods from SubmitPost and put them into a new clas... | Alex Ning | 2 | -78/+103 |