Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-06-17 | Fix regressions regarding invites & slowness during shutdown | Konstantinos Sideris | 5 | -11/+8 | |
2018-06-17 | Setup BinTray | Konstantinos Sideris | 6 | -42/+83 | |
2018-06-17 | Correctly mark received messages whose response came after /sync | Konstantinos Sideris | 3 | -6/+19 | |
2018-06-17 | Update CI instructions | Konstantinos Sideris | 9 | -32/+40 | |
2018-06-15 | Don't try to send megolm session keys to devices with no one-time keys | Konstantinos Sideris | 2 | -79/+96 | |
2018-06-15 | Pass down toolchain file on Windows | Konstantinos Sideris | 1 | -0/+1 | |
2018-06-15 | Handle OLM_MESSAGE type of messages properly | Konstantinos Sideris | 6 | -93/+188 | |
2018-06-14 | Fix CI errors on macOS & Windows | Konstantinos Sideris | 3 | -8/+9 | |
- Run the linter - Explicitly use cmake for installing olm | |||||
2018-06-14 | Rename the log namespace to avoid symbol clash with the math function | Konstantinos Sideris | 25 | -265/+408 | |
- Patch the olm repo with a CMakeLists.txt file | |||||
2018-06-13 | Add support for sending encrypted messages | Konstantinos Sideris | 6 | -12/+345 | |
2018-06-12 | Add method to convert PendingMessage's to event types | Konstantinos Sideris | 5 | -58/+151 | |
Add more logging during message sending | |||||
2018-06-12 | Fix bug where cache was initialized twice in a row | Konstantinos Sideris | 4 | -60/+89 | |
2018-06-12 | Add menu option to enable encryption in a private room | Konstantinos Sideris | 6 | -14/+141 | |
2018-06-10 | Add support for displaying decrypted messages | Konstantinos Sideris | 19 | -99/+869 | |
2018-06-09 | Migrate to mtxclient for the http calls | Konstantinos Sideris | 44 | -2430/+1624 | |
2018-06-04 | Install missing dependencies in travis-ci/appveyor | Konstantinos Sideris | 7 | -34/+46 | |
2018-06-04 | Include mtxclient in the build | Konstantinos Sideris | 12 | -51/+257 | |
2018-06-02 | Bump version to v0.4.3 | Konstantinos Sideris | 3 | -8/+8 | |
2018-05-26 | Show Matrix ID tooltip when hovering over display name | Konstantinos Sideris | 2 | -12/+71 | |
fixes #212 | |||||
2018-05-26 | Properly resize Audio & File widgets | Konstantinos Sideris | 6 | -23/+57 | |
Remove empty space between username & timeline widgets | |||||
2018-05-26 | Set fixed height for the DateSeparator & TextLabel | Konstantinos Sideris | 3 | -3/+5 | |
2018-05-25 | Fix resize slowness on the TopBar | Konstantinos Sideris | 4 | -79/+42 | |
2018-05-25 | Bump version to 0.4.2 | Konstantinos Sideris | 3 | -8/+8 | |
2018-05-25 | Make the number of unread messages fit in the bubble | Konstantinos Sideris | 2 | -11/+22 | |
fixes #330 | |||||
2018-05-25 | Use the white for text on the dark theme | Konstantinos Sideris | 2 | -0/+2 | |
fixes #331 | |||||
2018-05-24 | Fix "jumpy messages" regression | Konstantinos Sideris | 1 | -9/+1 | |
Caused by the commit addressing #193 | |||||
2018-05-24 | Bump version to 0.4.1 | Konstantinos Sideris | 3 | -8/+8 | |
2018-05-23 | Fix line break issue on timeline with long words | Konstantinos Sideris | 2 | -8/+47 | |
fixes #193 | |||||
2018-05-21 | Use std::string for the "creator" key in m.room.member | Konstantinos Sideris | 1 | -1/+1 | |
2018-05-18 | Retrieve the current room state from cache when the edit modal opens | Konstantinos Sideris | 2 | -8/+16 | |
2018-05-18 | Refresh the room info on the top bar after sync | Konstantinos Sideris | 2 | -1/+12 | |
2018-05-18 | Fix crash on unfinished animation & center the edit modal | Konstantinos Sideris | 2 | -0/+11 | |
2018-05-18 |