* [MangaThemesia] Append a trailing slash to requests to avoid 301s
* [ConstellarScans] Don't trust their keys
* whoops
* this is just for you TheRunningRiot
* [MangaThemesia] Return proper URL when searching by URL
* a
* bump version
* shenanigans beget shenanigans
* idk
* what's a lookup string
* make regex less greedy
* fighto!!!!!
* fix more shenanigans that emerged while this stuff isn't merged
* comments
* wrong place to trim
* be more specific with exceptions
* fix conflicting imports
* more generic regex
* dont need regex comments
* fix docs
* fix complaints about shadowing
They changed it back to .org
Undoes #14854 (but bumps overrideVersionCode).
This change closes#14973
Checklist:
- [ ] Updated extVersionCode value in build.gradle for individual extensions
- [x] Updated overrideVersionCode or baseVersionCode as needed for all multisrc extensions
- [x] Referenced all related issues in the PR body (e.g. "Closes #xyz")
- [ ] Added the isNsfw = true flag in build.gradle when appropriate
- [x] Have not changed source names
- [ ] Have explicitly kept the id if a source's name or language were changed
- [x] Have tested the modifications by compiling and running the extension through Android Studio
* make requests as browser-like as possible
* bump version
* upgrade-insecure-requests
* useragent fuckeries
* don't use tachi's user-agents.json
* trim dead code
* fix funky AS formatting
* filter out unwated UAs
* randomizer randomizer
* mom look at this funny file
* filter user agents
* Change revision of UA_DB_URL
* [ConstellarScans] Move invertingPaint into descrambleImage to prevent CI failure
* bump version
* Revert "bump version"
This reverts commit 9bc23e426b78c03225e56998d64ea8520bab4d49.
* [ConstellarScans] Descramble and invert images
* lower requirement for decryption key
* use regex to find decryption key
* make it 0 or more
* put regex in companion object
* tweak regex
* fix: use url fragment
* add rate limit (1/2s)
* iu: descramble images
* bump overrideversioncode
* add comments
* merge iu_descramble and args
* docs
* make all Fs lowercase
* fix according to suggestions
* rename a bit
* move TextInterceptor to `lib`
to be used for author notes, image alt texts and what not
* refactor Tapastic to use `lib:extensions-lib`
* Refactor Webtoons to use `:lib-textinterceptor`
this turned out to be more complicated than I thought it'd be
TextInterceptor was used for Author Notes which, looking at previous messages,
was only intended to be added to Webtoons Source and not the entire webtoons
multisrc (i.e. WebtoonsTranslate and DongmanManhua don't seem to be making use
of the Show Author's Notes setting). This was in my favor, since having
to deal with additional.gradle to add dependencies to multisrc files doesn't
seem to work... I'll ask previous contributors just in case
* Fix `json` access
missed this while copying over code from `generated-src` to `multisrc/{overrides,src}`
* remove unused import
* make HOST name more clear
couldve used a better schema but that's something for some other time
also put the HOST in the lib itself so that one doesn't lose track of it in the extensions
* use android provided methods instead of hardcoding
based on https://github.com/tachiyomiorg/tachiyomi-extensions/pull/13859/files#r996276738
that suggested the following SO answer: https://github.com/tachiyomiorg/tachiyomi-extensions/pull/13859/files
* remove unused import
* move url generation to helper function
* fix error
oops sorry for that
happened when I was copy pasting back and forth between two sources and one generated source
Co-authored-by: Navaneeth M Nambiar <nmnambiar@hornbill>
* new multisrc theme: A3MangaTheme
* move NgonPhong into A3MangaTheme
* fix: ignore scanlation groups from search result
* chore: fix lint issues
* rename A3MangaTheme to A3Manga, resolve a bunch of suggestions
* fix: remove references of theme in the configuration
* fix: change the activity name in manifest
* fix: final newline
* chore: remove gradle file (not used)
* fix: rename ngonphong icons
* chore: add ocumeo icons
* new theme: Otaku Sanctuary
* linting i guess
* i LOVE linting
* add run configuration
* rename and implement fixes from my other PR
* make class open
* otakusantheme -> otakusanctuary
* MangaHub Family: get Edo Tensei
- back to scrapping
- add user agent randomizer(latest chrome)
- make selector more general
- add back some source: MangaHub.io, MangaPanda.onl, MangaReader.site
* cleaning
* using less val
* Fix page list parse only max 6
* fix typo
* replace max pages algorithm and use call HEAD
Co-Authored-By: Vetle Ledaal <13540478+vetleledaal@users.noreply.github.com>
* MangaHub Family: get Edo Tensei
- back to scrapping
- add user agent randomizer(latest chrome)
- make selector more general
- add back some source: MangaHub.io, MangaPanda.onl, MangaReader.site
* cleaning
* using less val
* Fix page list parse only max 6
* fix typo
* replace max pages algorithm and use call HEAD
Co-Authored-By: Vetle Ledaal <13540478+vetleledaal@users.noreply.github.com>
* Update multisrc/src/main/java/eu/kanade/tachiyomi/multisrc/mangahub/MangaHub.kt
Co-authored-by: Vetle Ledaal <vetle.ledaal@gmail.com>
* Update MangaHub.kt
Co-Authored-By: Vetle Ledaal <13540478+vetleledaal@users.noreply.github.com>
* Update multisrc/src/main/java/eu/kanade/tachiyomi/multisrc/mangahub/MangaHub.kt
Co-authored-by: Vetle Ledaal <vetle.ledaal@gmail.com>
* add back imageUrlRequest
Co-authored-by: Vetle Ledaal <13540478+vetleledaal@users.noreply.github.com>
Co-authored-by: Vetle Ledaal <vetle.ledaal@gmail.com>