summary refs log tree commit diff
path: root/include/HistoryView.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename History to TimelineKonstantinos Sideris2017-04-271-81/+0
| | | | In order to be compatible with the Matrix terminology
* Add initial support for unread message countKonstantinos Sideris2017-04-151-1/+1
| | | | - Add border width on Badge
* Add proper struct initializationKonstantinos Sideris2017-04-131-0/+8
|
* Initial implementation for local echoKonstantinos Sideris2017-04-131-0/+15
| | | | | | | | | | | | | 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 a single nick to color mapKonstantinos Sideris2017-04-111-5/+0
|
* Add logout buttonKonstantinos Sideris2017-04-091-0/+1
| | | | Logout from the current session and invalidate the current token
* Use const refs for the deserialized dataKonstantinos Sideris2017-04-061-2/+2
|
* Initial commitKonstantinos Sideris2017-04-061-0/+62