summary refs log tree commit diff
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-06-30Add basic support for replies (#292)Konstantinos Sideris7-1/+41
2018-06-29Allow arbitrary resizing of the main window & restore sidebar's sizeKonstantinos Sideris5-4/+57
fixes #160 fixes #163 fixes #187 fixes #127
2018-06-28Save timeline messages in cache for faster startup timesKonstantinos Sideris14-64/+272
2018-06-28Upgrade matrix-structs & mtxclientKonstantinos Sideris3-31/+36
2018-06-27State that encrypted attachments aren't supported (#352)Luca Beltrame1-1/+1
As nheko does not support yet sending encrypted attachments (see issue #348) explicitly indicate so in the README.
2018-06-25Send one claim request per user that includes all devicesKonstantinos Sideris3-49/+96
Add missing megolm algorithm field that was causing the "unknown algorithm" error.
2018-06-23Add entry for GCC5 on Travis-CIKonstantinos Sideris3-3/+16
2018-06-23Allow copying the version info in the settings pageKonstantinos Sideris2-7/+5
2018-06-22Fix the appimage generation