aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res (unfollow)
Commit message (Expand)AuthorFilesLines
2020-09-18Hide Security option if no biometric authentication available. Require biomet...Alex Ning3-23/+35
2020-09-18Support Markdown bottom bar in EditCommentActivity, EditPostActivity and Post...Alex Ning3-181/+219
2020-09-18Support link and header in markdown bottom bar.Alex Ning3-0/+74
2020-09-17Start implementing markdown toolbar.Alex Ning10-39/+135
2020-09-17Select user flair in subreddits.Alex Ning6-10/+77
2020-09-16Remove some unused resources.Alex Ning24-219/+1
2020-09-16Add an option which is long press to hide toolbar in post compact layout. Thi...Alex Ning3-2/+14
2020-09-16Add an option to require authentication before going to account section in na...Alex Ning6-12/+49
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 FlairBottomSheetFragm...Alex Ning2-0/+6
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 POST...Alex Ning1-1/+13
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 av...Alex Ning3-0/+29
2020-09-12Fix Immersive Interface on Android R. Set targetSdkVersion and compileSdkVers...Alex Ning2-5/+0
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, ViewImgurVide...Alex Ning1-6/+4
2020-09-06Select download location is now available. Download images and gifs to locati...Alex Ning6-2/+78
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 land...Alex Ning5-0/+54
2020-08-24Directly open url without checking available packages in openInBrowser in Lin...Alex Ning15-34/+9
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 L...Alex Ning2-0/+6
2020-08-12Use a hack to make spoiler text hidden at first. Click the spoiler area to re...Alex Ning1-1/+0
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 C...Alex Ning2-13/+7
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 S...Alex Ning2-2/+2
2020-07-31Enable quick scale in ViewImageOrGifActivity and ViewRedditGalleryImageOrGifF...Alex Ning1-1/+1
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 QNCache...Alex Ning2-0/+8
2020-07-29Version 4.0.1. Block users. Show report menu item even in anonymous mode. Rem...Alex Ning5-16/+22
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
2020-07-19Reorganize settings.Alex Ning3-20/+32
2020-07-18Fix UI issues in post and comment item. Fix Reddit gallery post cannot be ope...Alex Ning17-150/+159
2020-07-17Fix parsing Reddit gallery posts error when they contain a gif. Fix progress ...Alex Ning1-2/+1
2020-07-17Add a boolean variable isSendingMessage to avoid sending multiple messages be...Alex Ning2-2/+2
2020-07-16Use BigImageView in ViewRedditGalleryImageOrGifFragment. Fix subtitle not sho...Alex Ning2-3/+4
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 CommentAnd...Alex Ning11-6/+796
2020-07-16Fix ANR when uploading large video files. Fix uploading gif as image.Alex Ning1-0/+1