summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2017-12-27Add release badgev0.1.0Konstantinos Sideris
2017-12-26Mention deb and rpm packagesKonstantinos Sideris
[ci skip]
2017-12-26Docs: Update required Clang version to 3.8 (#182)alphapapa
Fixes #179 [ci skip]
2017-12-26Add deb and rpm packages on releasesKonstantinos Sideris
2017-12-25Add date separator in the timelineKonstantinos Sideris
fixes #157
2017-12-24Use a better regex to identify URLsKonstantinos Sideris
2017-12-23Fix deploy conditionalsKonstantinos Sideris
2017-12-23Restrict display name width to 500pxKonstantinos Sideris
2017-12-23Don't keep fetching history on non-visible timelinesKonstantinos Sideris
If the user switched to another timeline before the current timeline filled up with messages, nheko would keep fetching history. Now it will check periodically if the timeline became visible so it can decide whether or not to stop fetching history.
2017-12-22Don't create artifacts when we're not deployingKonstantinos Sideris
2017-12-22Use ninja on travisKonstantinos Sideris
2017-12-22Use the "state_key" to assign avatarsKonstantinos Sideris
fixes #113 fixes #173
2017-12-22Cache room avatars (#139)Konstantinos Sideris
fixes #107
2017-12-21Add rounded corners to inline imagesKonstantinos Sideris
2017-12-21Remove the 'Video' prefix from video linksKonstantinos Sideris
2017-12-21Update READMEKonstantinos Sideris
2017-12-21Fix font size inconsistenciesKonstantinos Sideris
2017-12-21Bump font sizesKonstantinos Sideris
2017-12-21Bold room namesKonstantinos Sideris
2017-12-21Prevent emoji selector for closingKonstantinos Sideris
fixes #176
2017-12-19Handle incoming invitesKonstantinos Sideris
fixes #128
2017-12-17Remove minimum height limit (#160, #163)Konstantinos Sideris
2017-12-17Update matrix-structsKonstantinos Sideris
2017-12-16Handle null values on eventsKonstantinos Sideris
2017-12-16Dump json contents on parsing errorsKonstantinos Sideris
2017-12-16Improve logging on event parsing failureKonstantinos Sideris
2017-12-16Remove submodules from matrix-structsKonstantinos Sideris
fixes #164
2017-12-16Update package.nix to include QT Multimedia (#165)Jani Mustonen
2017-12-14Allow only one application instanceKonstantinos Sideris
fixes #141
2017-12-14Upgrade appveyor to Qt 5.9.2Konstantinos Sideris
2017-12-14Create appimage with dockerKonstantinos Sideris
[ci skip]
2017-12-12Remove -march=nativeKonstantinos Sideris
[ci skip]
2017-12-12Valgrind runKonstantinos Sideris
- Fix a memory leak where a layout was created without being used. - Fix uninitialized value.
2017-12-11Add dialog to create roomsKonstantinos Sideris
fixes #25
2017-12-11Add system theme colors for FloatingButton (#112)Konstantinos Sideris
2017-12-10Add menu to invite usersKonstantinos Sideris
2017-12-10Add gui option for joining rooms (#25)Konstantinos Sideris
2017-12-10Add debug info on travis buildsKonstantinos Sideris
2017-12-10Reset cache on breaking changesKonstantinos Sideris
fixes #154
2017-12-10Handle malformed state eventsKonstantinos Sideris
2017-12-07Add release target on the MakefileKonstantinos Sideris
closes #146 [ci skip]
2017-12-07Handle malformed m.topic eventsKonstantinos Sideris
fixes #152
2017-12-06Catch deserialization exceptions on initial /syncKonstantinos Sideris
2017-12-06docs: Update required Clang version and Ubuntu 14.04 instructions (#150)alphapapa
[ci skip]
2017-12-06Fix invited rooms parsingKonstantinos Sideris
fixes #149
2017-12-06Update build instructions to include the latest changesKonstantinos Sideris
[ci skip]
2017-12-06Prevent queue from getting blocked (#142)Konstantinos Sideris
Try sending a message when all the sent messages have been received through /sync.
2017-12-05Use the same compiler for cKonstantinos Sideris
2017-12-05Add style colors for the ScrollBarKonstantinos Sideris
2017-12-05Update dependenciesKonstantinos Sideris