* 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
* Create Webtoons.kt
* Added Webtoons Generator and translate
* Updated Vesion numbers
* Update WebtoonsTranslateGenerator.kt
* Added Icons and ovverides
* Removed non split files
* Update WebtoonsGenerator.kt
* Added id overrides for a few languages
* Added ID Override for Indonesian
* Fixed backwards compability
* Fix backward compability
* Update MadaraGenerator.kt
* Update WPMangaStreamGenerator.kt
* Delete multisrc/overrides/wpmangastream/resetscans/src directory
* Update MadaraGenerator.kt
* changed to https on sites that support it
* Added Version Ovveride
* changes to https shojou hearts
* Added https to managrave
* Potential fix for the multi-sources not being generated properly
As described here https://www.infoworld.com/article/2071275/when-runtime-exec---won-t.html under "Listing 4.2 BadExecJavac2.java" the limited buffer size of the standard input associated with the sub-process can cause problems with the Runtime exec method.
Consuming what the sub-process outputs should in theory allow for the process to finish (+ if you enable log level debug we could get some nice debug information in the future).
I've tested this on my local machine and it works there, please do not accept the PR with this commit before the Github checks pass successfully and I've looked further into this.
* Multi-sources not being generated properly - ErrorStream redirect
Now redirecting the errorStream of the sub-process to the standard output of the subprocess, so that we can consume it with the `javaProcess.inputStream` stream.
* Update MadaraGenerator.kt
* Added icons
Imperfect Comics icons provided by @Riztard
* Changed Manga 1ST to Manga1st.online
* added icons to some Madara sources