aboutsummaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2020-11-01Matrix: cache syncdec05eba
2020-11-01Matrix: create room immediately after receiving join response, instead of ↵dec05eba
waiting for join sync message
2020-11-01Matrix: add invites tab, add /leave command, remove room when leaving, add ↵dec05eba
async loading for more tasks
2020-10-30Matrix: re-add /logout, cancel task immediatelydec05eba
Cancel video download when pressing escape, other fixes..
2020-10-29Matrix: add room tagsdec05eba
Fix pinned events that are added after starting QuickMedia (before this change it adds all elements again to the list). Add /me command. Other fixes...
2020-10-23Matrix: start on room tags, fix thread race condition on accessing room ↵dec05eba
variables (name, avatar url, prev batch)
2020-10-23Kill program on read failure or callback returning non-0 value, fix ↵dec05eba
potential crash
2020-10-23Mangadex: implement paginationdec05eba
2020-10-23Re-add creators pagedec05eba
2020-10-22Matrix: add pinned messages tabdec05eba
2020-10-21Workaround sfml image loading thread race conditiondec05eba
See: https://github.com/SFML/SFML/issues/1711 Also some other smaller changes
2020-10-21Matrix: sort rooms by mention/unread messagesdec05eba
fix multiple messages being marker as mentioning us if the latest mention is close to another mention that we have already read. Do not go to bottom when sending a message or uploading media. Do not scroll to bottom unless we have the last message selected, the tab is the messages tab and the window is focused.
2020-10-21Fix thumbnail fallback size being incorrect, incorrect read marker for matrixdec05eba
2020-10-19shared_ptr<RoomData> -> unique_ptr<RoomData> and naked pointersdec05eba
2020-10-19Change thumbnail creation from nearest neighbor to linear interpolation, set ↵dec05eba
body thumbnail size for 4chan and matrix (if available)
2020-10-19Add pagination to ph and mangatowndec05eba
2020-10-18Matrix: add a proper URI parser instead of regex for opening links. Show ↵dec05eba
related body item image when pressing enter (for showing replied to media)
2020-10-17Matrix: update room list when joining a room (in another client) without ↵dec05eba
restarting, and set sync retry to 1 sec instead of 50ms
2020-10-17Matrix: make text that mentions us reddec05eba
2020-10-17Matrix: show reply messages embedded in messages that reply to them, like ↵dec05eba
element does
2020-10-16Matrix: use room object instead of room iddec05eba
2020-10-16Matrix: use rapidjson instead of jsoncpp to decrease memory usage from 58mb ↵dec05eba
to 24mb
2020-10-15Youtube: fetch next page when reaching bottom of search (also fixes ↵dec05eba
continuation)
2020-10-13Refactor plugin into seperate pagesdec05eba
TODO: Readd 4chan login page, manganelo creators page, autocomplete
2020-10-10Refactor: move download->json parsing to a one functiondec05eba
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 ↵dec05eba
server)
2020-10-03Nyaa.si: fetch next page when reaching the bottomdec05eba
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
rooms list
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 ↵dec05eba
error
2020-09-27Matrix: add logout commanddec05eba
2020-09-26matrix: send start/stop typingdec05eba
2020-09-25Matrix: add display name colors depending on user iddec05eba
2020-09-25Matrix: fetch previous messages when reaching the topdec05eba
2020-09-24matrix: Add thumbnails to room listdec05eba
2020-09-23Add matrix image uploaddec05eba
2020-09-22Initial file manager implementation, with thumbnail cachingdec05eba
2020-09-22Add ctrl+i to view attached images/videos to matrix postsdec05eba
2020-09-21Add matrix room namesdec05eba
2020-09-21Initial matrix supportdec05eba
2020-09-18Initial nyaa.si supportdec05eba
2020-09-15Add manga creators page to navigate to others works by the creatorsdec05eba