| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Initial implementation for local echo | Konstantinos Sideris | 2017-04-13 | 1 | -2/+4 |
| | | | | | | | | | | | | | | 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 pointer | Konstantinos Sideris | 2017-04-11 | 1 | -1/+90 |
| | | |||||
| * | Make the timer single shot | Konstantinos Sideris | 2017-04-11 | 1 | -1/+1 |
| | | |||||
| * | Remove exception specifications | Konstantinos Sideris | 2017-04-09 | 1 | -9/+9 |
| | | |||||
| * | Add logout button | Konstantinos Sideris | 2017-04-09 | 1 | -0/+43 |
| | | | | | Logout from the current session and invalidate the current token | ||||
| * | Implement initial registration stage | Konstantinos Sideris | 2017-04-08 | 1 | -11/+57 |
| | | |||||
| * | Use const refs for the deserialized data | Konstantinos Sideris | 2017-04-06 | 1 | -5/+1 |
| | | |||||
| * | Initial commit | Konstantinos Sideris | 2017-04-06 | 1 | -0/+365 |
