aboutsummaryrefslogtreecommitdiff
path: root/plugins/Matrix.hpp
AgeCommit message (Expand)Author
2020-11-21Render emoji in text, do not show notification count for cache sync, lazy loa...dec05eba
2020-11-19Matrix: cache get_message_by_id, temporary remove fetching additional message...dec05eba
2020-11-18Matrix: attempt to fix fetching of previous messages before sync is finisheddec05eba
2020-11-18Matrix: attempt fix double messages for sent messages with construct, missing...dec05eba
2020-11-16Matrix: fix crash when failing to send message or read markerdec05eba
2020-11-16Matrix: fix unread red marker when fetching previous messagesdec05eba
2020-11-16Matrix: show provisional messages as the message is being sent and receiveddec05eba
2020-11-14Resume video when navigating back from related/channel videosdec05eba
2020-11-12Matrix: workaround synapse bug where sync doesn't include membership states w...dec05eba
2020-11-09Matrix: show correct displayname and avatar for direct messages, or rooms wit...dec05eba
2020-11-09Matrix: update user display name/avatar when updated in /sync; fix backspace ...dec05eba
2020-11-08Matrix: show last message sorted by timestamp in room descriptiondec05eba
2020-11-07Cache read tagdec05eba
2020-11-04Matrix: fetch additional messages in the background for all rooms, filter roo...dec05eba
2020-11-04Matrix: do not post filter on first sync, show loading animation if sync cach...dec05eba
2020-11-04Matrix: hack: fetch latest messages even if sync is not finished when going t...dec05eba
2020-11-04Test caching filter in matrixdec05eba
2020-11-04Matrix: show membership events, unimplemented events, do not fetch users remo...dec05eba
2020-11-04Add channels page to related videos menu, fix related videos menu broken afte...dec05eba
2020-11-03Matrix: fetch user if the user is not available for some reason (synapse bug?)dec05eba
2020-11-03Matrix: update body item filter when switching tabdec05eba
2020-11-03Matrix: sync with filter, lazy member fetch (reducing sync time from 35 sec w...dec05eba
2020-11-01Matrix: do not show notification for cache sync messagesdec05eba
2020-11-01Matrix: cache syncdec05eba
2020-11-01Matrix: create room immediately after receiving join response, instead of wai...dec05eba
2020-11-01Matrix: add invites tab, add /leave command, remove room when leaving, add as...dec05eba
2020-10-29Matrix: add room tagsdec05eba
2020-10-23Matrix: start on room tags, fix thread race condition on accessing room varia...dec05eba
2020-10-22Matrix: add pinned messages tabdec05eba
2020-10-21Matrix: sort rooms by mention/unread messagesdec05eba
2020-10-19shared_ptr<RoomData> -> unique_ptr<RoomData> and naked pointersdec05eba
2020-10-19Change thumbnail creation from nearest neighbor to linear interpolation, set ...dec05eba
2020-10-17Matrix: update room list when joining a room (in another client) without rest...dec05eba
2020-10-17Matrix: make text that mentions us reddec05eba
2020-10-17Matrix: show reply messages embedded in messages that reply to them, like ele...dec05eba
2020-10-16Matrix: use room object instead of room iddec05eba
2020-10-16Matrix: use rapidjson instead of jsoncpp to decrease memory usage from 58mb t...dec05eba
2020-10-13Refactor plugin into seperate pagesdec05eba
2020-10-04Matrix: remove initial delay when entering roomdec05eba
2020-10-03Matrix: attempt to fix threading issuesdec05eba
2020-10-03Matrix: show unread marker from previous session (fetch m.read marker from se...dec05eba
2020-10-03Remove unused codedec05eba
2020-10-02Matrix: show audio and files in bodydec05eba
2020-10-02Matrix: add video/regular file uploaddec05eba
2020-10-01Matrix: implement mention/reply notificationsdec05eba
2020-10-01Matrix: show indication for unread messages and show the last message in the ...dec05eba
2020-10-01Matrix: add message delete with ctrl+ddec05eba
2020-09-30Matrix: implement message editingdec05eba
2020-09-30Matrix: add message replying with ctrl+r, also use shared_ptr for BodyItemdec05eba
2020-09-28Matrix: fix login with pantalaimon proxy, fix logout crash, show real login e...dec05eba