aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-01-08Correctly shows Snudown's header.Alex Ning1-1/+2
2021-01-07Show superscript correctly.Alex Ning1-31/+20
2021-01-07Remove F-Droid info.Alex Ning2-11/+0
2021-01-07Fix some images not showing in center.Alex Ning3-0/+3
2021-01-07New option in data saving mode: Only disable preview in video and gif posts.Alex Ning6-47/+93
2021-01-07Ignore case when matching post title in PostFilter. Always check duplicate ↵Alex Ning4-42/+39
PostFilter before saving a PostFilter not from settings.
2021-01-06Check for duplicate when saving a post filter. Fix an issue in PostFilter ↵Alex Ning5-74/+115
Parcelable implementation.
2021-01-06Fix memory leaks caused by BigImageView. Remove unused custom views.Alex Ning5-114/+13
2021-01-06Add two buttons to add subreddits and users in CustomizePostFilterActivity. ↵Alex Ning3-17/+78
Show search users and search subreddits when searching them.
2021-01-06Quote and code block are added to MarkdownBottomBarRecyclerViewAdapter. Fix ↵Alex Ning2-9/+45
issues in header size selection.
2021-01-06Add a FAB to send private message in InboxActivity. Minor layout tweaks.Alex Ning12-53/+159
2021-01-05Fix a minor string issue.Alex Ning2-84/+66
2021-01-05Adding users to a multireddit is now available.Alex Ning9-71/+171
2021-01-05Directly adding user to multireddit is available.Alex Ning1-85/+117
2021-01-05Directly adding subreddit to multireddit is available.Alex Ning7-102/+468
2021-01-04SearchUsersResultActivity is added.Alex Ning8-19/+245
2021-01-04Reading all unread messages is now available.Alex Ning4-2/+76
2021-01-04Rewrite getting current account from database to use an Executor.Alex Ning32-196/+302
2021-01-04Fix options in Post History not hidden in anonymous mode. Fix memory leak in ↵Alex Ning2-19/+20
ViewSubredditDetailActivity related to bottom sheet fragmnets.
2021-01-04Long press a url to see options in RulesRecyclerViewAdapter.Alex Ning1-7/+21
2021-01-04Long press a url to see options in CommentsListingRecyclerViewAdapter.Alex Ning3-38/+42
2021-01-04Long click a url link in comments to see options.Alex Ning1-4/+20
2021-01-04Long click the url in post content to see options in ↵Alex Ning1-11/+28
CommentAndPostRecyclerViewAdapter without interfere with copy options.
2020-12-31Mark posts as read on scroll.Alex Ning3-18/+49
2020-12-31Long click the url to see more options. Make getRedditUriByPath in ↵Alex Ning12-82/+55
LinkResolverActivity private.
2020-12-26Version 4.2.0-beta1. Fix regex in post filter. Fix UI issues.Alex Ning3-7/+11
2020-12-26Fix issues in resepecting subreddit recommended comment sort type.Alex Ning1-5/+2
2020-12-26Fix layout issues in some bottom app bars and fabs.Alex Ning3-35/+3
2020-12-26Use Executor to save read posts. Hide the fab and the bottom app bar when ↵Alex Ning15-91/+75
scrolling comments in ViewUserDetailActivity.
2020-12-26Remove SubredditFilter completely.Alex Ning21-705/+227
2020-12-26Continue adding post filter.Alex Ning14-7/+589
2020-12-25Replace Filter settings with Post Filter.Alex Ning12-79/+384
2020-12-25Save post filter to database.Alex Ning17-130/+348
2020-12-24Minor bugs fixed.Alex Ning3-11/+50
2020-12-24Show the FAB in anonymous mode.Alex Ning4-348/+394
2020-12-24Add an FloatingActionButton in SearchResultActivity.Alex Ning9-92/+365
2020-12-24New feature: Hide read posts automatically.Alex Ning4-13/+20
2020-12-24Use some Compat classesTacoTheDank22-78/+51
2020-12-23Update some librariesTacoTheDank1-5/+8
2020-12-23Fix an ExoPlayer deprecationTacoTheDank1-2/+2
2020-12-23Correct existing ViewPager2 implementationsTacoTheDank5-20/+20
2020-12-23Reorganize and remove unused librariesTacoTheDank1-3/+4
2020-12-23Chinese (Simplified) is available. Update translation contributors.Alex Ning2-8/+16
2020-12-23Add a new option category: Post Filter. Marking posts as read is disabled by ↵Alex Ning8-18/+172
default. Marking posts as read after voting is now available.
2020-12-23Save PostFilter during Fragment recreation in PostFragment.Alex Ning2-14/+11
2020-12-23Send PostFilter to CustomizePostFilterActivity. Rename FilteredThingActivity ↵Alex Ning8-85/+104
to FilteredPostsActivity.
2020-12-22Initialize views in CustomizePostFilterActivity.Alex Ning1-0/+40
2020-12-22New option in FAB: Filter Posts. Add Gif option in PostFilter.Alex Ning11-25/+171
2020-12-22Add only NSFW and only Spoiler options in CustomizePostFilterActivity. Fix ↵Alex Ning4-10/+78
nsfwTextView OnClickListener in PostRecyclerViewAdapter.
2020-12-22Rewrite DownloadRedditVideoService to run the service in a background thread.Alex Ning5-322/+263