aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java (unfollow)
Commit message (Expand)AuthorFilesLines
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
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 CommentAndPostRecyclerVi...Alex Ning1-11/+28
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 LinkResolv...Alex Ning12-82/+55
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 scr...Alex Ning15-91/+75
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
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
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 ns...Alex Ning4-10/+78
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 Ning18-166/+275
2020-12-18Continue adding support for post filter.Alex Ning2-23/+26
2020-12-18Continue supporting post filter.Alex Ning6-122/+255
2020-12-11Disable marking posts as read if in anonymous mode.Alex Ning1-2/+2
2020-12-11Building CustomizePostFilterActivity.Alex Ning1-0/+79
2020-12-11Prepare to add post filter.Alex Ning4-1/+188
2020-12-09Add an option to delete all read posts.Alex Ning4-0/+53
2020-12-09Hide read posts in FilteredThingActivity. Prepare to add support for filters.Alex Ning3-6/+124
2020-12-09Disable marking posts as read in AccountPostsActivity and AccountSavedThingAc...Alex Ning3-9/+16
2020-12-08Add custom theme entries for read posts. Fix crash in ViewUserDetailActivity.Alex Ning2-2/+38
2020-12-08Make the Bottom App Bar a standalone layout.Alex Ning3-18/+18
2020-12-08Add an bottom app bar and an fab to ViewUserDetailActivity. Hide read posts i...Alex Ning3-14/+430
2020-12-08Fix lazy mode after hiding read posts.Alex Ning3-4/+31
2020-12-08Hide read posts in ViewSubredditDetailActivity.Alex Ning2-0/+23
2020-12-08Hide read posts in MainActivity (there is an issue in lazy mode).Alex Ning6-0/+89
2020-12-07Prevent inserting read posts into database multiple times when clicking posts.Alex Ning1-13/+17