aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res (unfollow)
Commit message (Expand)AuthorFilesLines
2020-10-19Fix layout issue in non-immersive interface. Rename ThemePreviewActivity to C...Alex Ning2-2/+2
2020-10-18Load low-resolution videos in data saving mode. Selecting video quality for R...Alex Ning3-0/+23
2020-10-16Fix cannot download gfycat and redgifs videos. Fix fetching gfycat and redgif...Alex Ning9-21/+0
2020-10-15Show progress when downloding images and gifs.Alex Ning1-4/+1
2020-10-13Add some translations. Fix TabLayout Title in ViewSubredditDetailActivity.Alex Ning8-0/+6334
2020-10-04Add go to subreddit, go to user, and random to FAB options.Alex Ning1-0/+3
2020-10-04Random post and subreddit is available.Alex Ning4-0/+104
2020-10-04Add two options: go to user and go to subreddit in FABMoreOptionsBottomSheetF...Alex Ning9-0/+160
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 i...Alex Ning6-33/+89
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 Crossp...Alex Ning1-1/+1
2020-09-28Giving award is available. Giving award is not tested because I don't have Re...Alex Ning5-4/+122
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
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 subscripti...Alex Ning2-1/+15
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
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 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