| Commit message (Expand) | Author | Files | Lines |
2021-01-18 | Fix regex matcher for # heading. | Alex Ning | 1 | -1/+6 |
2021-01-17 | Maybe fix Canvas: drawing too large bitmap again. | Alex Ning | 3 | -16/+18 |
2021-01-17 | Fix following users failed. | Alex Ning | 2 | -3/+3 |
2021-01-13 | New option: Disable Immersive Interface in Landscape Mode. | Alex Ning | 5 | -2/+19 |
2021-01-11 | Add Privacy Policy. | Alex Ning | 4 | -6/+25 |
2021-01-08 | Verion 4.2.0-beta2. Fix translation issue. | Alex Ning | 1 | -5/+2 |
2021-01-08 | Version 4.2.0-beta2. New language: Polish. | Alex Ning | 3 | -2/+880 |
2021-01-08 | Fix title string in a dialog for PostFilter application. | Alex Ning | 1 | -1/+4 |
2021-01-08 | Add BetterLinkMovementMethod to Acknowledgement. | Alex Ning | 1 | -0/+3 |
2021-01-08 | Fix regex for supporting snudown's header. | Alex Ning | 1 | -1/+2 |
2021-01-08 | Correctly shows Snudown's header. | Alex Ning | 1 | -1/+2 |
2021-01-07 | Show superscript correctly. | Alex Ning | 1 | -31/+20 |
2021-01-07 | Remove F-Droid info. | Alex Ning | 14 | -48/+0 |
2021-01-07 | Fix some images not showing in center. | Alex Ning | 3 | -0/+3 |
2021-01-07 | New option in data saving mode: Only disable preview in video and gif posts. | Alex Ning | 8 | -48/+100 |
2021-01-07 | Ignore case when matching post title in PostFilter. Always check duplicate Po... | Alex Ning | 5 | -43/+40 |
2021-01-06 | Check for duplicate when saving a post filter. Fix an issue in PostFilter Par... | Alex Ning | 6 | -74/+117 |
2021-01-06 | Fix memory leaks caused by BigImageView. Remove unused custom views. | Alex Ning | 5 | -114/+13 |
2021-01-06 | Add two buttons to add subreddits and users in CustomizePostFilterActivity. S... | Alex Ning | 5 | -47/+143 |
2021-01-06 | Quote and code block are added to MarkdownBottomBarRecyclerViewAdapter. Fix i... | Alex Ning | 4 | -9/+63 |
2021-01-06 | Add a FAB to send private message in InboxActivity. Minor layout tweaks. | Alex Ning | 15 | -60/+189 |
2021-01-05 | Fix a minor string issue. | Alex Ning | 2 | -84/+66 |
2021-01-05 | Adding users to a multireddit is now available. | Alex Ning | 25 | -91/+238 |
2021-01-05 | Directly adding user to multireddit is available. | Alex Ning | 2 | -87/+125 |
2021-01-05 | Directly adding subreddit to multireddit is available. | Alex Ning | 11 | -104/+530 |
2021-01-04 | SearchUsersResultActivity is added. | Alex Ning | 11 | -21/+281 |
2021-01-04 | Reading all unread messages is now available. | Alex Ning | 6 | -2/+87 |
2021-01-04 | Rewrite getting current account from database to use an Executor. | Alex Ning | 32 | -196/+302 |
2021-01-04 | Fix options in Post History not hidden in anonymous mode. Fix memory leak in ... | Alex Ning | 2 | -19/+20 |
2021-01-04 | Long press a url to see options in RulesRecyclerViewAdapter. | Alex Ning | 1 | -7/+21 |
2021-01-04 | Long press a url to see options in CommentsListingRecyclerViewAdapter. | Alex Ning | 3 | -38/+42 |
2021-01-04 | Long click a url link in comments to see options. | Alex Ning | 1 | -4/+20 |
2021-01-04 | Long click the url in post content to see options in CommentAndPostRecyclerVi... | Alex Ning | 1 | -11/+28 |
2020-12-31 | Mark posts as read on scroll. | Alex Ning | 5 | -20/+83 |
2020-12-31 | Long click the url to see more options. Make getRedditUriByPath in LinkResolv... | Alex Ning | 16 | -86/+76 |
2020-12-27 | Animate player controls | Luke Simmons | 2 | -2/+4 |
2020-12-27 | Add background to autoplay controls | Luke Simmons | 2 | -1/+13 |
2020-12-26 | Version 4.2.0-beta1. Fix regex in post filter. Fix UI issues. | Alex Ning | 6 | -15/+19 |
2020-12-26 | Fix issues in resepecting subreddit recommended comment sort type. | Alex Ning | 1 | -5/+2 |
2020-12-26 | Fix layout issues in some bottom app bars and fabs. | Alex Ning | 3 | -35/+3 |
2020-12-26 | Use Executor to save read posts. Hide the fab and the bottom app bar when scr... | Alex Ning | 15 | -91/+75 |
2020-12-26 | Remove SubredditFilter completely. | Alex Ning | 24 | -779/+227 |
2020-12-26 | Continue adding post filter. | Alex Ning | 22 | -9/+869 |
2020-12-25 | Replace Filter settings with Post Filter. | Alex Ning | 34 | -112/+623 |
2020-12-25 | Save post filter to database. | Alex Ning | 22 | -131/+378 |
2020-12-24 | Minor bugs fixed. | Alex Ning | 3 | -11/+50 |
2020-12-24 | Show the FAB in anonymous mode. | Alex Ning | 6 | -350/+394 |
2020-12-24 | Add an FloatingActionButton in SearchResultActivity. | Alex Ning | 10 | -92/+372 |
2020-12-24 | New feature: Hide read posts automatically. | Alex Ning | 7 | -17/+57 |
2020-12-24 | Use some Compat classes | TacoTheDank | 22 | -78/+51 |