aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Matrix.cpp
AgeCommit message (Collapse)Author
2021-06-09Show critical notification before abort on critical errordec05eba
2021-06-05Add covers to mangadex, remove arrow left/right, require altdec05eba
2021-06-02Add modern themedec05eba
Join matrix room by their name instead of id if there is a name. This allows you to join rooms where the homeserver that created the room is no longer participating in the room.
2021-05-29Fix scroll position after lazy load on youtube, scroll in room after new ↵dec05eba
message in matrix
2021-05-28Improve body navigationdec05eba
2021-05-23Only use x11egl mpv option when running wayland. Disable video disk cache, ↵dec05eba
use mpv default instead
2021-05-21Cache pinned events that have been deleteddec05eba
2021-05-21Fix deadlock by reference to stack local room outside the functiondec05eba
2021-05-21Jump to room when submitting notificationdec05eba
2021-05-21Add new mentions that are read to notifications list as welldec05eba
2021-05-20Stop fetching notifications at the enddec05eba
2021-05-20Add notifications tab to matrixdec05eba
2021-05-20Restrict image size to body sizedec05eba
2021-05-20Move chat page room list logic to matrix delegatedec05eba
2021-05-20Start on notificationsdec05eba
run matrix delegate on main (ui) thread instead of mutex hell
2021-05-19Disable mention formatting in single line code blocksdec05eba
2021-05-18Mention appendixdec05eba
2021-05-18Add mention autocompletedec05eba
2021-05-17Make body movement smooth, async load video related videos to allow ↵dec05eba
cancellation with esc
2021-05-11Fix join room crashdec05eba
2021-05-07Add ctrl+i reverse image search to 4chan, add saucenao to launcherdec05eba
2021-04-30Support webp thumbnailsdec05eba
2021-04-28Update emoji, add room topic to matrixdec05eba
2021-04-28Calculate subscription uploaded time difference correctly when taking ↵dec05eba
timezone into consideration
2021-04-28Add youtube subscriptions, etcdec05eba
2021-04-27Fix multiline block not visible if only one line, fix naughty users having ↵dec05eba
too long names or newlines in username
2021-04-26Fix soundcloud (fetch client id), add authors to mangakatana, some other fixesdec05eba
2021-04-20Fix random crash when displaying chapter progressdec05eba
2021-04-18Fix misc matrix bugs related to leaving a room when side panel is visible ↵dec05eba
and changing room, misc visual changes to manga
2021-04-13Include cppcodec instead of using it a system library. Its not available in ↵dec05eba
ubuntu repos for example
2021-04-08Temporary workaround tabbed bugdec05eba
When closing the tabbed window, all embedded windows except the first one are killed
2021-04-07Matrix: mark window as urgent when being mentioned or receiving an invitedec05eba
2021-04-06Use malloc_trim to reduce memory usage after freeing memorydec05eba
2021-04-05Make url parsing better by using a list of valid tlds. Make urls blue in textdec05eba
2021-04-02FileManager: show video thumbnails, update thumbnail if name is the same but ↵dec05eba
the content has changed (last modified time changed)
2021-04-02QuickMedia -> quickmediadec05eba
2021-04-02Matrix: make video thumbnail use correct ratiodec05eba
2021-04-01Matrix: fix thumbnails when using pantalaimon, add more predefined rooms to ↵dec05eba
room directory
2021-04-01Remove http/https/www from room directory server namedec05eba
2021-04-01Matrix: add room directory for joining rooms, resize video thumbnaildec05eba
2021-03-31Do not upload thumbnail of thumbnail for videosdec05eba
2021-03-30Remove tor option. Use torsocks instead (which is what quickmedia did anyways)dec05eba
2021-03-28Use imagemagick to create thumbnails instead of doing it ourselves. Better ↵dec05eba
result and less memory usage because out of process memory reclaimed on exit
2021-03-28Matrix: use proper url for downloading thumbnailsdec05eba
2021-03-27bladec05eba
2021-03-26Bye bye construct, we use /event to get event by id instead of /contextdec05eba
2021-03-20More work on touch (behind QM_ENABLE_TOUCH=1 environment variable), save ↵dec05eba
thumbnails with their size so using a different scaling will update thumbnails to the same scale
2021-03-19Start on touch support, add support for ui scaling, revert back to old ↵dec05eba
get_message_by_id method for matrix to support loading user display names in replies
2021-03-17Fuck construct, use faster way to fetch message by iddec05eba
2021-03-17Matrix: fix block formatting when using multiple blocksdec05eba