Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use callbacks on MatrixClient | Konstantinos Sideris | 2017-10-22 | 1 | -545/+409 |
* | Remove cache updates from the main thread | Konstantinos Sideris | 2017-10-21 | 1 | -3/+3 |
* | Retry initial sync (#19) | Konstantinos Sideris | 2017-10-20 | 1 | -1/+1 |
* | Add /join command support | Konstantinos Sideris | 2017-10-08 | 1 | -4/+14 |
* | Drop the loading screen if consensus can't be achieved | Konstantinos Sideris | 2017-10-08 | 1 | -1/+1 |
* | Resume sync when connectivity is established | Konstantinos Sideris | 2017-10-05 | 1 | -0/+7 |
* | Use string timeout parameter | Konstantinos Sideris | 2017-10-05 | 1 | -1/+3 |
* | Remove full_state from initial sync | Konstantinos Sideris | 2017-10-04 | 1 | -17/+7 |
* | Receive typing notifications (#88) | Konstantinos Sideris | 2017-10-04 | 1 | -2/+3 |
* | React to externally left and joined rooms, and add "leave room" button in roo... | Max Sandholm | 2017-10-01 | 1 | -1/+77 |
* | Remove extra clang-format options | Konstantinos Sideris | 2017-10-01 | 1 | -6/+6 |
* | 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 |
* | Add write support for m.emote events | Konstantinos Sideris | 2017-09-03 | 1 | -444/+468 |
* | Small style change | Konstantinos Sideris | 2017-08-20 | 1 | -42/+65 |
* | Improve login flow (#35) | jansol | 2017-07-08 | 1 | -2/+25 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |