aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-12-18Continue supporting post filter.Alex Ning1-4/+18
2020-12-11Building CustomizePostFilterActivity.Alex Ning1-0/+12
2020-12-11Prepare to add post filter.Alex Ning1-0/+390
2020-12-09Hide read posts in FilteredThingActivity. Prepare to add support for filters.Alex Ning3-1/+62
2020-12-08Add custom theme entries for read posts. Fix crash in ViewUserDetailActivity.Alex Ning4-3/+3
2020-12-08Make the Bottom App Bar a standalone layout.Alex Ning4-74/+14
2020-12-08Add an bottom app bar and an fab to ViewUserDetailActivity. Hide read posts ↵Alex Ning3-74/+90
in ViewUserDetailActivity.
2020-12-08Hide read posts in MainActivity (there is an issue in lazy mode).Alex Ning1-0/+19
2020-12-02Add an option to disable search history.Alex Ning1-2/+4
2020-11-24Make color picker dialog scrollable.Alex Ning1-139/+145
2020-11-18Lowercase package names.Alex Ning62-69/+69
2020-11-11Fix bottom app bar in ViewSubredditDetailActivity displaying under nav bar.Alex Ning1-0/+1
2020-11-11Add an option to preview markdown in several activitys.Alex Ning1-1/+1
2020-11-07Rename NoPreviewLinkBackgroundColor to NoPreviewPostTypeBackgroundColor. ↵Alex Ning2-6/+2
NoPreviewPostTypeIconTint is available in custom theme.
2020-10-28Chnage the animation for random subreddit and post. Update Credits info.Alex Ning1-0/+1
2020-10-28Deleting search history is now available.Alex Ning1-1/+12
2020-10-28Add an option to filter subreddits in popular and all.Alex Ning2-1/+57
2020-10-26Giving awards to comments. Fix some bugs.Alex Ning1-14/+35
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-19Fix layout issue in non-immersive interface. Rename ThemePreviewActivity to ↵Alex Ning1-1/+1
CustomThemePreviewActivity.
2020-10-18Load low-resolution videos in data saving mode. Selecting video quality for ↵Alex Ning1-0/+6
Reddit videos is now available.
2020-10-04Random post and subreddit is available.Alex Ning2-0/+102
2020-10-04Add two options: go to user and go to subreddit in ↵Alex Ning2-0/+67
FABMoreOptionsBottomSheetFragment.
2020-09-29Display search history in SearchActivity. Save suggested sort type and nsfw ↵Alex Ning2-24/+69
info in database for SubredditData. Fix an issue in parsing posts.
2020-09-28Add translation contributors in Settigs->About->Translation.Alex Ning2-0/+49
2020-09-28Giving award is available. Giving award is not tested because I don't have ↵Alex Ning3-0/+104
Reddit Coins. Currently all the award ids are hardcoded.
2020-09-27Long press the Floating Action Button to see more options.Alex Ning2-1/+112
2020-09-26Animate layout changes in item_post_compact.xml.Alex Ning1-1/+2
2020-09-25Customizing bottom app bar and fab in ViewSubredditDetailActivity is available.Alex Ning2-22/+12
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 Ning1-11/+6
count is not available right now.
2020-09-25Add options to customize FAB.Alex Ning1-0/+66
2020-09-25Add options to customize bottom app bar.Alex Ning2-4/+400
2020-09-24Add favorite subreddits to the navigation drawer. Add favorite and ↵Alex Ning1-0/+13
subscriptions header to the navigation drawer.
2020-09-24Support showing favorite subscribed subreddits in the main page.Alex Ning1-0/+31
2020-09-24Support hiding tab titles. Support changing tab count.Alex Ning1-0/+69
2020-09-24Support showing subscribed subreddits in the main page.Alex Ning3-13/+61
2020-09-23Set NSFW, NSFW blurring and spoiler blurring on a per-user basis. Only close ↵Alex Ning1-0/+113
the account section in the navigation drawer after dismissing if the account section is open.
2020-09-23Migrate to ViewPager2 in AccountSavedThingActivity.Alex Ning1-1/+1
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 Ning1-19/+29
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 Ning2-0/+67
2020-09-17Start implementing markdown toolbar.Alex Ning2-39/+63
2020-09-17Select user flair in subreddits.Alex Ning3-1/+66