aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Mangadex.cpp
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-07Manga: fix crashes when navigating from/to creators page/bookmarks page ↵dec05eba
(shared ptr deinit in non-main thread deiniting gl resources in non main thread), add pgup/pgdown/home/end to navigate manga faster
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-11-02Remove 'latest chapter' for mangadex because its for any languagedec05eba
2021-10-02Show genre as reactions for mangadex and anilistdec05eba
2021-10-02Mangadex: fix oneshots (without chapter name) not being listed in chapters pagedec05eba
2021-09-20Order mangadex search by relevencedec05eba
2021-09-13Fix mangadex search/chapters listing after mangadex api update, combine same ↵dec05eba
author/artist into one
2021-09-12Mangadex: add author/artist tabs for manga, optimize search (covers)dec05eba
2021-09-08Load theme from file (~/.config/quickmedia/themes/<theme-name>.json and ↵dec05eba
/usr/share/quickmedia/themes/<theme-name>.json)
2021-08-26Mangadex: fix missing thumbnailsdec05eba
2021-08-16Add MyAnimeList (wip)dec05eba
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-06-21Add color themeing, (Theme.hpp/Theme.cpp) and the env var QM_THEMEdec05eba
2021-06-15Make mangadex and mangakatana lists instead of grid, to fit descriptionsdec05eba
2021-06-15Add manga description to mangadex and mangakatana search, fix matrix ↵dec05eba
notification invite not showing when opening quickmedia, clear fetch page and items on reload of lazy page
2021-06-07Add uploaded time to mangadex chapter descriptiondec05eba
2021-06-05Add covers to mangadex, remove arrow left/right, require altdec05eba
2021-05-23Fix mangadex api after remote updatedec05eba
2021-05-21Fix mangadex navigate to previous/next page using same images as the ↵dec05eba
previous chapter
2021-05-12Skip duplicate chapters (different translators)dec05eba
2021-05-12Fix mangadex chapter orderdec05eba
2021-05-11Improve file saving guidec05eba
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-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
2021-04-07Add upload date to manganelo and mangatown chaptersdec05eba
2021-03-30Remove tor option. Use torsocks instead (which is what quickmedia did anyways)dec05eba
2020-12-05Matrix: scroll to bottom when receiving previous messages and no visible ↵dec05eba
messages, fix thumbnail size json crash
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-23Mangadex: implement paginationdec05eba
2020-10-23Re-add creators pagedec05eba
2020-10-18Set all notification titles to QuickMedia, fallback to BROWSER env if ↵dec05eba
xdg-utils is not installed for opening urls, add more .mp4 file magic checks
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-16Mangadex: show search results in same order as website (not timestamp sorted)dec05eba
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-03Remove unused codedec05eba
2020-09-30Matrix: add message replying with ctrl+r, also use shared_ptr for BodyItemdec05eba
2020-09-27Validate json type after parsingdec05eba
2020-09-16Revert back to non quick search and without description for mangadexdec05eba
2020-09-15Add manga creators page to navigate to others works by the creatorsdec05eba
2020-09-14Add support for 4chan passdec05eba
2020-09-13Add thumbnails to mangatown search resultsdec05eba
2020-09-13Add description to mangadex search result, add youtube timestampdec05eba