aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/nav_header_main.xml
diff options
context:
space:
mode:
authorHermes Junior <ohermesjunior@gmail.com>2020-05-11 22:27:53 +0000
committerOHermesJunior <ohermesjunior@gmail.com>2020-05-11 22:27:53 +0000
commitccecc2b511bffc9711bd41b15aabccc2d179b9cd (patch)
tree33fcdc773827e9b71b885595554083ff9c455a96 /app/src/main/res/layout/nav_header_main.xml
parentadf8fa4e6a859029ac2d17ee79296e2afcda5b7a (diff)
downloadinfinity-for-reddit-ccecc2b511bffc9711bd41b15aabccc2d179b9cd.tar
infinity-for-reddit-ccecc2b511bffc9711bd41b15aabccc2d179b9cd.tar.gz
infinity-for-reddit-ccecc2b511bffc9711bd41b15aabccc2d179b9cd.tar.bz2
infinity-for-reddit-ccecc2b511bffc9711bd41b15aabccc2d179b9cd.tar.lz
infinity-for-reddit-ccecc2b511bffc9711bd41b15aabccc2d179b9cd.tar.xz
infinity-for-reddit-ccecc2b511bffc9711bd41b15aabccc2d179b9cd.tar.zst
infinity-for-reddit-ccecc2b511bffc9711bd41b15aabccc2d179b9cd.zip
Handle alternative multireddit URL.
Diffstat (limited to 'app/src/main/res/layout/nav_header_main.xml')
0 files changed, 0 insertions, 0 deletions
s'>+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