aboutsummaryrefslogtreecommitdiff
path: root/app (unfollow)
Commit message (Expand)AuthorFilesLines
2021-07-19Fix sometimes images in a Reddit Gallery cannot be loaded.Alex Ning1-0/+13
2021-07-19Clear ImageView in onDestroyView in ViewRedditGalleryImageOrGifFragment and V...Alex Ning4-2/+10
2021-07-19Fix RecyclerView's padding in TrendingActivity in immersive interface.Alex Ning1-0/+5
2021-07-19Unregister EventBus listener in onDestroy in TrendingActivity and RPANActivity.Alex Ning2-0/+13
2021-07-18Add a refresh menu item in TrendingActivity.Alex Ning2-3/+45
2021-07-18Save fetched trending searches during configuration changes in TrendingActivity.Alex Ning1-1/+16
2021-07-18Show error view in TrendingActivity.Alex Ning3-0/+52
2021-07-18Refreshing trending searches is now available.Alex Ning4-8/+39
2021-07-18Open search results when clicking a trending search.Alex Ning1-1/+5
2021-07-18Show title on trending searches.Alex Ning4-4/+17
2021-07-18Minor UI tweaks in TrendingActivity.Alex Ning1-1/+6
2021-07-18Show trending searches in TrendingActivity.Alex Ning12-6/+626
2021-07-18Preparing to add trending search support.Alex Ning7-26/+57
2021-07-18Add an option in settings: Collapse Reddit Section.Alex Ning2-0/+6
2021-07-17Fix menu item error in the navigation drawer.Alex Ning1-0/+2
2021-07-17Restore option for going to subreddit in MainActivity.Alex Ning1-4/+10
2021-07-17Add Reddit section in the navigation drawer.Alex Ning8-43/+148
2021-07-17Set the maximum number of images in PostGalleryActivity to 20.Alex Ning1-1/+1
2021-07-17Set divider color in Material You.Alex Ning1-0/+1
2021-07-17Set secondary text color in Material You.Alex Ning1-0/+1
2021-07-17Generate a better theme in Material You.Alex Ning1-15/+13
2021-07-17Fix status bar color when applying Material You.Alex Ning1-1/+4
2021-07-16Redirect user to ViewPostDetailActivity after submitting a gallery post.Alex Ning1-0/+22
2021-07-16Submitting gallery posts is now available.Alex Ning3-8/+40
2021-07-16Continue adding support for submitting gallery posts.Alex Ning7-23/+70
2021-07-16Automatically remove images that are not uploaded in PostGalleryActivity.Alex Ning2-0/+13
2021-07-16Place a close button on the image in PostGalleryActivity.Alex Ning2-1/+10
2021-07-16Rounded coners in images in PostGalleryActivity.Alex Ning1-2/+4
2021-07-16Add column spacing to the RecyclerView in PostGalleryActivity.Alex Ning2-1/+37
2021-07-16Center the FloatingActionButton in PostGalleryActivity.Alex Ning3-6/+21
2021-07-16Implement image uploading in PostGalleryActivity.Alex Ning5-10/+72
2021-07-16Small changes in RedditGallerySubmissionRecyclerViewAdapter's UI.Alex Ning3-7/+17
2021-07-16Select or capture image in PostGalleryActivity.Alex Ning2-1/+7
2021-07-16Implement SelectOrCaptureImageBottomSheetFragment.Alex Ning10-13/+179
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