CVIUS
516dfdbd36
madara: remove some sources rate limiter dependencies ( #7793 )
...
* Delete additional.gradle.kts
* Update FreeManga.kt
* Update Hentai20.kt
* Update Hentaidexy.kt
* Delete additional.gradle.kts
* Update MangaClash.kt
* Update MangaForFreeFactory.kt
* Update MangaKitsune.kt
* Delete additional.gradle.kts
* Update MangaKomi.kt
* Update MangaPL.kt
* Delete additional.gradle.kts
* Update MangaTuli.kt
* Update ManhuaPro.kt
* Delete multisrc/overrides/madara/manwahentaime/res directory
* Add files via upload
* Update MadaraGenerator.kt
* Delete additional.gradle.kts
* Update YaoiManga.kt
* bump versions
* Update MangaOwl.kt
* Update MangaOwl.kt
* Update MangaOwl.kt
* Update MangaOwl.kt
* bump
2021-06-21 13:31:24 -04:00
CVIUS
8b4eb2b7ed
mangaowl: exclude owl's tag ( #7792 )
...
* Update MangaOwl.kt
* Update build.gradle
2021-06-21 10:13:58 -04:00
CVIUS
65bf2c14b9
add mangasky to madara ( #7780 )
...
* Update MangaOwl.kt
* Update build.gradle
* Update MadaraGenerator.kt
* Add files via upload
* Update MangaOwl.kt
2021-06-21 07:17:20 -04:00
Narin
29b41af722
Fixes chapterListParse ( #7769 )
2021-06-20 18:44:15 -04:00
arkon
0640b31137
Fix linting errors
2021-06-20 12:06:27 -04:00
Hunter Nickel
7f9223fefd
Refactor field name for MangaMiso source's number of search results returned. ( #7763 )
2021-06-20 08:38:54 -04:00
h-hyuuga
759a2123c1
Kotlinx.serialization migration for several sources ( #7723 )
...
* en.MangaPark: kotlinx.serialization migration
* Bato.to: Kotlinx.serialization migration
* Dynasty: Kotlinx.serialization
* ReadM: kotlinx.serialization migration
* Bato.to: Comment out code that was untested
2021-06-20 08:28:26 -04:00
FourTOne5
550bb4b5f6
MangaFast Fix Incorrect SimpleDateFormat Pattern ( #7720 )
...
* Update build.gradle
* Update MangaFast.kt
2021-06-18 05:52:33 -04:00
FourTOne5
7916260467
Delete src/en/wutopia directory ( #7719 )
2021-06-18 05:52:11 -04:00
Themis
29ae13ac7c
MangaHere Update ( #7690 )
...
Updated the manga types and genre.
2021-06-17 09:37:36 -04:00
FourTOne5
c5c4ddf825
MangaFast Update Date format. ( #7699 )
...
* Update MangaFast.kt
* Update build.gradle
2021-06-17 09:36:47 -04:00
h-hyuuga
f932e26e14
Bugfixes for #7407 ( #7681 )
...
* Catmanga: Bump version
* Comick.fun: Resolve parsing issue for latest manga
* Remanga: Fix parsing error on latest + search
2021-06-16 11:15:47 -04:00
h-hyuuga
1175b0d1c7
Replace json library with kotlinx.serialization in multiple sources ( #7407 )
...
* Catmanga: Replace org.json with kotlinx.serialization + Light Refactor of #7451
* Genkan IO: Replace gson + Make livewire interceptor
* Genkan IO: Tail Call Optimization to avoid blowing stack
* Comick.fun: kotlinx.serialization migration
* Remanga: kotlinx.serialzation migration
2021-06-15 09:02:46 -04:00
FourTOne5
745e57f4e6
HHS Update Chapter Image Link ( #7665 )
...
* Update build.gradle
* Create HomeHeroScans.kt
2021-06-15 08:58:46 -04:00
Hunter Nickel
99c1871901
Add MangaMiso Source ( #7622 )
2021-06-14 07:16:23 -04:00
Alessandro Jean
3f91c5f75e
Replace JsonParser with kotlinx.serialization in some extensions ( #7620 )
...
* Replace JsonParser with kotlinx.serialization.
* Remove wildcard import.
* Remove more usages of JsonParser.
2021-06-14 06:20:05 -04:00
Maxim Kuleshov
71986a1c6e
Hentaimimi proper fix ( #7608 )
...
* Properly parse HentaiMimi pages list
* HentaiMimi version bump
* Add kotlinx-serialization to build.gradle (HentaiMimi)
2021-06-11 18:11:29 -04:00
Vetle Ledaal
675d44272a
WeComics: Update logic and error message for paid chapters. ( #7598 )
2021-06-10 21:11:34 -04:00
Maxim Kuleshov
6fa8cfe804
Hentaimimi fix ( #7574 )
...
* Fix incorrect unescaping when image url contains unicode entities
* Up extVersionCode
2021-06-10 09:22:36 -04:00
Ivan Iskandar
d0b29bae80
CatManga QoL improvements ( #7451 )
2021-06-05 07:42:14 -04:00
curche
ba1da0be4c
Use TrimMargin instead of listOf in xkcd string thrown on error ( #7470 )
...
* refactor string used to throw error in xkcd
makes a minor change to code I PRd a while back
refer: https://github.com/tachiyomiorg/tachiyomi-extensions/pull/6474
changed listOf to trimMargin because it looked cleaner and a more kotlin
way to do it
* bump versioncode for xkcd
otherwise it might not update the extension
2021-06-04 18:13:04 -04:00
E-Hern Lee
1ecd11ced4
Fix MangaJar page list parsing ( #7400 )
...
* fix[mangajar]: fix page list parsing
* style[mangajar]: remove braces from if-expression, use hasAttr
* fix[mangajar]: fix if-else
2021-06-04 07:40:15 -04:00
Alessandro Jean
6d144464c7
Add kotlinx.serialization to more sources ( #7398 )
...
* Replace Gson in Foolslide, Wpmangastream, Gigaviewer and Bilibili.
* Replace Gson in Wpmangareader and Cubari.
* Replace Gson in MangaAdventure and NaniScans.
* Fix missing pages at Wpmangastream (closes #7395 ).
* Replace Gson in Webtoons and WebtoonsTranslate.
2021-06-03 11:55:26 -04:00
E3FxGaming
8dce249839
MangaMutiny - Migration from Gson to kotlinx.serialization ( #7401 )
...
* Initial serialization with kotlinx.serialization draft
* Serialization without Serializable
2021-06-03 06:22:43 -04:00
Alessandro Jean
10eb030895
Add kotlinx.serialization to more sources. ( #7391 )
2021-06-02 16:28:10 -04:00
FourTOne5
c9f6bd2504
Update MangaHasu Base Url. ( #7306 )
...
* Update Mangahasu.kt
* Update build.gradle
2021-05-30 11:40:38 -04:00
FourTOne5
b15d718ebb
Home Hero Scans Fix HTTP Error 500 ( #7282 )
...
* Fix HTTP Error 500
* Update build.gradle
2021-05-29 20:26:09 -04:00
NMBLM
a5836c534b
Update Manga-raw.club ( #7254 )
...
* [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
2021-05-27 12:47:16 -04:00
NMBLM
bee381f0e6
Added Manga-raw.club ( #7242 )
...
* [EN] manga-raw.club extension implementation
* Added nsfw tag
2021-05-27 09:43:28 -04:00
Riztard Lanthorn
4cfe1f462f
RainOfSnow: add rate limit 2/s ( #7205 )
2021-05-24 09:31:16 -04:00
FourTOne5
df1c56dcc5
Add MangaPark v3 ( #7176 )
...
* Create MangaPark.kt
* Create MangaParkFactory.kt
* Create MangaParkUrlActivity.kt
* Create build.gradle
* Create AndroidManifest.xml
* Create res
* Change MangaPark to MangaPark v2
* remove all
* Fixxy Fixxy
* More fix
* Update MangaPark.kt
* Update MangaPark.kt
* Update MangaPark.kt
* Revert en.mangapark name.
* Update MangaPark.kt
2021-05-24 07:03:10 -04:00
FourTOne5
54a7cdb041
Bilibili Comics Add search from Api instead of scrapping ( #7119 )
...
* Update BilibiliComics.kt
* Update build.gradle
* Update BilibiliComics.kt
2021-05-24 06:12:39 -04:00
Johannes Joens
95c6f9f7f7
Rain of snow: Fixes ( #7170 )
...
* Update build.gradle
* Update RainOfSnow.kt
* Updated Icon to new Icon
2021-05-22 07:32:12 -04:00
Alessandro Jean
4bd39822a7
Add Bilibili Comics source. ( #7108 )
2021-05-20 06:40:16 -04:00
Alessandro Jean
2a8ce17ab3
Update selector at Viz. ( #7110 )
2021-05-20 06:39:41 -04:00
Robin Lambertz
270745cc5b
Fix Witchy from HiveworksComic ( #7033 )
2021-05-17 14:09:30 -04:00
Alessandro Jean
91904eaaa0
Add rate limiting to Viz ( #7050 )
...
* Add rate limiting to Viz.
* Fix NPE at logged in check.
2021-05-16 12:43:07 -04:00
h-hyuuga
3a90e498b1
Home Hero Scans: Add support for deeplinking + fix bug where webview wouldn't launch ( #7003 )
2021-05-16 12:06:09 -04:00
h-hyuuga
1b828a2e67
Add Home Hero Scans ( #6984 )
2021-05-11 18:26:59 -04:00
Alessandro Jean
050c71a011
Add rate limiting to some sources ( #6916 )
...
* Add rate limiting to some Madara sources.
* Add rate limiting to some other sources.
* Add rate limiting to Hentaimimi (closes #6910 ).
2021-05-08 20:52:28 -04:00
Alessandro Jean
b146544ab2
Add SMA-15 to SilentMangaAudition. ( #6909 )
2021-05-08 18:04:51 -04:00
scb261
6be3b361fd
HentaiMimi: fix pages for titles with comma, order filters alphabetically ( #6898 )
...
* Fix pages when title contains comma
* Sort filters for easier search
* Bump version
* Remove extra new line at the end of the generated file
2021-05-08 09:28:27 -04:00
Johannes Joens
a235527858
Added HentaiMimi ( #6890 )
...
* Create AndroidManifest.xml
* Added HentaiMimi
* Added Icons
2021-05-07 21:33:02 -04:00
Johannes Joens
807f2c8a57
Added Guya multisrc ( #6861 )
...
* Update Guya.kt
* Deleted old files
* Added Guya multisrc
* Added Overrides
* Update version
2021-05-06 06:11:15 -04:00
ShadesOfRay
b7110681db
Added Url intents for DynastyScans and Kuaikanmanhua ( #6822 )
...
* Added Url intents for KKMH
* Added Url intents for Dynasty Scans
2021-05-04 22:16:13 -04:00
Johannes Joens
f8ad86da6c
Patchfriday various updates and fixes ( #6805 )
...
* Update PatchFriday.kt
* Update build.gradle
2021-05-03 09:28:03 -04:00
Alessandro Jean
58d5923290
Fix JSON error when loading chapter at Viz. ( #6774 )
2021-04-30 22:04:23 -04:00
Alessandro Jean
b2fc487395
Fix missing pages and add chapter auth check at Viz. ( #6773 )
2021-04-30 17:39:52 -04:00
nzoba
b13ccc27ec
Fix Tapas and Japanread ( #6764 )
...
* tapas : settings to show lock after login on locked chapters
* japanread : fix missing chapters and wrong popularmangalist
2021-04-29 16:00:15 -04:00
arkon
50bf2a56e5
Update dependencies; drop Android 4.x support ( #6742 )
2021-04-28 15:38:05 -04:00
Jaykoerner
179a97aa2a
Changed url for mangapark extension ( #6724 )
...
* Temporary fix to use the legacy server
site had a update that changed page format, they currently have a copy of the legacy interface on https://v2.mangapark.net/ , this is a patch since it will likely be fully shut down soon, the new interface needs the scraper redone to be supported as far as I cant tell.
* Update build.gradle
2021-04-27 07:14:51 -04:00
Johannes Joens
1befe9c9b4
Added NyanHentai multisrc ( #6712 )
...
* Create NyaHentai.kt
* Create NyaHentaiGenerator.kt
* Added Overrides
* Removed Old files
* Added more Nya Sources
* Added Lang Factorys
2021-04-26 08:41:19 -04:00
Johannes Joens
bd5f8aeb5f
MangaFast fixes ( #6666 )
...
* Update MangaFast.kt
* Update build.gradle
2021-04-22 02:44:27 -04:00
OncePunchedMan
36d5f0e7f5
fix search + browse + filter ( #6645 )
2021-04-20 18:04:01 -04:00
OncePunchedMan
9d35c8638b
change search query parameter ( #6576 )
2021-04-16 07:55:24 -04:00
Riztard Lanthorn
526e0e0d90
RainOfSnow: fix issue ( #6529 )
...
website change things
2021-04-13 12:41:03 -04:00
Riztard Lanthorn
f1e165dac0
add alternative name, cleaning some code, add icon ( #6484 )
...
* 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>
2021-04-13 08:10:49 -04:00
João Filipe Araújo
c0acfe6b5b
ReadComicOnline: update domain( #6515 ) and add new filter options ( #6518 )
...
Updated domain from .to to .li and added Sports and Music to filter
2021-04-12 17:15:25 -04:00
Ivan Iskandar
50859e76aa
CatManga: Remember currentTimeMillis when a chapter is found for the first time ( #6508 )
...
This prevents manga entries without any new chapter from getting
bumped to the top of "Latest chapter" list when the library is updated.
2021-04-12 07:38:34 -04:00
Ivan Iskandar
b2c4ff68ff
Add CatManga ( #6481 )
...
* Add CatManga
* CatManga: Add URL intent handler
2021-04-09 07:49:11 -04:00
curche
e2a7cf1013
handle interactive xkcd comics ( #6474 )
...
* 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
2021-04-08 08:54:05 -04:00
Alessandro Jean
371716b5b8
Add SMA-14 to SilentMangaAudition. ( #6464 )
2021-04-07 13:48:43 -04:00
Johannes Joens
8c07a08a9f
Deleting MangaReader and MangaPanda ( #6391 )
2021-04-02 08:47:18 -04:00
Johannes Joens
80cdcdcb28
MangaMainac split ( #6368 )
...
* Added MangaMainac Factory
* Update MangaMainac.kt
* Create MangaMainacGenerator.kt
* Added icons
* redudent due to multi source
* included in Mangamainac Multisource
* Update pkg and class names
* Update MangaMainacGenerator.kt
2021-03-31 10:28:02 -04:00
Riztard Lanthorn
152b4ca7d8
EarlyManga: fix ghost chapter ( #6361 )
2021-03-31 10:05:03 -04:00
E3FxGaming
d9b0633efd
MangaMutiny: chapter number in chapter name improvement ( #6343 )
...
- small change to make chapter numbers in chapter names lose trailing .0
- don't recreate the SimpleDateFormatter for every parsed chapter. Declaring and initializing it once is enough.
2021-03-29 09:22:48 -04:00
scb261
3c106cfb35
MangaFast: various fixes ( #6346 )
2021-03-29 09:21:10 -04:00
funkyhippo
d604f06811
Migrate Guya proxy to Cubari, QoL updates to Cubari. ( #6324 )
...
* Remove Guya proxy intents.
* Cubari sourceFactory for easier discoverability, search improvements.
2021-03-28 16:20:51 -04:00
Riztard Lanthorn
6e43a99726
EarlyManga: fix chapter list, fix latest load more ( #6322 )
2021-03-28 07:11:21 -04:00
Andreas
3b02f95c02
Imgur intent filter for Guya ( #6277 )
2021-03-24 19:18:50 -04:00
Andreas
a4e5480260
Add intent for Guya proxies ( #6276 )
2021-03-24 13:46:39 -04:00
scb261
374820d365
Move MangaSee/Life to multisrc, improve search ( #6267 )
...
* MangaLife/See: search alt names, trim search
* Create MangaSeeLife theme multisrc
* Remove old separated MangaLife and MangaSee
* Move additional.gradle.kts to default directory
* Rename theme name from MangaSeeLife to NepNep
2021-03-24 12:25:29 -04:00
Riztard Lanthorn
afe8ece417
WebNovel.com: fix pages issue ( #6249 )
2021-03-22 13:13:45 -04:00
Riztard Lanthorn
9a24033f2d
MangaFast: fix latest, browse, manga detail, chapter list ( #6248 )
2021-03-22 12:41:13 -04:00
Vetle Ledaal
1af08ae1aa
Add WeComics ( #6237 )
2021-03-22 08:02:59 -04:00
Riztard Lanthorn
e75ce1a886
MartialScans: fix 404 issue, add icons ( #6231 )
...
move from madara to standalone
2021-03-22 08:02:16 -04:00
scb261
a40294de33
Fix MangaLife and MangaSee ( #6206 )
2021-03-17 16:20:13 -04:00
Riztard Lanthorn
56a48bf213
RainOfSnow: fix duplicate entries, add chapter timestamp ( #6185 )
...
* fix duplicate entries
* add chapter time stamp
2021-03-15 13:41:49 -04:00
E3FxGaming
6d0724a150
Manga mutiny: chapter number fix + closing responses ( #6159 )
...
* MangaMutiny: Chapter tracking fix
- Chapter numbers were previously incorrectly determined, leading to incorrect tracking information. Fixed with the changes of this commit.
* MangaMutiny: closing some response bodies
Closing the bodies of some responses.
2021-03-12 06:49:16 -05:00
Seishirou101
d265dbf33c
updated sources to https ( #6131 )
...
* updated souirces
* updated sources
* fix wpcomics generator
fix comics generator with the correct site and override code
2021-03-11 14:55:21 -05:00
scb261
3ddd9a52e2
MangaLife, MangaSee: revert temporary page fixes, show error about blocking tachi when no host is found ( #6145 )
2021-03-11 10:39:28 -05:00
scb261
c589750a11
MangaSee, MangaLife: fix pages again, add rate limiting ( #6135 )
...
* MangaSee, MangaLife: fix pages again, add rate limiting
* Add referer
* More harsh rate limit
* Fix again, rate limit even more
2021-03-11 06:12:19 -05:00
scb261
cd8698f49d
MangaLife, MangaSee: fix pages ( #6134 )
...
* MangaLife, MangaSee: fix pages
* Remove log
2021-03-10 20:48:30 -05:00
Seishirou101
8d253f03e0
fix chapter url suffix location ( #6119 )
2021-03-10 07:55:51 -05:00
funkyhippo
7d4e7437bd
Update networking functions in Guya. ( #6101 )
2021-03-08 13:10:19 -05:00
ATAlgaba
743d41a018
Fix NyaHentai source implementation ( #6099 )
...
* enh: Add NyaHentai source support
* upd: Change library version
* bug: Fix integration
* upd: Update version code
* upd: Filter search to english chapters
2021-03-08 09:21:37 -05:00
ATAlgaba
c29c8cced6
Update NyaHentai libversion ( #6097 )
...
* enh: Add NyaHentai source support
* upd: Change library version
2021-03-08 06:22:48 -05:00
funkyhippo
c717e4e365
Add support for Guya proxy. ( #6090 )
2021-03-08 05:50:52 -05:00
ATAlgaba
b56194102f
enh: Add NyaHentai source support ( #6096 )
2021-03-08 05:46:29 -05:00
curche
325ccc4ce3
fix Mangalife chapter numbers ( #6066 )
...
* fix chapter numbers in MangaLife chapter list
this commit adds the chapter regex used in MangaSee to MangaLife
before - "Chapter 0002"
after - "Chapter 2"
* update MangaLife build.gradle
increments the version number by 1
2021-03-06 14:41:27 -05:00
scb261
b49905c748
MangaMainac: filter out latest chapter if it's not released yet ( #6051 )
2021-03-03 10:37:46 -05:00
E3FxGaming
3f6e313b87
MangaMutiny: WebView + pagination fix ( #5900 )
...
- WebView works (main page + pages of individual manga)
- changed baseUrl to https://mangamutiny.org and moved https://api.mangamutiny.org to different variable
(the extension still relies on the lightweight json responses from the API for everything that isn't WebView related - the baseUrl only had to be changed for WebView to work)
- fixed pagination bug (would previously skip 21 manga after the first 21 manga, now fixed)
- Internally reworked filters to make them compatible with the WebView changes (does not affect users in any way)
2021-03-03 08:56:19 -05:00
scb261
f65bda82c4
TCBScans: filter out latest chapter if it's not released yet ( #6050 )
2021-03-03 08:51:57 -05:00
scb261
fead080a07
ReadManhwa: use popular for all time instead of week ( #6022 )
2021-03-01 13:30:16 -05:00
scb261
160fb43769
Hentai2Read: Fix id search ( #6009 )
2021-02-28 18:27:33 -05:00
happywillow0
05792a34e9
Changes Chapter Fetch ( #5999 )
...
- Use recursive fetching to ensure all pages are processed
2021-02-27 20:45:53 -05:00
scb261
be115f2f5d
MangaFast: fix thumbnails ( #5997 )
...
* MangaFast: fix thumbnails
* Remove resize in details parse
2021-02-27 12:58:47 -05:00
scb261
ce4364776d
Remove colon from source name to avoid downloading problems ( #5995 )
2021-02-26 19:05:31 -05:00
Riztard Lanthorn
31985422b2
fix earlymanga chapter list ( #5968 )
2021-02-23 18:22:13 -05:00
Riztard Lanthorn
a728ea4519
fix early manga chapter list ( #5953 )
2021-02-22 06:21:58 -05:00