Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement image uploads (#24) | Konstantinos Sideris | 2017-09-10 | 1 | -19/+90 |
| | |||||
* | Allow port number as part of the hostname | Konstantinos Sideris | 2017-09-04 | 1 | -1/+7 |
| | | | | closes #21 | ||||
* | Add write support for m.emote events | Konstantinos Sideris | 2017-09-03 | 1 | -444/+468 |
| | | | | closes #41 | ||||
* | Small style change | Konstantinos Sideris | 2017-08-20 | 1 | -42/+65 |
| | |||||
* | Improve login flow (#35) | jansol | 2017-07-08 | 1 | -2/+25 |
| | | | | | * Validate both inferred and explicitly entered server addresses by attempting to call the /versions endpoint * If the domain from the mxid fails validation, try prefixing it with 'matrix' * Only show server address field if address validation ultimately fails | ||||
* | Lazy load initial timeline events | Konstantinos Sideris | 2017-06-05 | 1 | -2/+3 |
| | |||||
* | Experimental support for user avatars in timeline | Konstantinos Sideris | 2017-06-05 | 1 | -0/+52 |
| | |||||
* | Set up translations | Konstantinos Sideris | 2017-05-29 | 1 | -4/+4 |
| | |||||
* | Fetch avatar thumbnail instead of the original image | Konstantinos Sideris | 2017-05-27 | 1 | -6/+20 |
| | | | | closes #31 | ||||
* | Initial support for backwards pagination | Konstantinos Sideris | 2017-05-12 | 1 | -0/+47 |
| | |||||
* | Save the user defined domain instead of the one provided by login response | Konstantinos Sideris | 2017-05-09 | 1 | -5/+3 |
| | |||||
* | Initial support for display names | Konstantinos Sideris | 2017-05-08 | 1 | -4/+3 |
| | |||||
* | Add sync timeout | Konstantinos Sideris | 2017-05-08 | 1 | -0/+1 |
| | |||||
* | Use strongly typed enums | Konstantinos Sideris | 2017-05-08 | 1 | -12/+12 |
| | |||||
* | Use timeline to retrieve state events | Konstantinos Sideris | 2017-05-07 | 1 | -1/+3 |
| | | | | | - Rooms without any history will be shown. - Room's state will be kept in sync and any updates will be visible. | ||||
* | Add initial support for inline images | Konstantinos Sideris | 2017-04-28 | 1 | -0/+36 |
| | |||||
* | Exclude m.room.member events from initial sync | Konstantinos Sideris | 2017-04-27 | 1 | -0/+6 |
| | |||||
* | 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 |