aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java (unfollow)
Commit message (Expand)AuthorFilesLines
2021-07-15Continue adding support for submitting gallery posts.Alex Ning11-39/+138
2021-07-15Implement RedditGallerySubmissionRecyclerViewAdapter.Alex Ning2-3/+162
2021-07-15Continue adding submitting gallery posts support.Alex Ning3-55/+461
2021-07-15Start adding submitting gallery posts support.Alex Ning3-0/+223
2021-07-15Remove storage permission for Android Q and up.Alex Ning6-44/+44
2021-07-14Use MaterialButton in SubmitCrosspostActivity.Alex Ning1-4/+3
2021-07-14Use MaterialButton in PostXXXActivity.Alex Ning4-16/+11
2021-07-14Choose whether receiving post reply notifications or not in SubmitCrosspostAc...Alex Ning1-52/+69
2021-07-14Choose whether receiving post reply notifications or not in PostVideoActivity.Alex Ning1-50/+67
2021-07-14Choose whether receiving post reply notifications or not in PostImageActivity.Alex Ning1-3/+20
2021-07-14Choose whether receiving post reply notifications or not in PostLinkActivity.Alex Ning1-3/+20
2021-07-14Choose whether receiving post reply notifications or not in PostTextActivity.Alex Ning4-34/+69
2021-07-14Use MediaStore.VOLUME_EXTERNAL_PRIMARY when downloading media.Alex Ning2-3/+2
2021-07-14Ignore case when searching comments.Alex Ning1-6/+8
2021-07-14Declare LayoutManager for RecyclerView in ViewPostDetailFragment.Alex Ning2-44/+28
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 Ning3-17/+28
2021-07-12Apply custom theme to the search panel in ViewPostDetailActivity.Alex Ning1-1/+17
2021-07-12Searching comments in ViewPostDetailActivity is available.Alex Ning3-0/+93
2021-07-09Implement a search panel in ViewPostDetailActivity.Alex Ning2-1/+25
2021-07-08Start adding support for searching in posts.Alex Ning2-9/+3
2021-07-08Support viewing single RPAN broadcast in-app.Alex Ning3-64/+109
2021-07-08Show subreddit name and icon and username in ViewRPANBroadcastFragment.Alex Ning1-0/+17
2021-07-08Share rpan post url and rpan url. Show rpan post title in ViewRPANBroadcastFr...Alex Ning3-2/+61
2021-07-07Cannot use Strapi to send comments, upvote or downvote in RPAN.Alex Ning6-61/+18
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-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 Ning5-5/+215
2021-07-06Pause rpan broadcast when switching to anther ViewRPANBroadcastFragment.Alex Ning2-13/+26
2021-07-05Minor UI tweaks in RPANActivity.Alex Ning2-49/+45
2021-07-05Start adding RPAN support.Alex Ning9-10/+770
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 Ning1-3/+9
2021-07-04Save image name and image url for uploaded images when uploading images. Uplo...Alex Ning5-29/+294
2021-07-04Uploading images when submitting comments is available.Alex Ning1-1/+53
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 Ning7-42/+195
2021-07-01Suggest subreddits in go to subreddit dialog in other activities.Alex Ning3-1/+211
2021-07-01Suggest subreddits in go to subreddit dialog in MainActivity.Alex Ning2-2/+69
2021-06-30Suggest subreddits when searching.Alex Ning5-12/+176
2021-06-29Remove OnLongClickListener of PlayerView in PostRecyclerViewAdapter.Alex Ning1-2/+0
2021-06-29Caching videos in ViewVideoActivity.Alex Ning2-10/+27