Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename History to Timeline | Konstantinos Sideris | 2017-04-27 | 1 | -201/+0 |
| | | | | In order to be compatible with the Matrix terminology | ||||
* | Add common style for the scroll bars | Konstantinos Sideris | 2017-04-24 | 1 | -6/+1 |
| | |||||
* | Update unread messages for the current room when the app is inactive | Konstantinos Sideris | 2017-04-16 | 1 | -3/+9 |
| | |||||
* | Add initial support for unread message count | Konstantinos Sideris | 2017-04-15 | 1 | -1/+5 |
| | | | | - Add border width on Badge | ||||
* | Use color generator for nick names | Konstantinos Sideris | 2017-04-14 | 1 | -27/+50 |
| | |||||
* | Use light theme | Konstantinos Sideris | 2017-04-14 | 1 | -3/+3 |
| | |||||
* | Initial implementation for local echo | Konstantinos Sideris | 2017-04-13 | 1 | -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 map | Konstantinos Sideris | 2017-04-11 | 1 | -1/+41 |
| | |||||
* | Add logout button | Konstantinos Sideris | 2017-04-09 | 1 | -0/+11 |
| | | | | Logout from the current session and invalidate the current token | ||||
* | Initial commit | Konstantinos Sideris | 2017-04-06 | 1 | -0/+83 |