aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/item_comment.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Calculate the comment placeholder position if the position was changed.Alex Ning2019-06-231-11/+2
|
* Reimplemented parsing comments using recursion to parse all the child ↵Alex Ning2019-06-171-0/+1
| | | | comments. Reimplemented CommentRecyclerView (some methods need proper implementation. Minor bugs fixed.
* Reply to comments. Preparing for comment deletion.Alex Ning2019-06-141-1/+14
|
* Dark theme support.Alex Ning2019-05-071-113/+118
|
* Temporarily use the old way to load comments instead of Paging library. Load ↵Alex Ning2019-02-201-0/+129
more parent-level comments once. Loading comments of comments is now working.