Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refine animation of hiding and showing comment toolbar. | Alex Ning | 2020-04-01 | 1 | -1/+1 |
| | |||||
* | Add hidden comment toolbar feature. | Hermes Junior | 2020-03-29 | 1 | -2/+14 |
| | |||||
* | Still prepare to add different themes. | Alex Ning | 2020-02-27 | 1 | -2/+2 |
| | |||||
* | Prepare to add different themes. Try fixing timeout issue in okhttp3. | Alex Ning | 2020-02-26 | 1 | -4/+3 |
| | |||||
* | Add an option to show comment dividers. Put theme option to ↵ | Alex Ning | 2020-02-20 | 1 | -198/+198 |
| | | | | InterfacePreferenceFragment. | ||||
* | Copying comments is now available. Some UI tweaks. | Alex Ning | 2020-01-30 | 1 | -4/+3 |
| | |||||
* | Changing post layout in ViewSubredditDetailActivity is available. Tweak the ↵ | Alex Ning | 2019-11-11 | 1 | -1/+1 |
| | | | | compact post UI. Minor bugs fixed. | ||||
* | Compact post layout is available. Fixed WebView cannot be inflated on ↵ | Alex Ning | 2019-11-08 | 1 | -2/+2 |
| | | | | Android Lollipop. Tweak the comment item UI. | ||||
* | Minor UI issue fixed. | Alex Ning | 2019-10-29 | 1 | -1/+1 |
| | |||||
* | Fixed UI issues in posts and comments. Version 1.4.0. | Alex Ning | 2019-10-29 | 1 | -139/+42 |
| | |||||
* | Placing vote buttons on the right for comments is now available. | Alex Ning | 2019-10-29 | 1 | -17/+145 |
| | |||||
* | Make Placing vote buttons on the right an option. | Alex Ning | 2019-10-29 | 1 | -10/+6 |
| | |||||
* | Disable clicking comment icon in a post to submit a comment. Enlarge the ↵ | Alex Ning | 2019-10-25 | 1 | -10/+10 |
| | | | | icons in comments. Fix regex used to linkify subreddits and users. | ||||
* | Disabling immersive mode (content shown under status bar and nav bar) is now ↵ | Alex Ning | 2019-10-05 | 1 | -1/+2 |
| | | | | available. | ||||
* | AMOLED dark theme is now available. | Alex Ning | 2019-10-03 | 1 | -1/+1 |
| | |||||
* | Add a mic icon if the user is the submitter in comments. Add a mod icon if ↵ | Alex Ning | 2019-09-27 | 1 | -6/+16 |
| | | | | the user is a moderator. Tweak the vertical bar colors in comments in dark theme. | ||||
* | Add title and content font size options. | Alex Ning | 2019-09-26 | 1 | -1/+1 |
| | |||||
* | Changing font size is available. Delete duplicate Edit menu in comments. | Alex Ning | 2019-09-20 | 1 | -1/+5 |
| | |||||
* | Saving and unsaving comments are now available. Use xml thumbtack to avoid ↵ | Alex Ning | 2019-09-18 | 1 | -6/+25 |
| | | | | crashes on low resolution devices. Add a subreddit link in Settings -> About. | ||||
* | Display an archived icon if the post is archived. Display a locked icon if ↵ | Alex Ning | 2019-08-26 | 1 | -1/+3 |
| | | | | the post is locked. | ||||
* | Reimplement Markdown display due to update of Markwon library. Fixed ↵ | Alex Ning | 2019-08-26 | 1 | -1/+1 |
| | | | | RetryLoadingMoreCallback is null in MessageRecyclerViewAdapter. | ||||
* | Set NSFW and spoiler are now available. | Alex Ning | 2019-08-13 | 1 | -80/+0 |
| | |||||
* | Editing and deleting comments are now available. | Alex Ning | 2019-08-13 | 1 | -3/+108 |
| | |||||
* | Deleting and editing posts are now available. | Alex Ning | 2019-08-12 | 1 | -2/+2 |
| | |||||
* | Fixed UI in dark theme. | Alex Ning | 2019-08-12 | 1 | -1/+2 |
| | |||||
* | Make nav bar white in day theme and change it to the same color as ↵ | Alex Ning | 2019-08-11 | 1 | -122/+116 |
| | | | | background color in some activities. Fixed nav bar icon color in dark theme. Minor UI tweaks. | ||||
* | Click a comment to view the corresponding post. | Alex Ning | 2019-07-22 | 1 | -0/+1 |
| | |||||
* | Viewing rules after pressing rules button in PostXXXActivity is available. ↵ | Alex Ning | 2019-07-18 | 1 | -1/+1 |
| | | | | Extend MarkwonView to support opening reddit subreddit and user links. | ||||
* | Calculate the comment placeholder position if the position was changed. | Alex Ning | 2019-06-23 | 1 | -11/+2 |
| | |||||
* | Reimplemented parsing comments using recursion to parse all the child ↵ | Alex Ning | 2019-06-17 | 1 | -0/+1 |
| | | | | comments. Reimplemented CommentRecyclerView (some methods need proper implementation. Minor bugs fixed. | ||||
* | Reply to comments. Preparing for comment deletion. | Alex Ning | 2019-06-14 | 1 | -1/+14 |
| | |||||
* | Dark theme support. | Alex Ning | 2019-05-07 | 1 | -113/+118 |
| | |||||
* | Temporarily use the old way to load comments instead of Paging library. Load ↵ | Alex Ning | 2019-02-20 | 1 | -0/+129 |
more parent-level comments once. Loading comments of comments is now working. |