Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename History to Timeline | Konstantinos Sideris | 2017-04-27 | 1 | -159/+0 |
| | | | | In order to be compatible with the Matrix terminology | ||||
* | Add full emoji support | Konstantinos Sideris | 2017-04-23 | 1 | -3/+3 |
| | |||||
* | Add initial read-only emoji support | Konstantinos Sideris | 2017-04-19 | 1 | -2/+19 |
| | |||||
* | Use light theme | Konstantinos Sideris | 2017-04-14 | 1 | -2/+2 |
| | |||||
* | Initial implementation for local echo | Konstantinos Sideris | 2017-04-13 | 1 | -14/+73 |
| | | | | | | | | | | | | | 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. | ||||
* | Add style for m.notice | Konstantinos Sideris | 2017-04-12 | 1 | -1/+4 |
| | | | | Tone down the main text color | ||||
* | Allow message text selection | Konstantinos Sideris | 2017-04-10 | 1 | -0/+1 |
| | |||||
* | Hide horizontal scroll bar on history view | Konstantinos Sideris | 2017-04-10 | 1 | -2/+1 |
| | |||||
* | Use QString::simplified instead of regex | Konstantinos Sideris | 2017-04-10 | 1 | -1/+1 |
| | |||||
* | Use const refs for the deserialized data | Konstantinos Sideris | 2017-04-06 | 1 | -1/+1 |
| | |||||
* | Initial commit | Konstantinos Sideris | 2017-04-06 | 1 | -0/+80 |