aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java (unfollow)
Commit message (Expand)AuthorFilesLines
2021-02-05Fix NullPointerException in PostFilter.mergePostFilter. Minor bugs fixed in C...Alex Ning2-84/+95
2021-02-04Trim keywords in PostFilter.isPostAllowed.Alex Ning1-5/+5
2021-02-03Add a FAB in LoginActivity to setDomStorageEnabled.Alex Ning1-3/+40
2021-02-03Make all gifcay id all lower case.Alex Ning1-4/+9
2021-02-02Prepare to add quarantined subreddit support.Alex Ning7-9/+12
2021-02-02Fix downloading videos without sound failed.Alex Ning1-8/+8
2021-02-01Version 4.2.3. Remove logs.Alex Ning1-4/+0
2021-02-01Use a dirty method to fix user info and subscribe chip not shown in ViewUserD...Alex Ning1-1/+2
2021-01-31Update accesstoken in current account SharedPreferences after refreshing it.Alex Ning3-3/+18
2021-01-24Version 4.2.2.Alex Ning1-2/+0
2021-01-24Fix gfycat and redgifs API.Alex Ning2-4/+13
2021-01-23Finally fixed java.lang.RuntimeException: Canvas: trying to draw too large bi...Alex Ning18-265/+200
2021-01-23Switch to anonymous mode when updating the app. Save profile image url to Sha...Alex Ning2-3/+11
2021-01-23Prevent a potential parsing error using the gfycat API.Alex Ning1-1/+6
2021-01-22Fix a JSON key naming issue.Alex Ning2-5/+3
2021-01-22Remove a log.Alex Ning1-2/+0
2021-01-22Save current account info to SharedPreferences. Remove GetCurrentAccountAsync...Alex Ning38-1305/+503
2021-01-22Fix redgif schema changeanonymous-developer-122-1/+7
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 Ning3-7/+9
2021-01-19Setting default sort for subreddits and users is available.Alex Ning3-5/+29
2021-01-18Minor UI tweaks in settings.Alex Ning1-3/+0
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 Ning1-3/+4
2021-01-18Add more options to the bottom app bar.Alex Ning3-0/+152
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 Ning3-2/+13
2021-01-11Add Privacy Policy.Alex Ning2-6/+20
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 Ning2-11/+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 Ning6-47/+93
2021-01-07Ignore case when matching post title in PostFilter. Always check duplicate Po...Alex Ning4-42/+39
2021-01-06Check for duplicate when saving a post filter. Fix an issue in PostFilter Par...Alex Ning5-74/+115
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 Ning3-17/+78
2021-01-06Quote and code block are added to MarkdownBottomBarRecyclerViewAdapter. Fix i...Alex Ning2-9/+45
2021-01-06Add a FAB to send private message in InboxActivity. Minor layout tweaks.Alex Ning12-53/+159
2021-01-05Fix a minor string issue.Alex Ning2-84/+66
2021-01-05Adding users to a multireddit is now available.Alex Ning9-71/+171
2021-01-05Directly adding user to multireddit is available.Alex Ning1-85/+117
2021-01-05Directly adding subreddit to multireddit is available.Alex Ning7-102/+468