aboutsummaryrefslogtreecommitdiff
path: root/plugins/Page.hpp
AgeCommit message (Collapse)Author
2022-09-10Matrix: better name for clipboard file (with extension), give pantalaimon ↵dec05eba
files proper filenames when downloading
2022-09-04Add dramacooldec05eba
2022-07-15Youtube: do not autoplay next if starting qm with youtube url, opening ↵dec05eba
youtube url in info page or matrix
2022-06-19Fix submit on async reload page, fix submit on search suggestion page empty textdec05eba
2022-06-16Soundcloud: fix title and download link not updating when changing video, ↵dec05eba
fix text y offset after mgl update
2022-03-08Save youtube watch progress and resume next time the video is playeddec05eba
2022-03-04Fix xv video and related page, fix possible crash when going back from ↵dec05eba
related video
2022-03-01Make login a bit generalized, readd 4chan login (not tested)dec05eba
2022-02-18Refactor watch progress (prepare for global watch progress)dec05eba
2022-02-17Add local anime tracking. Check readme for more info about local_anime configdec05eba
2022-02-12Local manga: add ctrl+r to search page to mark manga as read/unreaddec05eba
2022-02-12Local-manga: show if the latest chapter of a manga has been readdec05eba
2022-02-11Add local-manga plugin to read local mangadec05eba
2022-02-07Use one struct for all args in Page::submit instead of multiple args (easier ↵dec05eba
to add new fields without changing code) Also remove submit_body_item from page.
2021-11-17Replace sfml with mgldec05eba
2021-11-12Allow plugins to add their own tabs in ctrl+r instead of search, comments, ↵dec05eba
related and channel
2021-09-18Show option to open saucenao result urlsdec05eba
ctrl+c for info should only copy the url
2021-09-12Mangadex: add author/artist tabs for manga, optimize search (covers)dec05eba
2021-09-10Make manga tracking more robust by preparing for breakage by also saving urldec05eba
2021-09-09Fix peertube video downloaddec05eba
2021-09-09Add initial peertube supportdec05eba
2021-09-03Show youtube play fail reason in notification, more items below correct width!dec05eba
2021-08-29Allow bookmarking manga from chapters pagedec05eba
2021-08-26Add ctrl+b to bookmark mangadec05eba
2021-08-24Youtube: load english subtitles when availabledec05eba
2021-08-17Add AniList (WIP)dec05eba
2021-08-16Add MyAnimeList (wip)dec05eba
2021-08-09Youtube: show search suggestions instead of immediate searchdec05eba
Fix save file dialog not showing all files after navigating to another directory if the search is not empty. Fix matrix system message deletion reverting back to use message (for avatar) and text color.
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-07-28Fix submit without selected item (in matrix room directory and invites page)dec05eba
2021-07-21Fix freeze on search reset in manga combined plugin. Fix multithreading ↵dec05eba
issues in AsyncTask
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-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-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-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-20Add notifications tab to matrixdec05eba
2021-05-20Start on notificationsdec05eba
run matrix delegate on main (ui) thread instead of mutex hell
2021-05-10Add downloader, fix room navigation lagdec05eba
Fix bug where getting next page fails if there is no search bar
2021-05-06Show youtube recommendations instead of local recommendations from related ↵dec05eba
videos
2021-04-28Add youtube subscriptions, etcdec05eba
2021-04-26Fix soundcloud (fetch client id), add authors to mangakatana, some other fixesdec05eba
2021-04-06Create a unified launcher for quickmediadec05eba
2021-04-05Make the default thumbnail size the same as the body thumbnail sizedec05eba
2021-04-01Matrix: add room directory for joining rooms, resize video thumbnaildec05eba