aboutsummaryrefslogtreecommitdiff
path: root/app (unfollow)
Commit message (Expand)AuthorFilesLines
2020-12-26Continue adding post filter.22-9/+869
2020-12-25Replace Filter settings with Post Filter.34-112/+623
2020-12-25Save post filter to database.22-131/+378
2020-12-24Minor bugs fixed.3-11/+50
2020-12-24Show the FAB in anonymous mode.6-350/+394
2020-12-24Add an FloatingActionButton in SearchResultActivity.10-92/+372
2020-12-24New feature: Hide read posts automatically.7-17/+57
2020-12-24Use some Compat classes22-78/+51
2020-12-23Update some libraries2-15/+19
2020-12-23Fix an ExoPlayer deprecation1-2/+2
2020-12-23Correct existing ViewPager2 implementations5-20/+20
2020-12-23Reorganize and remove unused libraries2-53/+107
2020-12-23Chinese (Simplified) is available. Update translation contributors.4-8/+951
2020-12-23Add a new option category: Post Filter. Marking posts as read is disabled by ...15-20/+290
2020-12-23Save PostFilter during Fragment recreation in PostFragment.2-14/+11
2020-12-23Send PostFilter to CustomizePostFilterActivity. Rename FilteredThingActivity ...9-86/+105
2020-12-22Initialize views in CustomizePostFilterActivity.2-0/+41
2020-12-22New option in FAB: Filter Posts. Add Gif option in PostFilter.15-25/+224
2020-12-22Add only NSFW and only Spoiler options in CustomizePostFilterActivity. Fix ns...6-10/+140
2020-12-22Rewrite DownloadRedditVideoService to run the service in a background thread.5-322/+263
2020-12-21Rewrite DownloadMediaService to run in a background thread.6-323/+323
2020-12-21Continue adding support for post filter.21-168/+307
2020-12-18Continue adding support for post filter.2-23/+26
2020-12-18Continue supporting post filter.7-126/+273
2020-12-11Disable marking posts as read if in anonymous mode.1-2/+2
2020-12-11Building CustomizePostFilterActivity.2-0/+91
2020-12-11Prepare to add post filter.8-4/+609
2020-12-09Add an option to delete all read posts.6-0/+59
2020-12-09Hide read posts in FilteredThingActivity. Prepare to add support for filters.7-7/+188
2020-12-09Disable marking posts as read in AccountPostsActivity and AccountSavedThingAc...3-9/+16
2020-12-08Add custom theme entries for read posts. Fix crash in ViewUserDetailActivity.7-5/+47
2020-12-08Make the Bottom App Bar a standalone layout.7-92/+32
2020-12-08Add an bottom app bar and an fab to ViewUserDetailActivity. Hide read posts i...6-88/+520
2020-12-08Fix lazy mode after hiding read posts.3-4/+31
2020-12-08Hide read posts in ViewSubredditDetailActivity.2-0/+23
2020-12-08Hide read posts in MainActivity (there is an issue in lazy mode).11-2/+131
2020-12-07Prevent inserting read posts into database multiple times when clicking posts.1-13/+17
2020-12-07Fix wrong vote and save info in CommentsListingRecyclerViewAdapter.1-20/+42
2020-12-07Fix wrong vote info showing in posts and comments.2-80/+154
2020-12-07Fix crash when parsing post with null readPostList value.1-2/+5
2020-12-07View video or image to mark the post as read.1-0/+3
2020-12-07Mark posts as read.19-126/+338
2020-12-07Prepare to add a new feature: hide read posts.8-120/+410
2020-12-06Version 4.1.1.2-3/+3
2020-12-06Fix very small flair icon.1-17/+4
2020-12-03Add setImmersiveModeNotApplicable() in some activities.2-0/+6
2020-12-02Version 4.1.1-beta1.3-5/+6
2020-12-02Add an option to disable search history.6-17/+31
2020-12-02Lower the threshold for image preview width and height.2-22/+26
2020-12-02Try fixing ANR when releasing ExoPlayer.5-6/+14