aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/item_comment.xml (unfollow)
Commit message (Expand)AuthorFilesLines
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