aboutsummaryrefslogtreecommitdiff
path: root/app/src/main (unfollow)
Commit message (Collapse)AuthorFilesLines
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 Ning5-47/+143
Show search users and search subreddits when searching them.
2021-01-06Quote and code block are added to MarkdownBottomBarRecyclerViewAdapter. Fix ↵Alex Ning4-9/+63
issues in header size selection.
2021-01-06Add a FAB to send private message in InboxActivity. Minor layout tweaks.Alex Ning15-60/+189
2021-01-05Fix a minor string issue.Alex Ning2-84/+66
2021-01-05Adding users to a multireddit is now available.Alex Ning25-91/+238
2021-01-05Directly adding user to multireddit is available.Alex Ning2-87/+125
2021-01-05Directly adding subreddit to multireddit is available.Alex Ning11-104/+530
2021-01-04SearchUsersResultActivity is added.Alex Ning11-21/+281
2021-01-04Reading all unread messages is now available.Alex Ning6-2/+87
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 Ning5-20/+83
2020-12-31Long click the url to see more options. Make getRedditUriByPath in ↵Alex Ning15-86/+75
LinkResolverActivity private.
2020-12-27Animate player controlsLuke Simmons2-2/+4
Fade in and out on the player controls
2020-12-27Add background to autoplay controlsLuke Simmons2-1/+13
Added a translucent background to the video autoplay controls. Before, when the video background was white, you couldn't see the video controls; this fixes that.
2020-12-26Version 4.2.0-beta1. Fix regex in post filter. Fix UI issues.Alex Ning5-13/+17
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 Ning24-779/+227
2020-12-26Continue adding post filter.Alex Ning22-9/+869
2020-12-25Replace Filter settings with Post Filter.Alex Ning33-112/+622
2020-12-25Save post filter to database.Alex Ning22-131/+378
2020-12-24Minor bugs fixed.Alex Ning3-11/+50
2020-12-24Show the FAB in anonymous mode.Alex Ning6-350/+394
2020-12-24Add an FloatingActionButton in SearchResultActivity.Alex Ning10-92/+372
2020-12-24New feature: Hide read posts automatically.Alex Ning7-17/+57
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 Ning4-8/+951
2020-12-23Add a new option category: Post Filter. Marking posts as read is disabled by ↵Alex Ning14-20/+288
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 Ning9-86/+105
to FilteredPostsActivity.
2020-12-22Initialize views in CustomizePostFilterActivity.Alex Ning2-0/+41
2020-12-22New option in FAB: Filter Posts. Add Gif option in PostFilter.Alex Ning15-25/+224
2020-12-22Add only NSFW and only Spoiler options in CustomizePostFilterActivity. Fix ↵Alex Ning6-10/+140
nsfwTextView OnClickListener in PostRecyclerViewAdapter.
2020-12-22Rewrite DownloadRedditVideoService to run the service in a background thread.Alex Ning5-322/+263
2020-12-21Rewrite DownloadMediaService to run in a background thread.Alex Ning6-323/+323
2020-12-21Continue adding support for post filter.Alex Ning21-168/+307
2020-12-18Continue adding support for post filter.Alex Ning2-23/+26
2020-12-18Continue supporting post filter.Alex Ning7-126/+273
2020-12-11Disable marking posts as read if in anonymous mode.Alex Ning1-2/+2