aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res (unfollow)
Commit message (Expand)AuthorFilesLines
2021-07-18Add a refresh menu item in TrendingActivity.Alex Ning1-0/+10
2021-07-18Show error view in TrendingActivity.Alex Ning2-0/+30
2021-07-18Refreshing trending searches is now available.Alex Ning1-3/+10
2021-07-18Show title on trending searches.Alex Ning2-2/+14
2021-07-18Minor UI tweaks in TrendingActivity.Alex Ning1-1/+6
2021-07-18Show trending searches in TrendingActivity.Alex Ning3-0/+109
2021-07-18Add an option in settings: Collapse Reddit Section.Alex Ning2-0/+6
2021-07-17Add Reddit section in the navigation drawer.Alex Ning5-0/+39
2021-07-16Continue adding support for submitting gallery posts.Alex Ning1-0/+1
2021-07-16Place a close button on the image in PostGalleryActivity.Alex Ning2-1/+10
2021-07-16Add column spacing to the RecyclerView in PostGalleryActivity.Alex Ning1-1/+3
2021-07-16Center the FloatingActionButton in PostGalleryActivity.Alex Ning2-5/+7
2021-07-16Implement image uploading in PostGalleryActivity.Alex Ning1-0/+2
2021-07-16Small changes in RedditGallerySubmissionRecyclerViewAdapter's UI.Alex Ning2-5/+14
2021-07-16Implement SelectOrCaptureImageBottomSheetFragment.Alex Ning7-2/+91
2021-07-15Continue adding support for submitting gallery posts.Alex Ning7-3/+36
2021-07-15Implement RedditGallerySubmissionRecyclerViewAdapter.Alex Ning2-0/+32
2021-07-15Continue adding submitting gallery posts support.Alex Ning1-0/+10
2021-07-15Start adding submitting gallery posts support.Alex Ning1-0/+199
2021-07-14Use MaterialButton in SubmitCrosspostActivity.Alex Ning1-1/+1
2021-07-14Use MaterialButton in PostXXXActivity.Alex Ning4-5/+7
2021-07-14Choose whether receiving post reply notifications or not in SubmitCrosspostAc...Alex Ning1-1/+38
2021-07-14Choose whether receiving post reply notifications or not in PostVideoActivity.Alex Ning1-1/+38
2021-07-14Choose whether receiving post reply notifications or not in PostImageActivity.Alex Ning1-1/+38
2021-07-14Choose whether receiving post reply notifications or not in PostLinkActivity.Alex Ning2-2/+39
2021-07-14Choose whether receiving post reply notifications or not in PostTextActivity.Alex Ning2-9/+42
2021-07-14Ignore case when searching comments.Alex Ning1-1/+2
2021-07-14Declare LayoutManager for RecyclerView in ViewPostDetailFragment.Alex Ning3-5/+12
2021-07-12Improve the experience of searching in comments.Alex Ning1-2/+3
2021-07-12Apply custom theme to the search panel in ViewPostDetailActivity.Alex Ning3-10/+14
2021-07-09Implement a search panel in ViewPostDetailActivity.Alex Ning1-0/+69
2021-07-08Start adding support for searching in posts.Alex Ning1-16/+23
2021-07-08Support viewing single RPAN broadcast in-app.Alex Ning1-0/+1
2021-07-08Minor UI tweaks in ViewRPANBroadcastFragment.Alex Ning1-16/+46
2021-07-08Show subreddit name and icon and username in ViewRPANBroadcastFragment.Alex Ning1-0/+48
2021-07-08Share rpan post url and rpan url. Show rpan post title in ViewRPANBroadcastFr...Alex Ning4-1/+29
2021-07-07Cannot use Strapi to send comments, upvote or downvote in RPAN.Alex Ning2-2/+2
2021-07-07Disable ExoPlayer's control auto hide.Alex Ning1-1/+2
2021-07-06Change the color of author in ViewRPANBroadcastFragment.Alex Ning1-1/+1
2021-07-06Show live comments in RPAN broadcasts.Alex Ning3-1/+141
2021-07-06Pause rpan broadcast when switching to anther ViewRPANBroadcastFragment.Alex Ning2-7/+7
2021-07-05Minor UI tweaks in RPANActivity.Alex Ning2-17/+4
2021-07-05Start adding RPAN support.Alex Ning3-0/+59
2021-07-04Minor UI tweaks in UploadedImagesBottomSheetFragment.Alex Ning1-3/+3
2021-07-04Remove file extension from uploaded image's file name after uploading an imag...Alex Ning1-0/+2
2021-07-04Save image name and image url for uploaded images when uploading images. Uplo...Alex Ning3-0/+84
2021-07-04Uploading images when submitting comments is available.Alex Ning1-0/+3
2021-07-02Save light, dark and amoled Material You themes to database. Add 'Apply Mater...Alex Ning5-3/+105
2021-07-01Suggest subreddits in go to subreddit dialog in MainActivity.Alex Ning1-17/+30
2021-06-30Suggest subreddits when searching.Alex Ning18-27/+1