summary refs log tree commit diff
path: root/include/ChatPage.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Ghetto room switcherKonstantinos Sideris2017-08-151-0/+8
|
* Initial support for state cacheKonstantinos Sideris2017-07-301-0/+6
| | | | - Adds detection for duplicate events
* Add menu to toggle notificationsKonstantinos Sideris2017-05-311-0/+2
|
* Resolve name and avatar on 1-on-1 roomsKonstantinos Sideris2017-05-261-0/+1
|
* Minimize to trayKonstantinos Sideris2017-05-211-0/+1
|
* Snappy sidebarKonstantinos Sideris2017-05-191-6/+15
|
* Replace include guards with #pragma onceKonstantinos Sideris2017-05-161-4/+1
|
* Use timeline to retrieve state eventsKonstantinos Sideris2017-05-071-3/+7
| | | | | - Rooms without any history will be shown. - Room's state will be kept in sync and any updates will be visible.
* Rename History to TimelineKonstantinos Sideris2017-04-271-2/+2
| | | | In order to be compatible with the Matrix terminology
* Show the unread message count on the window titleKonstantinos Sideris2017-04-151-0/+2
|
* Initial implementation for local echoKonstantinos Sideris2017-04-131-2/+0
| | | | | | | | | | | | | 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.
* Remove capitalizationKonstantinos Sideris2017-04-111-2/+0
|
* Use only a MatrixClient as a shared pointerKonstantinos Sideris2017-04-111-11/+6
|
* Make the timer single shotKonstantinos Sideris2017-04-111-0/+1
|
* Add logout buttonKonstantinos Sideris2017-04-091-0/+4
| | | | Logout from the current session and invalidate the current token
* Use const refs for the deserialized dataKonstantinos Sideris2017-04-061-4/+4
|
* Initial commitKonstantinos Sideris2017-04-061-0/+88