summaryrefslogtreecommitdiffstats
path: root/src/timeline
AgeCommit message (Expand)Author
2018-07-10Send image dimensions in m.image eventKonstantinos Sideris
2018-07-08Fix variable shadowing that caused the key response to be nullKonstantinos Sideris
2018-07-07Add context menu action to request encryption keysKonstantinos Sideris
2018-07-07Add a timeline message when encryption is enabledKonstantinos Sideris
2018-07-07Mark all decrypted messages with a padlockKonstantinos Sideris
2018-07-04Don't download dependencies during buildKonstantinos Sideris
2018-07-01Mark encrypted messages with a lock iconKonstantinos Sideris
2018-06-30Add basic support for replies (#292)Konstantinos Sideris
2018-06-28Save timeline messages in cache for faster startup timesKonstantinos Sideris
2018-06-25Send one claim request per user that includes all devicesKonstantinos Sideris
2018-06-20Verify signature of identity keys before sharing the megolm sessionKonstantinos Sideris
2018-06-19Handle olm & lmdb exceptions during message decryptionKonstantinos Sideris
2018-06-18Mark encrypted rooms when processing room stateKonstantinos Sideris
2018-06-18Improve logging a bitKonstantinos Sideris
2018-06-17Correctly mark received messages whose response came after /syncKonstantinos Sideris
2018-06-15Don't try to send megolm session keys to devices with no one-time keysKonstantinos Sideris
2018-06-15Handle OLM_MESSAGE type of messages properlyKonstantinos Sideris
2018-06-14Rename the log namespace to avoid symbol clash with the math functionKonstantinos Sideris
2018-06-13Add support for sending encrypted messagesKonstantinos Sideris
2018-06-12Add method to convert PendingMessage's to event typesKonstantinos Sideris
2018-06-12Add menu option to enable encryption in a private roomKonstantinos Sideris
2018-06-10Add support for displaying decrypted messagesKonstantinos Sideris
2018-06-09Migrate to mtxclient for the http callsKonstantinos Sideris
2018-05-26Show Matrix ID tooltip when hovering over display nameKonstantinos Sideris
2018-05-26Properly resize Audio & File widgetsKonstantinos Sideris
2018-05-26Set fixed height for the DateSeparator & TextLabelKonstantinos Sideris
2018-05-23Fix line break issue on timeline with long wordsKonstantinos Sideris
2018-05-08Replace shared pointers of MatrixClient with a single instanceKonstantinos Sideris
2018-05-05Add support for retrieving the notification events (#33)Konstantinos Sideris
2018-05-04Remove the extra top margin from timeline widgetsKonstantinos Sideris
2018-05-01Show user avatar for messages on different day or time gap > 15 minsKonstantinos Sideris
2018-04-29More consistent spacing between messagesKonstantinos Sideris
2018-04-29Refactor utils::getMessageDescriptionKonstantinos Sideris
2018-04-27Add support for displaying m.sticker eventsKonstantinos Sideris
2018-04-25Improve the date separator widgetKonstantinos Sideris
2018-04-21Cache refactoringKonstantinos Sideris
2018-04-03Update the room list after a redacted event has been removedKonstantinos Sideris
2018-03-27Update first & last sender after message deletionKonstantinos Sideris
2018-03-25Show avatars in the completion popupKonstantinos Sideris
2018-03-20TimelineView: remove unneeded date separators when deleting a redacted messag...Hawkheart
2018-03-19More stylistic changes & dark theme tweaksKonstantinos Sideris
2018-03-18roomlist: Put the message timestamp on the topKonstantinos Sideris
2018-03-18Don't count m.room.member or m.room.reaction events as viewableKonstantinos Sideris
2018-03-18Remove redacted events from other users (#171)Konstantinos Sideris
2018-03-17Add ability to redact messagesKonstantinos Sideris
2018-03-17Fix CI & adjust snackbar animationKonstantinos Sideris
2018-03-14Add context menu option to save imagesKonstantinos Sideris
2018-03-11Add context menu option to mark events individually as readKonstantinos Sideris
2018-03-07Crete a proxy for media to uniquely match signal to the callerKonstantinos Sideris
2018-03-07Add a unique id for locally uploaded imagesKonstantinos Sideris