* Autoswitch test
* Autoswitch test v2
* [Ru-MangaLib]Autosuggest of server
* Fix 18+ alert
* Add Filters and Fix Content-Length Size
* Back "pages.add"
* Fix indexOf hided server
Co-authored-by: pavkazzz <me@pavkazzz.ru>
* MangaSee/Life: add alt name, cleaning
add alternative name to manga description
cleaning series type code
* WPMangaReader: add alt name, cleaning
add alternative name to manga description
cleaning series type code
* FMReader: add alt name
add alternative name to manga description
remove author name if its "Updating"
* MangaPark: add alt name
add alternative name to manga description
* WPMangaStream: add alt name, cleaning
add alternative name to manga description
cleaning series type code
* MangaBox: add alt name
add alternative name to manga description
* MaidManga: add alt name, cleaning
add alternative name to manga description
cleaning series type code
* Komiku: cleaning code
cleaning series type code
* ManhuaID: cleaning code
cleaning series type code
* cleaning, tweaking
* add 18+
* add some source icon in fmreader
Co-Authored-By: Ankit Singh <as280093@gmail.com>
* add some source icon in wpmangareader
Co-Authored-By: Ankit Singh <as280093@gmail.com>
* add some source icon in wpmangastream
Co-Authored-By: Ankit Singh <as280093@gmail.com>
* Ngomik: fix thumbnail and chapter images
Co-authored-by: Ankit Singh <as280093@gmail.com>
* Madara: add series type to genre, filter author&artist name
add series type(manga/manhwa/manhua/other) thinggy to genre for some source
remove author & artist name if the name is "Updating"
* change "if else" with "when"
* fix some issue after converting to when
* add tag to genre
push seriesTypeSelector too
* add alternative name to manga description
* Cleaning, simplifying, fixing
Co-Authored-By: Carlos <2092019+CarlosEsco@users.noreply.github.com>
* more cleaning
Co-Authored-By: Carlos <2092019+CarlosEsco@users.noreply.github.com>
* tweaking
Co-Authored-By: Carlos <2092019+CarlosEsco@users.noreply.github.com>
* remove val
* bit tweak
* separate ": "
to make it more noticeable and is needed
Co-authored-by: Carlos <2092019+CarlosEsco@users.noreply.github.com>
* handle interactive xkcd comics
Some xkcd comics tend to be interactive and can only be played in a regular browser
These cannot be loaded in the app and the reader loads indefinitely
Instead, we throw a text image with a message to open in browser
the div#comic img attribute will be null/empty in case of parsing interactive
comics and is then replaced with an image warning
uses fakeimagepl to generate image from text
closes https://github.com/tachiyomiorg/tachiyomi-extensions/issues/6370
* update build.gradle version code for xkcd