aboutsummaryrefslogtreecommitdiff
path: root/app/src (unfollow)
Commit message (Expand)AuthorFilesLines
2021-07-16Continue adding support for submitting gallery posts.7-23/+70
2021-07-16Automatically remove images that are not uploaded in PostGalleryActivity.2-0/+13
2021-07-16Place a close button on the image in PostGalleryActivity.2-1/+10
2021-07-16Rounded coners in images in PostGalleryActivity.1-2/+4
2021-07-16Add column spacing to the RecyclerView in PostGalleryActivity.2-1/+37
2021-07-16Center the FloatingActionButton in PostGalleryActivity.3-6/+21
2021-07-16Implement image uploading in PostGalleryActivity.5-10/+72
2021-07-16Small changes in RedditGallerySubmissionRecyclerViewAdapter's UI.3-7/+17
2021-07-16Select or capture image in PostGalleryActivity.2-1/+7
2021-07-16Implement SelectOrCaptureImageBottomSheetFragment.10-13/+179
2021-07-15Continue adding support for submitting gallery posts.19-43/+179
2021-07-15Implement RedditGallerySubmissionRecyclerViewAdapter.4-3/+194
2021-07-15Continue adding submitting gallery posts support.4-55/+471
2021-07-15Start adding submitting gallery posts support.5-2/+427
2021-07-15Remove storage permission for Android Q and up.7-45/+46
2021-07-14Use MaterialButton in SubmitCrosspostActivity.2-5/+4
2021-07-14Use MaterialButton in PostXXXActivity.8-21/+18
2021-07-14Choose whether receiving post reply notifications or not in SubmitCrosspostAc...2-53/+107
2021-07-14Choose whether receiving post reply notifications or not in PostVideoActivity.2-51/+105
2021-07-14Choose whether receiving post reply notifications or not in PostImageActivity.2-4/+58
2021-07-14Choose whether receiving post reply notifications or not in PostLinkActivity.3-5/+59
2021-07-14Choose whether receiving post reply notifications or not in PostTextActivity.6-43/+111
2021-07-14Use MediaStore.VOLUME_EXTERNAL_PRIMARY when downloading media.2-3/+2
2021-07-14Ignore case when searching comments.2-7/+10
2021-07-14Declare LayoutManager for RecyclerView in ViewPostDetailFragment.5-49/+40
2021-07-13Show error message when loading RPAN broadcasts failed.2-4/+45
2021-07-13Clear search query in the search panel when closing it in ViewPostDetailActiv...2-2/+1
2021-07-12Fix awarded comment's background color cannot be changed when searching.2-6/+4
2021-07-12Improve the experience of searching in comments.4-19/+31
2021-07-12Apply custom theme to the search panel in ViewPostDetailActivity.4-11/+31
2021-07-12Searching comments in ViewPostDetailActivity is available.4-1/+95
2021-07-09Implement a search panel in ViewPostDetailActivity.3-1/+94
2021-07-08Start adding support for searching in posts.3-25/+26
2021-07-08Support viewing single RPAN broadcast in-app.4-64/+110
2021-07-08Minor UI tweaks in ViewRPANBroadcastFragment.1-16/+46
2021-07-08Show subreddit name and icon and username in ViewRPANBroadcastFragment.2-0/+65
2021-07-08Share rpan post url and rpan url. Show rpan post title in ViewRPANBroadcastFr...7-3/+90
2021-07-07Cannot use Strapi to send comments, upvote or downvote in RPAN.9-64/+22
2021-07-07Disable ExoPlayer's control auto hide.1-1/+2
2021-07-07Click RecyclerView to hide exoplayer control in ViewRPANBroadcastFragment.2-2/+45
2021-07-07Do not shut down okhttp client in ViewRPANBroadcastFragment. Close the establ...2-1/+51
2021-07-06Change the color of author in ViewRPANBroadcastFragment.1-1/+1
2021-07-06Initialize player and websocket connection in onResume in ViewRPANBroadcastFr...2-20/+35
2021-07-06Scroll to bottom if new comments arrive in ViewRPANBroadcastFragment.1-1/+16
2021-07-06Show live comments in RPAN broadcasts.8-6/+356
2021-07-06Pause rpan broadcast when switching to anther ViewRPANBroadcastFragment.5-20/+34
2021-07-05Minor UI tweaks in RPANActivity.5-67/+50
2021-07-05Start adding RPAN support.13-11/+835
2021-07-04Minor UI tweaks in UploadedImagesBottomSheetFragment.1-3/+3
2021-07-04Uploading images in EditPostActivity is available.1-5/+98