Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ghetto room switcher | Konstantinos Sideris | 2017-08-15 | 1 | -0/+8 |
| | |||||
* | Initial support for state cache | Konstantinos Sideris | 2017-07-30 | 1 | -0/+6 |
| | | | | - Adds detection for duplicate events | ||||
* | Add menu to toggle notifications | Konstantinos Sideris | 2017-05-31 | 1 | -0/+2 |
| | |||||
* | Resolve name and avatar on 1-on-1 rooms | Konstantinos Sideris | 2017-05-26 | 1 | -0/+1 |
| | |||||
* | Minimize to tray | Konstantinos Sideris | 2017-05-21 | 1 | -0/+1 |
| | |||||
* | Snappy sidebar | Konstantinos Sideris | 2017-05-19 | 1 | -6/+15 |
| | |||||
* | Replace include guards with #pragma once | Konstantinos Sideris | 2017-05-16 | 1 | -4/+1 |
| | |||||
* | Use timeline to retrieve state events | Konstantinos Sideris | 2017-05-07 | 1 | -3/+7 |
| | | | | | - Rooms without any history will be shown. - Room's state will be kept in sync and any updates will be visible. | ||||
* | Rename History to Timeline | Konstantinos Sideris | 2017-04-27 | 1 | -2/+2 |
| | | | | In order to be compatible with the Matrix terminology | ||||
* | Show the unread message count on the window title | Konstantinos Sideris | 2017-04-15 | 1 | -0/+2 |
| | |||||
* | Initial implementation for local echo | Konstantinos Sideris | 2017-04-13 | 1 | -2/+0 |
| | | | | | | | | | | | | | 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. | ||||
* | Remove capitalization | Konstantinos Sideris | 2017-04-11 | 1 | -2/+0 |
| | |||||
* | Use only a MatrixClient as a shared pointer | Konstantinos Sideris | 2017-04-11 | 1 | -11/+6 |
| | |||||
* | Make the timer single shot | Konstantinos Sideris | 2017-04-11 | 1 | -0/+1 |
| | |||||
* | Add logout button | Konstantinos Sideris | 2017-04-09 | 1 | -0/+4 |
| | | | | Logout from the current session and invalidate the current token | ||||
* | Use const refs for the deserialized data | Konstantinos Sideris | 2017-04-06 | 1 | -4/+4 |
| | |||||
* | Initial commit | Konstantinos Sideris | 2017-04-06 | 1 | -0/+88 |