| Commit message (Expand) | Author | Age | Files | Lines |
* | Use a dirty method to fix user info and subscribe chip not shown in ViewUserD... | Alex Ning | 2021-02-01 | 1 | -1/+2 |
* | Update accesstoken in current account SharedPreferences after refreshing it. | Alex Ning | 2021-01-31 | 3 | -3/+18 |
* | Version 4.2.2. | Alex Ning | 2021-01-24 | 1 | -2/+0 |
* | Fix gfycat and redgifs API. | Alex Ning | 2021-01-24 | 2 | -4/+13 |
* | Finally fixed java.lang.RuntimeException: Canvas: trying to draw too large bi... | Alex Ning | 2021-01-23 | 18 | -265/+200 |
* | Switch to anonymous mode when updating the app. Save profile image url to Sha... | Alex Ning | 2021-01-23 | 2 | -3/+11 |
* | Prevent a potential parsing error using the gfycat API. | Alex Ning | 2021-01-23 | 1 | -1/+6 |
* | Fix a JSON key naming issue. | Alex Ning | 2021-01-22 | 2 | -5/+3 |
* | Merge pull request #253 from anonymous-developer-12/master | Docile-Alligator | 2021-01-22 | 2 | -1/+7 |
|\ |
|
| * | Fix redgif schema change | anonymous-developer-12 | 2021-01-22 | 2 | -1/+7 |
* | | Remove a log. | Alex Ning | 2021-01-22 | 1 | -2/+0 |
* | | Save current account info to SharedPreferences. Remove GetCurrentAccountAsync... | Alex Ning | 2021-01-22 | 38 | -1305/+503 |
|/ |
|
* | Save current account info to SharedPreferences. | Alex Ning | 2021-01-21 | 35 | -187/+216 |
* | Handle no new refresh token. | Alex Ning | 2021-01-21 | 3 | -5/+16 |
* | Make OAuth2 API change: https://www.reddit.com/r/redditdev/comments/kvzaot/oa... | Alex Ning | 2021-01-20 | 3 | -7/+9 |
* | Setting default sort for subreddits and users is available. | Alex Ning | 2021-01-19 | 3 | -5/+29 |
* | Minor UI tweaks in settings. | Alex Ning | 2021-01-18 | 1 | -3/+0 |
* | Don't hide read posts after initial post loading even if Hide Read Posts Auto... | Alex Ning | 2021-01-18 | 3 | -6/+14 |
* | Minor UI tweaks for dialog_insert_link. | Alex Ning | 2021-01-18 | 1 | -3/+4 |
* | Add more options to the bottom app bar. | Alex Ning | 2021-01-18 | 3 | -0/+152 |
* | Fix regex for matching heading. | Alex Ning | 2021-01-18 | 2 | -9/+7 |
* | Fix regex matcher for # heading. | Alex Ning | 2021-01-18 | 1 | -1/+6 |
* | Maybe fix Canvas: drawing too large bitmap again. | Alex Ning | 2021-01-17 | 3 | -16/+18 |
* | Fix following users failed. | Alex Ning | 2021-01-17 | 2 | -3/+3 |
* | New option: Disable Immersive Interface in Landscape Mode. | Alex Ning | 2021-01-13 | 3 | -2/+13 |
* | Add Privacy Policy. | Alex Ning | 2021-01-11 | 2 | -6/+20 |
* | Fix title string in a dialog for PostFilter application. | Alex Ning | 2021-01-08 | 1 | -1/+4 |
* | Add BetterLinkMovementMethod to Acknowledgement. | Alex Ning | 2021-01-08 | 1 | -0/+3 |
* | Fix regex for supporting snudown's header. | Alex Ning | 2021-01-08 | 1 | -1/+2 |
* | Correctly shows Snudown's header. | Alex Ning | 2021-01-08 | 1 | -1/+2 |
* | Show superscript correctly. | Alex Ning | 2021-01-07 | 1 | -31/+20 |
* | Remove F-Droid info. | Alex Ning | 2021-01-07 | 2 | -11/+0 |
* | Fix some images not showing in center. | Alex Ning | 2021-01-07 | 3 | -0/+3 |
* | New option in data saving mode: Only disable preview in video and gif posts. | Alex Ning | 2021-01-07 | 6 | -47/+93 |
* | Ignore case when matching post title in PostFilter. Always check duplicate Po... | Alex Ning | 2021-01-07 | 4 | -42/+39 |
* | Check for duplicate when saving a post filter. Fix an issue in PostFilter Par... | Alex Ning | 2021-01-06 | 5 | -74/+115 |
* | Fix memory leaks caused by BigImageView. Remove unused custom views. | Alex Ning | 2021-01-06 | 5 | -114/+13 |
* | Add two buttons to add subreddits and users in CustomizePostFilterActivity. S... | Alex Ning | 2021-01-06 | 3 | -17/+78 |
* | Quote and code block are added to MarkdownBottomBarRecyclerViewAdapter. Fix i... | Alex Ning | 2021-01-06 | 2 | -9/+45 |
* | Add a FAB to send private message in InboxActivity. Minor layout tweaks. | Alex Ning | 2021-01-06 | 12 | -53/+159 |
* | Fix a minor string issue. | Alex Ning | 2021-01-05 | 2 | -84/+66 |
* | Adding users to a multireddit is now available. | Alex Ning | 2021-01-05 | 9 | -71/+171 |
* | Directly adding user to multireddit is available. | Alex Ning | 2021-01-05 | 1 | -85/+117 |
* | Directly adding subreddit to multireddit is available. | Alex Ning | 2021-01-05 | 7 | -102/+468 |
* | SearchUsersResultActivity is added. | Alex Ning | 2021-01-04 | 8 | -19/+245 |
* | Reading all unread messages is now available. | Alex Ning | 2021-01-04 | 4 | -2/+76 |
* | Rewrite getting current account from database to use an Executor. | Alex Ning | 2021-01-04 | 32 | -196/+302 |
* | Fix options in Post History not hidden in anonymous mode. Fix memory leak in ... | Alex Ning | 2021-01-04 | 2 | -19/+20 |
* | Long press a url to see options in RulesRecyclerViewAdapter. | Alex Ning | 2021-01-04 | 1 | -7/+21 |
* | Long press a url to see options in CommentsListingRecyclerViewAdapter. | Alex Ning | 2021-01-04 | 3 | -38/+42 |