aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-09-16Add an option which is long press to hide toolbar in post compact layout. ↵Alex Ning3-2/+14
This option has crappy animation for now. Add another option to hide toolbar in post compact layout by default.
2020-09-16Add an option to require authentication before going to account section in ↵Alex Ning6-12/+49
navigation drawer.
2020-09-15Add an option to disable pull to refresh.Alex Ning2-0/+6
2020-09-15Add an option to enable swipe action. Fix text color in ↵Alex Ning2-0/+6
FlairBottomSheetFragment.
2020-09-15Add an option to disable swiping between tabs in MainActivity.Alex Ning2-0/+6
2020-09-15Migrate to ViewPager2 in MainActivity. Make POST_LAYOUT_POPULAR_POST and ↵Alex Ning1-1/+13
POST_LAYOUT_ALL_POST legacy settings. Fix post layout cannot be remembered in MainActivity.
2020-09-14Add an option to disable vibration when swipe action is triggered.Alex Ning3-0/+17
2020-09-14Viewing comment's full markdown is available.Alex Ning5-14/+81
2020-09-13Gfycat and Redgifs videos autoplay in CommentAndPostRecyclerViewAdapter is ↵Alex Ning3-0/+29
available. Show an error icon when loading gfycats and redgifs videos failed in PostRecyclerViewAdapter and CommentAndPostRecyclerViewAdapter.
2020-09-12Fix Immersive Interface on Android R. Set targetSdkVersion and ↵Alex Ning2-5/+0
compileSdkVersion to 30.
2020-09-10Separate folder for each subreddit in download locations is available.Alex Ning2-0/+6
2020-09-08Crossposting is available.Alex Ning4-0/+209
2020-09-06Support different download locations in ViewImgurImageFragment, ↵Alex Ning1-6/+4
ViewImgurVideoFragment, ViewRedditGalleryImageOrGifFragment and ViewRedditGalleryVideoFragment.
2020-09-06Select download location is now available. Download images and gifs to ↵Alex Ning6-2/+78
locations set by users in ViewImageOrGifActivity is available.
2020-09-01Fix FontPreviewFragment cannot be scrolled.Alex Ning1-168/+174
2020-08-26Fix some typos.Alex Ning1-15/+15
2020-08-25Add options to change the number of columns in PostFragment portrait and ↵Alex Ning5-0/+54
landscape modes. Upgrade compileSdkVersion and targetSdkVersion to 30.
2020-08-24Directly open url without checking available packages in openInBrowser in ↵Alex Ning15-34/+9
LinkResolverActivity. Replace android:tint with app:tint.
2020-08-20Remove legacy code for CustomizeMainPageTabsFragment.Alex Ning3-78/+2
2020-08-20Set different main tabs for different users.Alex Ning5-1/+386
2020-08-18Remove code related to post sorty type Random.Alex Ning1-19/+0
2020-08-18Separate sort types for different users. Add an advanced option: Delete All ↵Alex Ning2-0/+6
Legacy Settings. Remove random sort type.
2020-08-12Use a hack to make spoiler text hidden at first. Click the spoiler area to ↵Alex Ning1-1/+0
reveal the spoiler text.
2020-08-11Pause autoplaying video in ViewPostDetailActivity in onPause().Alex Ning1-1/+1
2020-08-11Set ViewImageOrGifActivity's background to transparent.Alex Ning1-1/+1
2020-08-10Enlarge clicking area for buttons in comments. Add extra bottom padding for ↵Alex Ning2-13/+7
CustomToroContainer in ViewPostDetailActivity.
2020-08-09Fix a typo.Alex Ning1-1/+1
2020-08-09Use DownloadVideoService to download videos.Alex Ning1-5/+3
2020-08-04Version 4.0.3. Only save scrolled position for Best posts in HOME. Set Save ↵Alex Ning2-2/+2
Scrolled Position in HOME to false by default. Apply link color in CommentActivity.
2020-07-31Enable quick scale in ViewImageOrGifActivity and ↵Alex Ning1-1/+1
ViewRedditGalleryImageOrGifFragment.
2020-07-31Only save post feed scrolled position for front page.Alex Ning3-8/+8
2020-07-30Add an option to delete all the post feed scrolled positions.Alex Ning2-0/+6
2020-07-30Use SharedPreferences to store post feed scrolled position instead of ↵Alex Ning2-0/+8
QNCache. Add an option to save the scrolled position.
2020-07-29Version 4.0.1. Block users. Show report menu item even in anonymous mode. ↵Alex Ning5-16/+22
Remove Crashy.
2020-07-19Remove test notification. Rearrange Interface Settings.Alex Ning1-3/+3
2020-07-19Delete webView.getSettings().setDomStorageEnabled(true); in LoginActivity to ↵Alex Ning3-6/+25
fix wrong password error. Show an info to guide users how to type in 2FA code.
2020-07-19Reorganize settings.Alex Ning3-20/+32
2020-07-18Fix UI issues in post and comment item. Fix Reddit gallery post cannot be ↵Alex Ning17-150/+159
opened in PostCompactLayout when clicking the imageview.
2020-07-17Fix parsing Reddit gallery posts error when they contain a gif. Fix progress ↵Alex Ning1-2/+1
bar not showing in item_post_detail_gallery.
2020-07-17Add a boolean variable isSendingMessage to avoid sending multiple messages ↵Alex Ning2-2/+2
before the first message is sent in ViewPrivateMessageActivity. When the message is being sent, the send button will have a secondary text color. Use wrap_content for comment content in item_comment.
2020-07-16Use BigImageView in ViewRedditGalleryImageOrGifFragment. Fix subtitle not ↵Alex Ning2-3/+4
showing in FilteredThingActivity when browsing Reddit gallery posts.
2020-07-16Fix link domain not showing in PostRecyclerViewAdapter.Alex Ning1-2/+1
2020-07-16Support viewing Reddit Gallery in app. Fix gif not autoplayable in ↵Alex Ning11-6/+796
CommentAndPostRecyclerViewAdapter.
2020-07-16Fix ANR when uploading large video files. Fix uploading gif as image.Alex Ning1-0/+1
2020-07-15Remove font: Bad Script. Add some bold fonts.Alex Ning7-16/+182
2020-07-15Add an option to ignore nav bar in ViewVideoActivity and ↵Alex Ning7-40/+112
ViewImgurVideoFragment. Use Hauler to do drag up or down to finish Activity in ViewVideoActivity and ViewImgurMediaActivity.
2020-07-15Fix gif too small in ViewImageOrGifActivity. Hide immersive interface entry ↵Alex Ning4-7/+8
if the device has Android version lower than 8.0.
2020-07-14Use SubsamplingScaleImageView in ViewImgurImageFragment. Probably fix gif ↵Alex Ning3-28/+2
too small in AspectRatioGifImageView.
2020-07-14Replace Hauler with Slidr to avoid weird behaviour in SubsamplingScaleImageView.Alex Ning4-125/+79
2020-07-14Disable swipe right to go back in some Activities. Rename 'Swipe Right to Go ↵Alex Ning2-2/+4
Back From Comments' to 'Swipe Right to Go Back'.