aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/item_message.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Prepare to add different font support.Alex Ning2020-06-101-4/+8
|
* Still prepare to add different themes.Alex Ning2020-02-271-3/+3
|
* AMOLED dark theme is now available.Alex Ning2019-10-031-1/+2
|
* Changing font size is available. Delete duplicate Edit menu in comments.Alex Ning2019-09-201-4/+7
|
* Reimplement Markdown display due to update of Markwon library. Fixed ↵Alex Ning2019-08-261-1/+1
| | | | RetryLoadingMoreCallback is null in MessageRecyclerViewAdapter.
* View messages in ViewMessageActivity. Use LinkResolverActivity to handle ↵Alex Ning2019-08-181-0/+34
link clicking in CustomMarkwonView. Fixed cannot load user profile image after the post is deleted.