aboutsummaryrefslogtreecommitdiff
path: root/app (unfollow)
Commit message (Expand)AuthorFilesLines
2021-01-21Save current account info to SharedPreferences.Alex Ning35-187/+216
2021-01-21Handle no new refresh token.Alex Ning3-5/+16
2021-01-20Make OAuth2 API change: https://www.reddit.com/r/redditdev/comments/kvzaot/oa...Alex Ning4-7/+11
2021-01-19Setting default sort for subreddits and users is available.Alex Ning8-12/+139
2021-01-18Minor UI tweaks in settings.Alex Ning3-4/+5
2021-01-18Don't hide read posts after initial post loading even if Hide Read Posts Auto...Alex Ning3-6/+14
2021-01-18Minor UI tweaks for dialog_insert_link.Alex Ning2-21/+44
2021-01-18Add more options to the bottom app bar.Alex Ning4-0/+172
2021-01-18Fix regex for matching heading.Alex Ning2-9/+7
2021-01-18Fix regex matcher for # heading.Alex Ning1-1/+6
2021-01-17Maybe fix Canvas: drawing too large bitmap again.Alex Ning3-16/+18
2021-01-17Fix following users failed.Alex Ning2-3/+3
2021-01-13New option: Disable Immersive Interface in Landscape Mode.Alex Ning5-2/+19
2021-01-11Add Privacy Policy.Alex Ning4-6/+25
2021-01-08Verion 4.2.0-beta2. Fix translation issue.Alex Ning1-5/+2
2021-01-08Version 4.2.0-beta2. New language: Polish.Alex Ning3-2/+880
2021-01-08Fix title string in a dialog for PostFilter application.Alex Ning1-1/+4
2021-01-08Add BetterLinkMovementMethod to Acknowledgement.Alex Ning1-0/+3
2021-01-08Fix regex for supporting snudown's header.Alex Ning1-1/+2
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 Ning14-48/+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 Ning8-48/+100
2021-01-07Ignore case when matching post title in PostFilter. Always check duplicate Po...Alex Ning5-43/+40
2021-01-06Check for duplicate when saving a post filter. Fix an issue in PostFilter Par...Alex Ning6-74/+117
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. S...Alex Ning5-47/+143
2021-01-06Quote and code block are added to MarkdownBottomBarRecyclerViewAdapter. Fix i...Alex Ning4-9/+63
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
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 Ning5-20/+83
2020-12-31Long click the url to see more options. Make getRedditUriByPath in LinkResolv...Alex Ning16-86/+76
2020-12-27Animate player controlsLuke Simmons2-2/+4
2020-12-27Add background to autoplay controlsLuke Simmons2-1/+13
2020-12-26Version 4.2.0-beta1. Fix regex in post filter. Fix UI issues.Alex Ning6-15/+19
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