aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/item_comment.xml (unfollow)
Commit message (Expand)AuthorFilesLines
2019-08-26Display an archived icon if the post is archived. Display a locked icon if th...Alex Ning1-1/+3
2019-08-26Reimplement Markdown display due to update of Markwon library. Fixed RetryLoa...Alex Ning1-1/+1
2019-08-13Set NSFW and spoiler are now available.Alex Ning1-80/+0
2019-08-13Editing and deleting comments are now available.Alex Ning1-3/+108
2019-08-12Deleting and editing posts are now available.Alex Ning1-2/+2
2019-08-12Fixed UI in dark theme.Alex Ning1-1/+2
2019-08-11Make nav bar white in day theme and change it to the same color as background...Alex Ning1-122/+116
2019-07-22Click a comment to view the corresponding post.Alex Ning1-0/+1
2019-07-18Viewing rules after pressing rules button in PostXXXActivity is available. Ex...Alex Ning1-1/+1
2019-06-23Calculate the comment placeholder position if the position was changed.Alex Ning1-11/+2
2019-06-17Reimplemented parsing comments using recursion to parse all the child comment...Alex Ning1-0/+1
2019-06-14Reply to comments. Preparing for comment deletion.Alex Ning1-1/+14
2019-05-07Dark theme support.Alex Ning1-113/+118
2019-02-20Temporarily use the old way to load comments instead of Paging library. Load ...Alex Ning1-0/+0
2019-01-21Click user names in comment to view the user's details. Minor visual redesign.Alex Ning1-1/+2
2019-01-09Use MarkwonView (a markdown library) instead of HtmlTextView to display post ...Alex Ning1-4/+3
2018-09-02Replace the RecyclerView for comments to MultiLevelRecyclerView in order to d...Alex Ning1-87/+111
2018-08-20Load comment and post content text in HTML form instead of String. Fixed a bu...Alex Ning1-3/+3