aboutsummaryrefslogtreecommitdiff
path: root/app (unfollow)
Commit message (Expand)AuthorFilesLines
2021-07-15Continue adding support for submitting gallery posts.Alex Ning19-43/+179
2021-07-15Implement RedditGallerySubmissionRecyclerViewAdapter.Alex Ning4-3/+194
2021-07-15Continue adding submitting gallery posts support.Alex Ning4-55/+471
2021-07-15Start adding submitting gallery posts support.Alex Ning5-2/+427
2021-07-15Remove storage permission for Android Q and up.Alex Ning7-45/+46
2021-07-14Use MaterialButton in SubmitCrosspostActivity.Alex Ning2-5/+4
2021-07-14Use MaterialButton in PostXXXActivity.Alex Ning8-21/+18
2021-07-14Choose whether receiving post reply notifications or not in SubmitCrosspostAc...Alex Ning2-53/+107
2021-07-14Choose whether receiving post reply notifications or not in PostVideoActivity.Alex Ning2-51/+105
2021-07-14Choose whether receiving post reply notifications or not in PostImageActivity.Alex Ning2-4/+58
2021-07-14Choose whether receiving post reply notifications or not in PostLinkActivity.Alex Ning3-5/+59
2021-07-14Choose whether receiving post reply notifications or not in PostTextActivity.Alex Ning6-43/+111
2021-07-14Use MediaStore.VOLUME_EXTERNAL_PRIMARY when downloading media.Alex Ning2-3/+2
2021-07-14Ignore case when searching comments.Alex Ning2-7/+10
2021-07-14Declare LayoutManager for RecyclerView in ViewPostDetailFragment.Alex Ning5-49/+40
2021-07-13Show error message when loading RPAN broadcasts failed.Alex Ning2-4/+45
2021-07-13Clear search query in the search panel when closing it in ViewPostDetailActiv...Alex Ning2-2/+1
2021-07-12Fix awarded comment's background color cannot be changed when searching.Alex Ning2-6/+4
2021-07-12Improve the experience of searching in comments.Alex Ning4-19/+31
2021-07-12Apply custom theme to the search panel in ViewPostDetailActivity.Alex Ning4-11/+31
2021-07-12Searching comments in ViewPostDetailActivity is available.Alex Ning4-1/+95
2021-07-09Implement a search panel in ViewPostDetailActivity.Alex Ning3-1/+94
2021-07-08Start adding support for searching in posts.Alex Ning4-27/+26
2021-07-08Support viewing single RPAN broadcast in-app.Alex Ning4-64/+110
2021-07-08Minor UI tweaks in ViewRPANBroadcastFragment.Alex Ning1-16/+46
2021-07-08Show subreddit name and icon and username in ViewRPANBroadcastFragment.Alex Ning2-0/+65
2021-07-08Share rpan post url and rpan url. Show rpan post title in ViewRPANBroadcastFr...Alex Ning7-3/+90
2021-07-07Cannot use Strapi to send comments, upvote or downvote in RPAN.Alex Ning9-64/+22
2021-07-07Disable ExoPlayer's control auto hide.Alex Ning1-1/+2
2021-07-07Click RecyclerView to hide exoplayer control in ViewRPANBroadcastFragment.Alex Ning2-2/+45
2021-07-07Do not shut down okhttp client in ViewRPANBroadcastFragment. Close the establ...Alex Ning2-1/+51
2021-07-06Change the color of author in ViewRPANBroadcastFragment.Alex Ning1-1/+1
2021-07-06Initialize player and websocket connection in onResume in ViewRPANBroadcastFr...Alex Ning2-20/+35
2021-07-06Scroll to bottom if new comments arrive in ViewRPANBroadcastFragment.Alex Ning1-1/+16
2021-07-06Show live comments in RPAN broadcasts.Alex Ning9-6/+358
2021-07-06Pause rpan broadcast when switching to anther ViewRPANBroadcastFragment.Alex Ning5-20/+34
2021-07-05Minor UI tweaks in RPANActivity.Alex Ning5-67/+50
2021-07-05Start adding RPAN support.Alex Ning13-11/+835
2021-07-04Minor UI tweaks in UploadedImagesBottomSheetFragment.Alex Ning1-3/+3
2021-07-04Uploading images in EditPostActivity is available.Alex Ning1-5/+98
2021-07-04Uploading images is available in EditCommentActivity.Alex Ning1-3/+94
2021-07-04Uploading images is available in PostTextActivity.Alex Ning3-29/+162
2021-07-04Remove file extension from uploaded image's file name after uploading an imag...Alex Ning2-3/+11
2021-07-04Save image name and image url for uploaded images when uploading images. Uplo...Alex Ning8-29/+378
2021-07-04Uploading images when submitting comments is available.Alex Ning2-1/+56
2021-07-04Add an option in MarkdownBottomBarRecyclerViewAdapter to upload images.Alex Ning5-13/+65
2021-07-04Separate image uploading methods from SubmitPost and put them into a new clas...Alex Ning2-78/+103
2021-07-04Fix app crashes when changing a wallpaper. Fix Apply Material You option not ...Alex Ning3-24/+17
2021-07-02Save light, dark and amoled Material You themes to database. Add 'Apply Mater...Alex Ning14-47/+303
2021-07-01Suggest subreddits in go to subreddit dialog in other activities.Alex Ning3-1/+211