* Add Chinese to Bilibili (closes#9150).
* Refactor the extension and class names.
Co-authored-by: FourTOne5 <59261191+FourTOne5@users.noreply.github.com>
Co-authored-by: FourTOne5 <59261191+FourTOne5@users.noreply.github.com>
* search Manga from a group using their id
* add group deeplink support
* linting
* increment mangadex.extVersionCode
* respect `dexLang`
eg: MangaDex (EN) needn't show a group's non-EN releases
* you cannot use filters on chapter endpoint
fixes HTTP 400 while trying to filter on chapter endpoint
* rewrite to use /manga endpoint instead of /chapter
ends up removing a lot of stuff I had previously but that's a good thing
* add check for valid UUID
if a UUID wasn't being provided, then the group queryParameter wouldn't
work and end up throwing Error 400. Might as well prevent that
* Revert "Remove more sources (#10001)"
This reverts commit 4fba689be7.
* remove sources that shudnt have reverted
squashed commits are pain
* move gdscans to new site
bump extVersion code
* add back mistakenly reverted github issue closer
* added source: Aurora to fulfill #9985
* Update src/en/aurora/src/eu/kanade/tachiyomi/extension/en/aurora/Aurora.kt
added headers to the get request
Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
* Update src/en/aurora/src/eu/kanade/tachiyomi/extension/en/aurora/Aurora.kt
removed a filter
Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
* Update src/en/aurora/src/eu/kanade/tachiyomi/extension/en/aurora/Aurora.kt
removed filter
Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
* used client.newCall instead of Jsoup to fullfill code review of #9986
* chapters to mangas and pages to chapters to fix automatic updates. #9985
* added automatic status fetching when a chapter (in form of a manga) is updated
* added the name of the manga/comic in front of the chapter name so it can be more easily differenciated from other manga
* Update src/en/aurora/src/eu/kanade/tachiyomi/extension/en/aurora/Aurora.kt
removed some regex stuff
Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
* Update src/en/aurora/src/eu/kanade/tachiyomi/extension/en/aurora/Aurora.kt
removed some logging that isn't needed anymore
Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
* Apply suggestions from code review
accepted some code review changes
Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
* implemented some more code review suggestions
* Apply suggestions from code review
Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
Co-authored-by: ObserverOfTime <chronobserver@disroot.org>