* Corrected date issue in MasterKomik
* Updated imports
* Changed MasterKomik to TenshiId and added icons
* changed parameter ordering
* Changed icons and set extension id
* Corrected comment
* Added author and artist selectors
* HentaiXDickgirl
* OPSCANS
* Grabber zone
* Shiba Manga
* Galaxy Manga
* Lint my beloved
* I should run the generator again after copying changes from generated-src
* PotatoManga
* Beasts Scans
* reorder and change lang to en for OPSCANS
* Shiba Manga: enable genre fetching
* Vex Manga
* MangaLeks
* Comic Arab
* Comic Arab: fix date format
* Area Manga
* Manga Rose
* Falcon Manga
* BirdToon
* requested changes
Co-authored-by: Vetle Ledaal <13540478+vetleledaal@users.noreply.github.com>
---------
Co-authored-by: Vetle Ledaal <13540478+vetleledaal@users.noreply.github.com>
Co-authored-by: arkon <arkon@users.noreply.github.com>
* MangaSwat: fix search
* Update multisrc/overrides/mangathemesia/mangaswat/src/MangaSwat.kt
Co-authored-by: Alessandro Jean <14254807+alessandrojean@users.noreply.github.com>
* Simplify control flow
* use .isBlank() instead of isEmpty(). fix next page selector
---------
Co-authored-by: Alessandro Jean <14254807+alessandrojean@users.noreply.github.com>
* Move Zahard from MMRCMS to MangaThemesia
* Update multisrc/src/main/java/eu/kanade/tachiyomi/multisrc/mangathemesia/MangaThemesiaGenerator.kt
Co-authored-by: Alessandro Jean <14254807+alessandrojean@users.noreply.github.com>
---------
Co-authored-by: Alessandro Jean <14254807+alessandrojean@users.noreply.github.com>
* Changes made to constructor calls of Harimanga.kt and DuniaKomikId.kt
* Removed unused import in Harimanga.kt
* Revert "Changes made to constructor calls of Harimanga.kt and DuniaKomikId.kt"
This reverts commit dc18ae3bc0c4246c9112d699e38b86352e9d521c.
* Changes made to constructor calls after revert
* Changes made to constructor calls after revert
* Added missing imports to DuniaKomikId.kt
* lib-randomua
* NHentai: Random mobile ua
* Madara random UA overhaul
* MangaThemesia random UA overhaul
* MangaHub random UA overhaul
* build errors and warnings
* remove preference from Constellar
* change to singleton object
* network.client
* fix copy paste and chapter deep link
* exit early
* use data class and enum options
* missing import
* suggested changes
Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com>
* re-add empty check to filters
* convert to interceptor
* update comment
Co-authored-by: Alessandro Jean <14254807+alessandrojean@users.noreply.github.com>
* update error message
* initialize client by lazy
* dont check on excluded Filters
Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com>
* newlines
* move preference helper function into lib
* move preference helper function into lib x2
* move check to lib too
* move defaultRandomUserAgentType to constructor
* rename the interceptor
* organize the interceptor and preference stuff in different files
* hide custom ua setting when random ua is enabled
* English
Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com>
* catch specific exception
Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com>
* setVisible()
fresh stuff
* setVisible()
fresh stuff
* change summary
* workaround
* Update error message
Co-authored-by: Alessandro Jean <14254807+alessandrojean@users.noreply.github.com>
* Update comment
Co-authored-by: Alessandro Jean <14254807+alessandrojean@users.noreply.github.com>
---------
Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com>
Co-authored-by: Alessandro Jean <14254807+alessandrojean@users.noreply.github.com>
* Add BananaScan and EpsilonScan to Mangathemesia and rename FlameScansFR to LegacyScans
* Rename pkgName back to to FlameScansFr to avoid users having to migrate
* Asura Scans: attempt to find new url
* bump
* store slugMap in SharedPreference
* use `MutableMap.getOrPut()`
* use existing instance of json
* fix no page on Asura Tr
* Don't use rng slug to for search
* retry ci
* use dbSlug as key
permaSlug could end up causing problems when a user migrates to update the url as the extension would still end up using the storedSlug from the Map instead of the more updated one from db.
* attempt to make search better
their search is really dogshit
`player who returned 10000 years later` doesn't work while `player who returned 10 000 years later` works
* suggested changes
* remove initialized check in `fetchMangaDetails`
ddos time
* fix deep links
* use updated slug for WebView
* make sure random user-agent is applied
* Create ArenaScans.kt
Added 'Arena Scans' src override for img selector to mitigate duplicate pages Image selector was returning 2 images for each image (img tag and the noscript img tag). So, added attribute [data-src] which is only available on img under 'readerarea' and not for noscript img. This results in returning one image per img tag.
* Update MangaThemesiaGenerator.kt
* MangaThemesia: Added support for custom and random user agent
* Only support extensions that will benefit from custom and random user agent
* Fixed typo in comment
* Better phrasing in the comment
* [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