Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Video autoplay in ViewPostDetailActivity. Optimize ↵ | Alex Ning | 2020-05-07 | 1 | -362/+0 |
| | | | | CommentAndPostRecyclerViewAdapter. | ||||
* | Remove unused attributes. Fix loading images using GlideImageGetter after ↵ | Alex Ning | 2020-04-18 | 1 | -15/+0 |
| | | | | the activity is destroyed. | ||||
* | Minor bugs fixed. | Alex Ning | 2020-04-17 | 1 | -1/+1 |
| | |||||
* | Show author flair for posts. | Alex Ning | 2020-04-16 | 1 | -1/+18 |
| | |||||
* | Show author flair (not richtext) for comments. | Alex Ning | 2020-04-16 | 1 | -10/+0 |
| | |||||
* | Show all post awards. | Alex Ning | 2020-04-16 | 1 | -0/+6 |
| | |||||
* | Add a custom theme table in database. | Alex Ning | 2020-03-05 | 1 | -3/+3 |
| | |||||
* | Still prepare to add different themes. | Alex Ning | 2020-02-27 | 1 | -4/+4 |
| | |||||
* | Prepare to add different themes. Try fixing timeout issue in okhttp3. | Alex Ning | 2020-02-26 | 1 | -11/+11 |
| | |||||
* | Minor layout tweaks. | Alex Ning | 2020-02-02 | 1 | -1/+1 |
| | |||||
* | Copy post title and content in ViewPostDetailActivity. | Alex Ning | 2020-01-29 | 1 | -1/+5 |
| | |||||
* | Change text color in TableLayout in markdown. Change markdown TextView style. | Alex Ning | 2019-12-30 | 1 | -0/+2 |
| | |||||
* | Change Markdown text style. Reduce the sensitivity of sliding right to go ↵ | Alex Ning | 2019-12-27 | 1 | -0/+1 |
| | | | | back from ViewPostDetailActivity to prevent go back when sliding tables. | ||||
* | Markdown table support. | Alex Ning | 2019-12-26 | 1 | -7/+3 |
| | |||||
* | Show a play button on the image if the post is a video or an image. | Alex Ning | 2019-12-19 | 1 | -5/+21 |
| | |||||
* | Fixed UI issues in posts and comments. Version 1.4.0. | Alex Ning | 2019-10-29 | 1 | -41/+47 |
| | |||||
* | Make Placing vote buttons on the right an option. | Alex Ning | 2019-10-29 | 1 | -79/+12 |
| | |||||
* | Use FlowLayout to host all the information of a post in item_post and ↵ | Alex Ning | 2019-10-28 | 1 | -95/+51 |
| | | | | item_post_detail. | ||||
* | AMOLED dark theme is now available. | Alex Ning | 2019-10-03 | 1 | -1/+1 |
| | |||||
* | Change project structures. | Alex Ning | 2019-09-29 | 1 | -1/+1 |
| | |||||
* | Blurring spoiler post images is now available. Change spoiler and flair text ↵ | Alex Ning | 2019-09-27 | 1 | -2/+4 |
| | | | | background colors. Fixed collapsed comments shown after orientation change. | ||||
* | Add title and content font size options. | Alex Ning | 2019-09-26 | 1 | -2/+2 |
| | |||||
* | Display comments count in the post. Display a comment and a save button in a ↵ | Alex Ning | 2019-09-22 | 1 | -18/+135 |
| | | | | post. Minor bugs fixed. | ||||
* | Changing font size is available. Delete duplicate Edit menu in comments. | Alex Ning | 2019-09-20 | 1 | -9/+15 |
| | |||||
* | This app now has an icon (finally)git statusgit statusgit status Add a ↵ | Alex Ning | 2019-08-27 | 1 | -0/+1 |
| | | | | credits page in settings. Use another error view and no comment placeholder. | ||||
* | Changing lazy mode interval in Settings is now available. | Alex Ning | 2019-08-26 | 1 | -62/+0 |
| | |||||
* | Display an archived icon if the post is archived. Display a locked icon if ↵ | Alex Ning | 2019-08-26 | 1 | -2/+91 |
| | | | | 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. | ||||
* | Deleting and editing posts are now available. | Alex Ning | 2019-08-12 | 1 | -3/+3 |
| | |||||
* | 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 | -254/+248 |
| | | | | background color in some activities. Fixed nav bar icon color in dark theme. Minor UI tweaks. | ||||
* | Display both the subreddit and the user name in ViewPostDetailActivity. | Alex Ning | 2019-07-29 | 1 | -8/+19 |
| | |||||
* | Fixed bugs when posting without a flair specified. Minor UI tweaks. | Alex Ning | 2019-07-19 | 1 | -5/+2 |
| | |||||
* | 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. | ||||
* | Display spoiler and flair info in posts. | Alex Ning | 2019-07-17 | 1 | -1/+43 |
| | |||||
* | Minor UI tweaks. Preparing for submitting text posts. | Alex Ning | 2019-07-09 | 1 | -1/+1 |
| | |||||
* | Reimplement ViewPostActivity using one recyclerview to display a post and ↵ | Alex Ning | 2019-06-25 | 1 | -0/+252 |
its comments instead of using a recyclerview inside NestedScrollView to prevent onBindViewHolder gets called for all the comments data at once and thus consumes more memory and freezes after the comments are loaded. |