Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename History to Timeline | Konstantinos Sideris | 2017-04-27 | 1 | -190/+0 |
| | | | | In order to be compatible with the Matrix terminology | ||||
* | Add initial support for unread message count | Konstantinos Sideris | 2017-04-15 | 1 | -1/+7 |
| | | | | - Add border width on Badge | ||||
* | Add proper struct initialization | Konstantinos Sideris | 2017-04-13 | 1 | -4/+1 |
| | |||||
* | Initial implementation for local echo | Konstantinos Sideris | 2017-04-13 | 1 | -7/+81 |
| | | | | | | | | | | | | | 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 map | Konstantinos Sideris | 2017-04-11 | 1 | -41/+4 |
| | |||||
* | Hide horizontal scroll bar on history view | Konstantinos Sideris | 2017-04-10 | 1 | -0/+1 |
| | |||||
* | Add logout button | Konstantinos Sideris | 2017-04-09 | 1 | -5/+9 |
| | | | | Logout from the current session and invalidate the current token | ||||
* | Use const refs for the deserialized data | Konstantinos Sideris | 2017-04-06 | 1 | -2/+2 |
| | |||||
* | Initial commit | Konstantinos Sideris | 2017-04-06 | 1 | -0/+145 |