summary refs log tree commit diff
path: root/include/HistoryViewItem.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename History to TimelineKonstantinos Sideris2017-04-271-55/+0
| | | | In order to be compatible with the Matrix terminology
* Add initial read-only emoji supportKonstantinos Sideris2017-04-191-0/+2
|
* Initial implementation for local echoKonstantinos Sideris2017-04-131-0/+12
| | | | | | | | | | | | | Each HistoryView maintains a list of pending events. Each pending message is validated from the homeserver with either the returned EventId or the body of the message. Currently there is no support to remove invalid messages. Also some small refactoring: - ChatPage doesn't know about the message being sent. The message delivery is solely handled by HistoryViewManager. - Nick coloring function moved to HistoryViewManager.
* Use const refs for the deserialized dataKonstantinos Sideris2017-04-061-1/+1
|
* Initial commitKonstantinos Sideris2017-04-061-0/+41