aboutsummaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2021-08-07Fix seeking in youtube videos larger than 2gb, launch launcher when running ↵dec05eba
qm without any args
2021-08-05Youtube: attempt to auto-detect throttling and restart downloaddec05eba
2021-08-05Make body items private, add accessor functionsdec05eba
This allows body to automatically update dirty state (and other states). Correctly format newlines in codeblocks in matrix.
2021-08-01Matrix: implement power level change messagesdec05eba
2021-07-28Fix submit without selected item (in matrix room directory and invites page)dec05eba
2021-07-284chan: add timeout for posting without pass, handle noop captcha challengedec05eba
2021-07-27Implement new 4chan captchadec05eba
2021-07-26Matrix: greatly improve performance when entering a very large room ↵dec05eba
(initially and later on)
2021-07-26Matrix: add /join and /invite commandsdec05eba
2021-07-24Fix youtube copyrighted videos (revert back to watch?v= url)dec05eba
2021-07-21Fix freeze on search reset in manga combined plugin. Fix multithreading ↵dec05eba
issues in AsyncTask
2021-07-19Add hotexamplesdec05eba
2021-07-17Youtube: remove dependency on youtube-dl for downloads (also fixes downloads ↵dec05eba
of age restricted videos)
2021-07-16Add sorting options to nyaa.sidec05eba
2021-07-08Youtube: fix comments by replacing removed comments ajax api with next apidec05eba
2021-07-03Remove dependency on tidy, fix ph, support all 4chan markupdec05eba
Go back to previous page when failing to fetch number of pages
2021-06-25Rework youtube redirect codedec05eba
2021-06-25Matrix: do not show kick/ban notification when restarting quickmedia (do not ↵dec05eba
show notification on cache load)
2021-06-25Add a http server proxy for better youtube downloading (bypassing rate limit ↵dec05eba
cased by http range header). Fix youtube live streams
2021-06-22Only do youtube redirect on failure to load videodec05eba
2021-06-19Fix youtube sometimes needing a redirect for media urldec05eba
2021-06-19Support youtube description chaptersdec05eba
2021-06-17Properly support youtube timestamp in urldec05eba
2021-06-14Always choose non-av1 and non HDR stream for youtube video to support ↵dec05eba
hardware decoding
2021-06-11Optimize shaders, only update youtube decryption function once every 5 ↵dec05eba
minutes, smoother movement with smaller card items
2021-06-11Fix youtube live streams (but they are slow...), fix youtube title spacesdec05eba
2021-06-11Readd youtube video titledec05eba
2021-06-11Make get_related_videos async, readd mark-watcheddec05eba
2021-06-11Remove dependency on youtube-dl for streaming youtube, resulting in faster ↵dec05eba
video startup
2021-06-05Add covers to mangadex, remove arrow left/right, require altdec05eba
2021-06-04Add grid viewdec05eba
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-28Fix download, remove spotify (which now requires an account)dec05eba
2021-05-26cleanupdec05eba
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-22Temporary fix for crash when resizing (text is deallocated when hidden), fix ↵dec05eba
text randomly getting glitched out
2021-05-21Fix mangadex navigate to previous/next page using same images as the ↵dec05eba
previous chapter
2021-05-21Add onimangadec05eba
2021-05-21Fix deadlock by reference to stack local room outside the functiondec05eba
2021-05-21Jump to room when submitting notificationdec05eba
2021-05-20Add notifications tab to matrixdec05eba
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-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-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-11Improve file saving guidec05eba