aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-10-23Remove legacy layout files.Alex Ning4-1315/+0
2020-10-23Rename PostGalleryTypeViewHolder to PostWithPreviewTypeViewHolder.Alex Ning1-42/+42
2020-10-23Remove PostTextTypeViewHolder.Alex Ning1-0/+13
2020-10-23Combine some ViewHolders in PostRecyclerViewAdapter to prevent lag.Alex Ning1-0/+21
2020-10-19Add Miscellaneous settings. Rearange settings. Add an option: Respect ↵Alex Ning5-18/+60
Subreddit Recommended Comment Sort Type.
2020-10-19Fix layout issue in non-immersive interface. Rename ThemePreviewActivity to ↵Alex Ning2-2/+2
CustomThemePreviewActivity.
2020-10-18Load low-resolution videos in data saving mode. Selecting video quality for ↵Alex Ning3-0/+23
Reddit videos is now available.
2020-10-16Fix cannot download gfycat and redgifs videos. Fix fetching gfycat and ↵Alex Ning9-21/+0
redgifs videos failed in PostRecyclerViewAdapter and CommentAndPostRecyclerViewAdapter. Show progress bar when downloading reddit videos.
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 ↵Alex Ning9-0/+160
FABMoreOptionsBottomSheetFragment.
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