summary refs log tree commit diff
path: root/src/HistoryViewManager.cc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename History to TimelineKonstantinos Sideris2017-04-271-201/+0
| | | | In order to be compatible with the Matrix terminology
* Add common style for the scroll barsKonstantinos Sideris2017-04-241-6/+1
|
* Update unread messages for the current room when the app is inactiveKonstantinos Sideris2017-04-161-3/+9
|
* Add initial support for unread message countKonstantinos Sideris2017-04-151-1/+5
| | | | - Add border width on Badge
* Use color generator for nick namesKonstantinos Sideris2017-04-141-27/+50
|
* Use light themeKonstantinos Sideris2017-04-141-3/+3
|
* Initial implementation for local echoKonstantinos Sideris2017-04-131-1/+40
| | | | | | | | | | | | | 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-1/+41
|
* Add logout buttonKonstantinos Sideris2017-04-091-0/+11
| | | | Logout from the current session and invalidate the current token
* Initial commitKonstantinos Sideris2017-04-061-0/+83