aboutsummaryrefslogtreecommitdiff
path: root/plugins/Mangadex.hpp
AgeCommit message (Collapse)Author
2022-02-14Remove mangadex upgrade codedec05eba
2022-02-13Make manga images pages less error pronedec05eba
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.
2022-02-03Add thumbnail to manga history page. Start on new manga history format (one ↵dec05eba
json file)
2022-02-03Add thumbnail to bookmarked manga pagedec05eba
2022-01-09Mangadex fix search and images download after at-home endpoint updatedec05eba
2021-09-13Include refactoringdec05eba
2021-09-12Mangadex: add author/artist tabs for manga, optimize search (covers)dec05eba
2021-08-29Allow bookmarking manga from chapters pagedec05eba
2021-08-26Mangadex: fix missing thumbnailsdec05eba
2021-08-26Add ctrl+b to bookmark mangadec05eba
2021-08-16Add MyAnimeList (wip)dec05eba
2021-06-05Add covers to mangadex, remove arrow left/right, require altdec05eba
2021-05-21Fix mangadex navigate to previous/next page using same images as the ↵dec05eba
previous chapter
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-04-30Fix 4chan codeblocks not visible, change titles and rearrange youtube tabsdec05eba
2021-04-27Add authors page for mangakatana and mangatown, attempt to fix image loading ↵dec05eba
getting stuck, misc fixed related to async in plugins
2021-04-16Convert mangatown and manganelos into a generic manga plugindec05eba
Revert for_each_page.. processing of manga instead of getting all pages. Mangatown requires you to navigate page by page, cant predict what a specific pages image url will be.
2021-04-14Rework manga plugins downloading.. preparing for parallel downloadsdec05eba
2020-10-23Mangadex: implement paginationdec05eba
2020-10-23Re-add creators pagedec05eba
2020-10-21Workaround sfml image loading thread race conditiondec05eba
See: https://github.com/SFML/SFML/issues/1711 Also some other smaller changes
2020-10-21Fix thumbnail fallback size being incorrect, incorrect read marker for matrixdec05eba
2020-10-13Refactor plugin into seperate pagesdec05eba
TODO: Readd 4chan login page, manganelo creators page, autocomplete
2020-05-31Use cookiesdec05eba
2020-05-28Remove old unused code (mangadex html chapter list)dec05eba
2020-05-28Add support for mangadexdec05eba