aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-09-30Show a warning if nsfw is disabled and the subreddit is nsfw.Alex Ning1-0/+6
2020-09-29Display search history in SearchActivity. Save suggested sort type and nsfw ↵Alex Ning6-33/+89
info in database for SubredditData. Fix an issue in parsing posts.
2020-09-29Add credits for national flag icons.Alex Ning3-4/+11
2020-09-28Add translation contributors in Settigs->About->Translation.Alex Ning23-0/+501
2020-09-28Rename Crosspost parent to View crosspost parent to differentiate with ↵Alex Ning1-1/+1
Crosspost in ViewPostDetailActivity.
2020-09-28Giving award is available. Giving award is not tested because I don't have ↵Alex Ning5-4/+122
Reddit Coins. Currently all the award ids are hardcoded.
2020-09-27Long press the Floating Action Button to see more options.Alex Ning25-19/+189
2020-09-27Data Saving Mode is available.Alex Ning5-0/+41
2020-09-26Animate layout changes in item_post_compact.xml.Alex Ning1-1/+2
2020-09-25Setting swipe action threshold is available.Alex Ning3-0/+20
2020-09-25Customizing bottom app bar and fab in ViewSubredditDetailActivity is available.Alex Ning3-22/+13
2020-09-25Changing option count of the bottom app bar in MainActivity is available.Alex Ning1-0/+1
2020-09-25Customizing the bottom app bar in MainActivity is available (Changing option ↵Alex Ning3-11/+24
count is not available right now.
2020-09-25Add options to customize FAB.Alex Ning3-0/+76
2020-09-25Add options to customize bottom app bar.Alex Ning6-8/+438
2020-09-24Add favorite subreddits to the navigation drawer. Add favorite and ↵Alex Ning2-1/+15
subscriptions header to the navigation drawer.
2020-09-24Support showing favorite subscribed subreddits in the main page.Alex Ning2-0/+32
2020-09-24Support hiding tab titles. Support changing tab count.Alex Ning3-0/+77
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