aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-09-24Support showing subscribed subreddits in the main page.Alex Ning4-13/+63
2020-09-23Set NSFW, NSFW blurring and spoiler blurring on a per-user basis. Only close ↵Alex Ning3-15/+117
the account section in the navigation drawer after dismissing if the account section is open.
2020-09-23Migrate to ViewPager2 in AccountSavedThingActivity.Alex Ning2-1/+4
2020-09-22Migrate to ViewPager2 in SearchResultActivity.Alex Ning1-4/+2
2020-09-19Migrate to ViewPager2 in ViewSubredditDetailActivity and ViewUserDetailActivity.Alex Ning2-2/+2
2020-09-18Fix minor UI issue in item_user_flair.Alex Ning1-2/+2
2020-09-18Hide Security option if no biometric authentication available. Require ↵Alex Ning3-23/+35
biometric authentication when going into security settings.
2020-09-18Support Markdown bottom bar in EditCommentActivity, EditPostActivity and ↵Alex Ning3-181/+219
PostTextActivity.
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. ↵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.