* Add (somewhat) working group blocking
blocks an input scanlator group
doesn't seem to block official/external-link groups
* Fine tuning adjustments*
- sanitise inputs as much as possible
- add to summary a bit more
- `setDefaultValue` looks to set once and never again. So even if
EditText receives an empty String, it is still valid...
Not sure if I could do it better
* Increment mangadex.extversioncode
When downloading NicovideoSeiga image, the saved file extension has become wrong type. This commit addresses the issue by fixing following errors.
- Images is determined the type by file header. The logic has wrongly assumed Byte.toInt() returns unsigned integer, but it actually returns signed value.
- The server returns application/octet-stream as Content-Type header. But the logic only worked when header is empty.
- Update kotlinter
- Opt in to serialization API to avoid IDE warnings
- Replace some deprecated OkHttp function usages
- Remove some unnecessary Android version checks/targets
Manga names can get awfully long, leading to chapter titles being
so absurdly long that you do not know what you are reading.
This commit simply removes 'span.manga-name' from the urlElement before
extracting the text from it.
* Move chapter images data to atHome Response
Updates ChapterDto and AtHomeDto as per Deprecation notice
* Use new atHome response to fetch chapter pages
this commit does the following:
- updates the Dtos as per deprecation notice
- creates a call to `/at-home/server/` in `pageListRequest`
- made sure to track of how old chapter token is as was previous
practice
- `pageListParse` no longer has the 204 response. Instead we get a 404
response (not sure about the 504 response for /at-home/server too but
have to check again. If its not used now, then it could be removed
- since `atHomeRequestUrl` was necessary for `getValidImageUrlForPage`,
tried to fetch it from the response. As per their docs and our
usecase, it should be fine hopefully
Ref:
https://square.github.io/okhttp/4.x/okhttp/okhttp3/-response/request/
- since /chapter/ no longer has `data` attribute, the additional
check for external chapters was removed
- tested on 0.12.3 (on Mi A2, running Android12): read few
chapter/oneshots without issues
* Increment mangadex.extVersionCode
essentially a Christmas present from MD (for its servers :d)
* remove redundant isSuccessful check
essentially dead code since the check is done by `fetchPageList` before
it calls `pageListParse`
* Add Order By to Mangahasu.kt searchMangaRequest
Mangahasu recently implemented this query, without the query it
lists manga alphabetically.
* Increment extVersionCode for Mangahasu
* Fix lint
* Make OrderByFilter a Filter.Sort
* 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
* 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>
1. Update image server
2. Fix only first page is displayed in searching
3. Fix searchMangaNextPageSelector
4. Fix HTTP error 404 when no filter is selected
5. Add manga status and genre
* Manga-Raw.club: Fix Chapter list & Manga details error
* Manga-Raw.club: removed unnecessary chapterListParse function
* Manga-Raw.club: Updated build.gradle after merging of #9908
* Manga-Raw.club: Fix thumbnail not showing
* LANraragi: Mark status as Completed
* LANraragi: Use API for Random (first pass)
No longer need a unique client.
No header shenanigans, straight from source.
* LANraragi: Fix tag display
API response no longer spaces them out.
* LANraragi: Warn on 401
* LANraragi: Use API for Random (second pass)
Unify the Random helper functions.
Inline what was canShowRandom().
Use new /files (GET) endpoint as /extract (POST) is now deprecated.
Remove 404 handling from fetchMangaDetails() (as the 401 handling should cover it).
Include headers for isnew DELETE.
* LANraragi: Update icons
* LANraragi: IOException on 401 instead
* [EN] manga-raw.club extension implementation
* Added nsfw tag
* Change to get correct description and if date parse fails returns 0
* update extension version number
* Date is now parsed always with English Locale
* Fixed Status to show correctly
* Fix thumbnail not showing
* Update Build Version
* Manga raw club fixed missing pages
manga-raw.club has been changing its website structure so I made the pages images search to not be as specific to the website.
Also made the description search to not be as specific as well so it wont throw null on element.text().
Added R-18 genre to the tag search
Temporary measure till new parser is made for the front end update in v36, this fix will likely break eventually, v36 retains the same backend as v35 so are the exact same from user perspective
* First commit Mahnwa-Latino Extension.
* manhwa-latino: Implementing find function
TODO: only works with text, filter not implemented yet
* manhwa-latino Add Parser to finde the information of Manhwa-Latino
The parser 'ManhwaLatinoSiteParser.kt' make the whole magic to find the
information of the Website.
Mudularize The code and adding documentation
* manhwa-latino: Adding Logos der Extension
TODO: I am not to happy, i will check it later.
* manhwa-latino: Adding Tags to Genre Combobox
* manhwa-latino: Adding Headers to prevent error 404
The headers are necesary to prevent error 403 by downloading images.
* manhwa-latino: Tags addded into Manga Description Page
Status from Manga readed from Tags
* manhwa-latino: Modularize Code
* manhwa-latino: Adding Uploaddate for Chapters
* manhwa-latino: Bug to get Chapter Number fixed
* manhwa-latino: Logo 0.2
* manhwa-latino: Versionb 1.2.10
Adding Comments to ManhwaLatinoSiteParser
* manhwa-latino: Remove logo_model directory
* manhwa-latino: Show Seconds after Release a new Chapter
* manhwa-latino: Fix for Cloudflare
* manhwa-latino: Try to fix Cloudflare ByPass
Adding isNsfw to build.gradle
* manhwa-latino: Update from parser after website update
* manhwa-latino: Deactivate lastest manga and new Client
The new website from Manhwa-Latino doesnt show lastest mangas.
* manhwa-latino: Adding Manifest to load url-adress
The extesion will bi able to open and find mangas with the url.
TODO: first version. NOT READY YET.
* manhwa-latino: Fix to find Manga Status information
* Manhwa-Latino: The Extension can open a Link
Now the extension can recognize a link from Manhwa-Latino and
show the manga from the link in the app.
* Manhwa-Latino: Modularize Code and Activity for Url added
* Manhwa-Latino: Add Constant-File.
This file contain all contants for this extension.
Co-authored-by: Luis Beroiza <luisalberto.beroizaosses@intern.osp-dd.de>
Co-authored-by: AlberyKous <extreme_rvd@hotmail.com>
* Add MikuDoujin
* Add MikuDoujin V.1.2.1
* Update MikuDoujin.kt
* Update MikuDoujin
* Add ability to search using genre
* Add Rh2PlusManga
* Add Rh2PlusManga V.1.12.2
* Use Madara multi-source themes
* Change MikuDoujin gradle and Add Rh2PlusManga generator.
* update file to suggestion.
* add Rh2PlusManga to MadaraGenerator.kt.
* Fix Thai Madara source time format and MikuDoujin pages selector.
* add Thai relative time wordlist to Madara parseRelativeDate.
* change Rh2PlusManga and Mangauptocat date format.
* change Mangauptocat base url.
* change MikuDoujin pageListParse selector.
* Fix MikuDoujin Chapter number.
* fix MikuDoujin when try to fetch chapter name with non numeric ending word.
* Add MangaDeemak Source.
* add MangaDeemak source to madara multisrc.
* Fix Mikudoujin when open Manga with Non single chapter.
* scrap both data-src and src attribute from img if available.
* Added Doujindesu(ID)
* Fixes some of small typos
* Apply suggestions from code review
Co-authored-by: Alessandro Jean <alessandrojean@gmail.com>
* Apply private vals for the Data format
Co-authored-by: Alessandro Jean <alessandrojean@gmail.com>
* First commit Mahnwa-Latino Extension.
* manhwa-latino: Implementing find function
TODO: only works with text, filter not implemented yet
* manhwa-latino Add Parser to finde the information of Manhwa-Latino
The parser 'ManhwaLatinoSiteParser.kt' make the whole magic to find the
information of the Website.
Mudularize The code and adding documentation
* manhwa-latino: Adding Logos der Extension
TODO: I am not to happy, i will check it later.
* manhwa-latino: Adding Tags to Genre Combobox
* manhwa-latino: Adding Headers to prevent error 404
The headers are necesary to prevent error 403 by downloading images.
* manhwa-latino: Tags addded into Manga Description Page
Status from Manga readed from Tags
* manhwa-latino: Modularize Code
* manhwa-latino: Adding Uploaddate for Chapters
* manhwa-latino: Bug to get Chapter Number fixed
* manhwa-latino: Logo 0.2
* manhwa-latino: Versionb 1.2.10
Adding Comments to ManhwaLatinoSiteParser
* manhwa-latino: Remove logo_model directory
* manhwa-latino: Show Seconds after Release a new Chapter
Co-authored-by: Luis Beroiza <luisalberto.beroizaosses@intern.osp-dd.de>
* Migrate to new api endpoint + Implement Required Changes
* Update endpoints and response parsing to reflect API changes
* Restore search/filter functionality
* Add genre exclusion and search result sorting
* Comick.fun now specifies language with ISO639 compliant language codes instead of country codes