summary refs log tree commit diff
path: root/.ci/macos/deploy.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2018-06-17Setup BinTrayKonstantinos Sideris1-0/+4
2018-06-17Correctly mark received messages whose response came after /syncKonstantinos Sideris3-6/+19
2018-06-17Update CI instructionsKonstantinos Sideris9-32/+40
2018-06-15Don't try to send megolm session keys to devices with no one-time keysKonstantinos Sideris2-79/+96
2018-06-15Pass down toolchain file on WindowsKonstantinos Sideris1-0/+1
2018-06-15Handle OLM_MESSAGE type of messages properlyKonstantinos Sideris6-93/+188
2018-06-14Fix CI errors on macOS & WindowsKonstantinos Sideris3-8/+9
2018-06-14Rename the log namespace to avoid symbol clash with the math functionKonstantinos Sideris25-265/+408
2018-06-13Add support for sending encrypted messagesKonstantinos Sideris6-12/+345
2018-06-12Add method to convert PendingMessage's to event typesKonstantinos Sideris5-58/+151
2018-06-12Fix bug where cache was initialized twice in a rowKonstantinos Sideris4-60/+89
2018-06-12Add menu option to enable encryption in a private roomKonstantinos Sideris6-14/+141
2018-06-10Add support for displaying decrypted messagesKonstantinos Sideris19-99/+869
2018-06-09Migrate to mtxclient for the http callsKonstantinos Sideris44-2430/+1624
2018-06-04Install missing dependencies in travis-ci/appveyorKonstantinos Sideris7-34/+46
2018-06-04Include mtxclient in the buildKonstantinos Sideris12-51/+257
2018-06-02Bump version to v0.4.3Konstantinos Sideris3-8/+8
2018-05-26Show Matrix ID tooltip when hovering over display nameKonstantinos Sideris2-12/+71
2018-05-26Properly resize Audio & File widgetsKonstantinos Sideris6-23/+57
2018-05-26Set fixed height for the DateSeparator & TextLabelKonstantinos Sideris3-3/+5
2018-05-25Fix resize slowness on the TopBarKonstantinos Sideris4-79/+42
2018-05-25Bump version to 0.4.2Konstantinos Sideris3-8/+8
2018-05-25Make the number of unread messages fit in the bubbleKonstantinos Sideris2-11/+22
2018-05-25Use the white for text on the dark themeKonstantinos Sideris2-0/+2
2018-05-24Fix "jumpy messages" regressionKonstantinos Sideris1-9/+1
2018-05-24Bump version to 0.4.1Konstantinos Sideris3-8/+8
2018-05-23Fix line break issue on timeline with long wordsKonstantinos Sideris2-8/+47
2018-05-21Use std::string for the "creator" key in m.room.memberKonstantinos Sideris1-1/+1
2018-05-18Retrieve the current room state from cache when the edit modal opensKonstantinos Sideris2-8/+16
2018-05-18Refresh the room info on the top bar after syncKonstantinos Sideris2-1/+12
2018-05-18Fix crash on unfinished animation & center the edit modalKonstantinos Sideris2-0/+11
2018-05-18Generate missing translations stringsKonstantinos Sideris5-5/+120
2018-05-18Update dockerfiles with the qt-svg dependencyKonstantinos Sideris</