summary refs log tree commit diff
path: root/include/MatrixClient.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Improve login flow (#35)jansol2017-07-081-0/+2
| | | | | * Validate both inferred and explicitly entered server addresses by attempting to call the /versions endpoint * If the domain from the mxid fails validation, try prefixing it with 'matrix' * Only show server address field if address validation ultimately fails
* Lazy load initial timeline eventsKonstantinos Sideris2017-06-051-1/+1
|
* Experimental support for user avatars in timelineKonstantinos Sideris2017-06-051-0/+4
|
* Replace include guards with #pragma onceKonstantinos Sideris2017-05-161-4/+1
|
* Initial support for backwards paginationKonstantinos Sideris2017-05-121-1/+6
|
* Save the user defined domain instead of the one provided by login responseKonstantinos Sideris2017-05-091-4/+4
|
* Use strongly typed enumsKonstantinos Sideris2017-05-081-1/+1
|
* Add initial support for inline imagesKonstantinos Sideris2017-04-281-0/+4
|
* Initial implementation for local echoKonstantinos Sideris2017-04-131-1/+7
| | | | | | | | | | | | | 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 only a MatrixClient as a shared pointerKonstantinos Sideris2017-04-111-0/+9
|
* Make the timer single shotKonstantinos Sideris2017-04-111-0/+1
|
* Remove exception specificationsKonstantinos Sideris2017-04-091-9/+9
|
* Add logout buttonKonstantinos Sideris2017-04-091-1/+7
| | | | Logout from the current session and invalidate the current token
* Implement initial registration stageKonstantinos Sideris2017-04-081-3/+3
|
* Use const refs for the deserialized dataKonstantinos Sideris2017-04-061-12/+11
|
* Initial commitKonstantinos Sideris2017-04-061-0/+134