aboutsummaryrefslogtreecommitdiff
path: root/src/plugins
AgeCommit message (Collapse)Author
2021-05-28Improve body navigationdec05eba
2021-05-26Fix room avatar getting corrupt after returning from watching mediadec05eba
Also dont save file manager path to disk. Save it to ram only
2021-05-26sneeddec05eba
2021-05-24Save the last accessed file manager directory and use that the next time. ↵dec05eba
Add ctrl+s for 4chan without viewing the image/video in fullscreen mode
2021-05-23Fix mangadex api after remote updatedec05eba
2021-05-23Only use x11egl mpv option when running wayland. Disable video disk cache, ↵dec05eba
use mpv default instead
2021-05-22Fix 4chan and other html plugins for ubuntu, make movement smooth with 60fps ↵dec05eba
as well, readd updateGeometry
2021-05-21Fix mangadex navigate to previous/next page using same images as the ↵dec05eba
previous chapter
2021-05-21Add onimangadec05eba
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-17Add ctrl+i to either open urls in browser or reverse image search. Also fix ↵dec05eba
ctrl+c copy with missing title
2021-05-17Make body movement smooth, async load video related videos to allow ↵dec05eba
cancellation with esc
2021-05-15Fix manganelo id for manga with <= 2 characters, force redraw manga image ↵dec05eba
after 1 second
2021-05-15Remove pleromadec05eba
2021-05-13Show local time for nyaa.si, soundcloud and spotify. Add sukebeidec05eba
2021-05-13Fix soundcloud not loading all playlist tracks, auto load next page if ↵dec05eba
bottom visible
2021-05-12Add file and folder icons to file managerdec05eba
2021-05-12Skip duplicate chapters (different translators)dec05eba
2021-05-12Fix mangadex chapter orderdec05eba
2021-05-114chan: show the replied to messages when navigating repliesdec05eba
2021-05-11Fix join room crashdec05eba
2021-05-11Improve file saving guidec05eba
2021-05-10Add downloader, fix room navigation lagdec05eba
Fix bug where getting next page fails if there is no search bar
2021-05-09Handle youtube cookies initialization failure, reorder youtube tabsdec05eba
2021-05-07Add ctrl+i reverse image search to 4chan, add saucenao to launcherdec05eba
2021-05-06Upgrade mangadex api to the new onedec05eba
There is a bug in mangadex api where order[publishAt]=desc is ignored, so going to the next chapter is messed up. Automedia will be updated after this is fixed. Also manga cover images are missing.
2021-05-06Add saucenaodec05eba
2021-05-06Show youtube recommendations instead of local recommendations from related ↵dec05eba
videos
2021-05-05Prepare youtube for auto fetch of api key, add author name for subscriptions ↵dec05eba
item
2021-05-04Use x11 on wayland, to make mpv embedding possibledec05eba
2021-05-03Add readm.orgdec05eba
2021-05-02Make submit async, sort manga combined view by manga service name, show ↵dec05eba
correct timeout, use youtube thumbnail without black bars at top and bottom
2021-04-30Remove temporary file created for .webp thumbnailsdec05eba
2021-04-30Add 4chan file uploaddec05eba
2021-04-30Support webp thumbnailsdec05eba
2021-04-30Fix 4chan codeblocks not visible, change titles and rearrange youtube tabsdec05eba
2021-04-30Make initial youtube request faster (faster cookies setup)dec05eba
2021-04-29Add xvideos and xhamsterdec05eba
2021-04-28Create generic media plugindec05eba