Alessandro Jean
58e83d29cb
Make rate limit more harsher in Brazilian sources ( #8208 )
...
* Make rate limit more harsher in Brazilian single sources.
* Make rate limit more harsher in Brazilian multisrc sources.
2021-07-21 11:25:36 -04:00
lord-ne
233746b94d
MangaDex: Make chapter URLs deeplink to series page in Tachiyomi ( #8205 )
...
* MangaDex: Chapter URLs deeplink to series page in Tachiyomi
* Changes to getMangaIdFromChapterId:
* Remove FORCE_NETWORK from request
* Decode to ChapterDto instead of manually parsing json
* Make exception on unsuccessful response more verbose
* Use constant instead of "manga" literal
2021-07-21 11:20:09 -04:00
E3FxGaming
b87a5935b8
Cubari release_date fix + volume null fix ( #8163 )
...
* Fix for Cubari API response not containing chapter release_date
Cubari API responses don't contain release_date information when the Cubari source is Imgur.
The minor change made with this commit makes the existence of the release_date json property for the parsing process optional.
* Fix for Cubari volume "null" and cleaned up chapter name generation
If the volume is set to null in the json, it's now recognized as not specified.
Also cleaned up the chapter name concatenation.
2021-07-18 06:29:43 -04:00
Carlos
5a8287c1fa
Fix latest mangadex order, and missing manga, and follows users default content rating ( #8161 )
...
* Fix latest mangadex order, and missing manga, and follows users default prefs for content rating
* update gradle
2021-07-17 15:45:28 -04:00
Seishirou101
aea0eb6daf
fix cubari upload date ( #8126 )
...
* fix upload date
* change sketchy method
2021-07-17 14:52:25 -04:00
Gauthier
3ff3a4f82f
filter deleted series and books ( #8132 )
2021-07-16 06:23:22 -04:00
Jared Irwin
955c0891f8
Make MangaDex load images more consistently ( #8102 )
...
* Make fetching the md@h url less likely to break
* import TimeUnit
2021-07-13 19:35:35 -04:00
Charles Lee
f098832504
Update firstSubdomainFromGalleryId in hitomi.la ( #8092 )
...
Updated with latest logic from ltn.hitomi.la/common.js
2021-07-13 09:27:17 -04:00
Carlos
1cc39ff6e0
fix mangadex titles having "" ( #8037 )
2021-07-09 18:04:08 -04:00
Carlos
b3aaf136c2
MangaDex fix deeplinking, parsing, clean up dto's, add latest chapter ( #8035 )
...
* MangaDex fix deeplinking, parsing, clean up dto's, add latest chapter
* change wording for sort
2021-07-09 16:39:34 -04:00
Johannes Joens
03850d43a7
nHentai.com switch to kotlinx and add support for multilang ( #7990 )
...
* Create NHentaiCom.kt
* Create NHentaiComFactory.kt
* Create NHentaiCom.kt
* Delete NHentaiCom.kt
* Create build.gradle
* Create AndroidManifest.xml
* Added Icons
* Remove Single Lang files
* Added (unoriginal) back to naming
* Changed name back to (unoriginal) ending
* Removed Langues
* Update NHentaiComFactory.kt
* Update NHentaiCom.kt
* change from try to runCatching
2021-07-07 05:52:33 -04:00
FourTOne5
774b0a3de4
MangaPark v3 Genre Search Fix ( #7938 )
...
* Update build.gradle
* Update MangaPark.kt
* Update MangaPark.kt
2021-07-02 08:16:06 -04:00
h-hyuuga
72fd4cc564
Comick.fun: Fix parsing issue for nullable chapter numbers ( #7902 )
2021-06-28 05:50:09 -04:00
Gauthier
5876f259c8
fix user-agent ( #7865 )
2021-06-25 08:45:53 -04:00
arkon
0640b31137
Fix linting errors
2021-06-20 12:06:27 -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
vulpes310
2e062b2929
[Hitomi.la] Remove hardcode image path condition ( #7724 )
...
[FIX] Remove hardcode image path condition
Rather than hardcoded conditons for determining image path's first subdomain,
the extension now dynamically load the condition by parsing the condition from
Hitomi.la's common.js. This should keep the cat and mouse chase a little bit longer.
[REFACTOR] Simplify regular expression for id extraction
2021-06-18 05:52:48 -04:00
animusfracto
84f2e19495
Add in error handling to handle malformed responses from the aggregate endpoint. addresses #7697 and #7678 ( #7709 )
2021-06-17 18:18:02 -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
animusfracto
16ffd5f695
Implement Completed and Cancelled statuses ( #7671 )
...
* add checks to the uploaded chapters in order to determine if the (publication) completed manga has been fully scanlated
* consolidate case entries
* Add language to aggregate call
2021-06-15 12:39:38 -04:00
Alessandro Jean
6991d96d59
Remove last Gson usage at MangaDex ( #7656 )
...
* Remove last Gson usage at MangaDex.
* Use ImageReportDto instead of buildJsonObject.
2021-06-15 11:11:03 -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
vulpes310
00547b5413
[hitomi.la] Update image url path logic and implement filter ( #7654 )
...
* [hitomi.la] Update image url path logic and implement filter
[FIX] Update image url path logic
[FEAT] Add Filter for searching with popularity support
[FIX] Replace the used json library with kotlinx.serialization
[FIX] Deeplink now support all type and can actually display result
[FEAT] Add common word detection to avoid large search result
* Fix HitomiActivity query pattern
* [hitomi.la] Update image url path logic and implement filter
[FIX] Update image url path logic
[FEAT] Add Filter for searching with popularity support
[FIX] Replace the used json library with kotlinx.serialization
[FIX] Deeplink now support all type and can actually display result
[FEAT] Add common word detection to avoid large search result
* Fix HitomiActivity query pattern
* Update extVersionCode
2021-06-14 13:43:17 -04:00
FourTOne5
787767942b
9Hentai Chapter Update Fix ( #7651 )
...
* Update NineHentai.kt
* Update build.gradle
2021-06-14 12:26:38 -04:00
FourTOne5
b49b58613f
9Hentai Fix Upload Date + Update Url ( #7648 )
...
* Update build.gradle
* Update NineHentai.kt
* Update NineHentai.kt
2021-06-14 09:44:38 -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
Carlos
761e467896
update to use includes to reduce api calls ( #7603 )
2021-06-10 21:11:54 -04:00
Alessandro Jean
fcb929f4e6
Add deeplinking to MangaPlus and Tsuki. ( #7597 )
2021-06-10 15:22:18 -04:00
Alessandro Jean
ca27731aa8
Fix broken search and chapter images at MP. ( #7580 )
2021-06-09 17:46:25 -04:00
Carlos
49c930d622
MangaDex: Switch to serialization, use lang descriptions if available, fix open in webview, fix publication status, possibly fix md@home retry ( #7540 )
...
* switch to kotlinx
* use baseurl in referer
* remove default sort cause we don't use at this time
update build.gradle
* Use correct field when parsing manga pub status
* Use current language if available in description map.
* potentially fix md@host refresh issue
* add default sort back since that's by number of follows
* use work around for webview credit @Nar1n
Co-authored-by: animusfracto <50589737+animusfracto@users.noreply.github.com>
Co-authored-by: Alessandro Jean <alessandrojean@gmail.com>
2021-06-08 20:58:56 -04:00
Alessandro Jean
aa06cd4b04
Fix wrong language code in some extensions. ( #7550 )
2021-06-08 13:43:46 -04:00
FourTOne5
16f94ad314
MangaPark v3 Fix 3.0 ( #7536 )
...
* Update build.gradle
* Update MangaPark.kt
* Update MangaPark.kt
* Update MangaPark.kt
2021-06-08 12:02:03 -04:00
FourTOne5
ad61957f81
MangaPark v3 Fixes 2.0 ( #7527 )
...
* Update MangaPark.kt
* Update build.gradle
* *cough*
* Fix?
2021-06-07 10:51:52 -04:00
FourTOne5
bf8b5d5df9
MangaPark v3 Fixes ( #7516 )
...
* Update build.gradle
* Update res
* Update MangaParkUrlActivity.kt
* Update MangaParkFactory.kt
* Update MangaPark.kt
2021-06-07 06:52:38 -04:00
Gauthier
380b7594f5
filter series by in progress and read ( #7446 )
2021-06-04 07:38:57 -04:00
Alessandro Jean
5295e43d68
Fix proxy method not working on Cubari. ( #7431 )
2021-06-03 16:56:57 -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
Alessandro Jean
2fb79d4a2c
Fix referer in MangaDex. ( #7397 )
2021-06-02 19:48:15 -04:00
Alessandro Jean
d191a78d97
Add Referer header to MangaDex. ( #7393 )
2021-06-02 16:28:31 -04:00
Alessandro Jean
e8b6a225aa
Replace Gson usage with kotlinx.serialization in some sources ( #7372 )
...
* Replace Gson usage with kotlinx.serialization in some sources.
* Add kotlinx.serialization to common-dependencies.
* Add missing dependencies.
2021-06-02 06:40:59 -04:00
Carlos
6822315dfd
use dex covers for everything ( #7291 )
2021-05-29 20:26:29 -04:00
henry726
6aac2a0539
Mango: Fix Page Fetch ( #7227 )
...
* Update Mango.kt
Added chapter numbers based on index order (same way they appear on the web client)
* Update build.gradle
* Update Mango.kt
Adds chapter number to the beginning of the chapter name
* Update Mango.kt
The last page of the chapter no longer repeats at the beginning
* Update build.gradle
2021-05-25 18:12:08 -04:00
Alessandro Jean
a35d2d2514
Add missing titles in Portuguese and Indonesian at Manga Plus ( #7211 )
...
* Add missing titles in Portuguese and Indonesian at M+.
* Add missing commas
2021-05-25 08:22:18 -04:00
FourTOne5
9f9ee6d4ff
MangaPark v3 fix [Invalid Float=""] ( #7203 )
...
* MangaPark v3 fix [Invalid Float=""]
* Update build.gradle
2021-05-24 09:01:21 -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
henry726
f42d8cd443
Mango: Add chapter numbers ( #7193 )
...
* Update Mango.kt
Added chapter numbers based on index order (same way they appear on the web client)
* Update build.gradle
* Update Mango.kt
Adds chapter number to the beginning of the chapter name
2021-05-24 07:02:58 -04:00
h-hyuuga
6a404595b6
Add Comick.fun ( #7159 )
...
* Add Comick.fun
* Bugfixes + Improve Chapter Titles and Descriptions
2021-05-24 06:13:43 -04:00
Carlos
5f10f155d9
MangaDex use translatedLanguage and an alt cover source( #7180 )
...
* fix locales, add back bone for covers, use alt cover url
* dont change url
* update gradle
2021-05-22 11:16:31 -04:00
Johannes Joens
9c4b1caee5
Bato.To: Fix infinitiy search ( #7156 )
...
* Update build.gradle
* Update BatoTo.kt
2021-05-22 00:20:45 -04:00
Gauthier
aeae87d57f
search for in progress and unread when unread only is selected ( #7141 )
2021-05-21 08:38:58 -04:00
Johannes Joens
bbf5ee19df
Bato.to: Search Fix for #7120 ( #7124 )
...
* Update build.gradle
* Update BatoTo.kt
2021-05-20 09:15:26 -04:00
Johannes Joens
c21ff364b8
Bato.to: updated fillters & added UrlActivity ( #7118 )
...
* Update build.gradle
* Updated Filters and added UrlActivity
2021-05-20 07:29:41 -04:00
Baptiste Leduc
cffc0157a6
Use correct field name for MD@H report endpoint ( #7066 )
...
* Use correct field name for MD@H report endpoint
* Bump build.gradle version
2021-05-17 14:09:10 -04:00
Carlos
56d9d913f3
update mangadex at home reporting ( #7038 )
...
* fix reporting for md@home
* dont show safe rating
* dont show safe rating
* update gradle
2021-05-15 20:08:28 -04:00
FourTOne5
0e982b8380
Update 9hentai site url. ( #7021 )
...
* Update URL
* Update build.gradle
2021-05-14 17:54:49 -04:00
OncePunchedMan
1db6f31ae6
getting the correct tags now ( #6986 )
2021-05-11 18:28:39 -04:00
INSANEMODE
85bf0c87d9
[Mangadex]fix crossdressing tag id ( #6954 )
...
* fix crossdressing tag id
the crossdressing id was using the ninja tag id "489dd859-9b61-4c37-af75-5b18e88daafc" when it should be "9ab53f92-3eed-4e9b-903a-917c86035ee3", as seen in https://api.mangadex.org/manga/tag
* Match tag names, and remove ecchi
spelling of tag names have been changed to match the api.
ecchi has been removed.
* Update build.gradle
2021-05-11 18:27:55 -04:00
Gauthier
c4f382f0dc
fix readlist chapters sort ( #6944 )
2021-05-10 06:52:45 -04:00
Carlos
618c557f19
Update MangaDexHelper.kt ( #6934 )
...
typo fix
2021-05-09 19:20:22 -04:00
Carlos
185a0b4c37
Mangadex bug fixes and remove piedpiperfb ( #6928 )
...
* fix ongoing typo
fix original language filtering
fix filipino language
* remove piedpiperfb
* add chapter sort order
* add volume to the sort also
2021-05-09 19:07:06 -04:00
h-hyuuga
12b18f7386
Fix search for genkan io ( #6919 )
2021-05-09 11:16:36 -04:00
Carlos
86d0c8eb12
update to new ssl variable ( #6917 )
...
update wording for content rating prefs
2021-05-08 21:00:38 -04:00
FlaminSarge
4424edf879
[Mangadex] Fix authorMap being empty ( #6905 )
...
* [Mangadex] Fix authorMap being empty
* Revert build.gradle version
2021-05-08 12:01:29 -04:00
arkon
8a13a17a52
Add support for SwitchPreferenceCompat
2021-05-08 09:35:03 -04:00
Carlos
deec443983
More Dex Updates ( #6900 )
...
* MangaDex: remove empty tag, fix genre typo
- remove empty tag caused by null/empty publicationDemographic/other from nonGenres if its null/empty
- fix typo genre uuid
* better method removing empty tag
Co-Authored-By: Carlos <2092019+CarlosEsco@users.noreply.github.com>
* revert pt-br changes
Changing it to pt-br instead of pt-BR changed the id of the source and made the Mangadex in Brazilian Portuguese to be separed from the other Brazilian extensions (that uses pt-BR as lang)
Co-Authored-By: Alessandro Jean <14254807+alessandrojean@users.noreply.github.com>
* Update build.gradle
* String updates to support standard HTTPS in MD@H node selection
* Code updates to only use nodes with standard HTTPS in MD@H node selection
* Update build.grade to indicate new version
* fix preferences and langs
* low md@home to refresh host sooner
* add content rating by default preferences(defaults to safe and suggestive)
* throw error for page list parsing instead of trying to continue
* clean up string
Co-authored-by: Riztard <riyanluqman@gmail.com>
Co-authored-by: Alessandro Jean <14254807+alessandrojean@users.noreply.github.com>
Co-authored-by: fourquestionmarksokay <83817943+fourquestionmarksokay@users.noreply.github.com>
2021-05-08 07:27:08 -04:00
FlaminSarge
8744b25170
[Mangadex] Add Dex v5 artists ( #6879 )
...
* Add Dex v5 artists
* Revert Mangadex build ver
2021-05-07 07:47:15 -04:00
Carlos
9a45dc2f8e
Dex fixes ( #6856 )
...
* fix some langs
* dex bug fixes
* add temp cover
* local for languages, clean and capitalize demo/rating, fix tags not showing
2021-05-06 00:11:51 -04:00
Carlos
715bdcccc1
Dex V5 (note: their are no covers currently, you will need to migrate from dex to dex) ( #6843 )
...
* initial v5 stuff
* more v5 stuff
* slight changes
* add search
* clean up search some
* change athome parsing
clean up filters
* add Status options for search
* update to use batch author endpoint
* add more filters
* small fixes
* more fixes
* change error message
2021-05-05 19:55:50 -04:00
h-hyuuga
f29131f748
Added Genkan.io extension ( #6809 )
2021-05-03 09:57:55 -04:00
Jaykoerner
02fa4e5ca6
Added some chapter filtering options to Bato.to ( #6792 )
...
* Update build.gradle
* Update BatoTo.kt
2021-05-02 10:48:36 -04:00
FourTOne5
5e7c11371b
Cubari QoL Update ( #6781 )
...
* Update Cubari.kt
Volume defaults to "Uncategorized" so if volume is "Uncategorized" don't show volume.
* Update build.gradle
2021-05-01 16:52:57 -04:00
Johannes Joens
9b00d811d6
Mmrcms split with revisions for #6742 ( #6767 )
...
* Add MMRCMS.kt
* Add Files
* Add files via upload
* Delete src/all/mmrcms directory
* Added icons
2021-05-01 16:52:32 -04:00
FourTOne5
948cff84e5
Cubari QoL Patch ( #6760 )
...
* Was trying to get JSONobject instead of string
* Update build.gradle
2021-04-29 13:06:01 -04:00
FourTOne5
a77f70473f
Cubari QoL ( #6746 )
...
* Update Cubari.kt
* Update build.gradle
* Made a Oopsie.
* Oopsie fixing
* -_- Again I guess
* Update Cubari.kt
2021-04-29 10:16:14 -04:00
Alessandro Jean
f0c4083f24
Update kotlinx-serialization-protobuf to match Kotlin version at MangaPlus ( #6747 )
...
* Update kotlinx-serialization-protobuf to match Kotlin version.
* Removed unused import.
* Removed unused serializer.
2021-04-28 17:21:27 -04:00
arkon
50bf2a56e5
Update dependencies; drop Android 4.x support ( #6742 )
2021-04-28 15:38:05 -04:00
Gauthier
3cd9bb0abb
[Komga] fix restoring backup & tags in filter panel ( #6736 )
...
* fix: set full url for manga so restoring a backup can work
* fix: only show series tags in the filter panel
2021-04-28 08:43:55 -04:00
Alessandro Jean
8869d56b6f
Add initial support to more languages at MangaPlus ( #6505 )
...
* Add initial support to Portuguese at MangaPlus.
* Add Thai language to MangaPlus.
2021-04-12 10:24:12 -04:00
Johannes Joens
a3b9c284de
Webtoons split ( #6444 )
...
* 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
2021-04-07 07:52:58 -04:00
Johannes Joens
2c5179dd1a
Bato.to improved language filter ( #6439 )
...
* Update BatoToFactory.kt
* Update BatoTo.kt
* Update build.gradle
2021-04-06 08:41:13 -04:00
E3FxGaming
37a6b0d2dd
Webtoons Fix for EU users ( #6424 )
...
Should fix Webtoons not working for EU users
2021-04-04 19:32:42 -04:00
Johannes Joens
1b9f714256
Update build.gradle ( #6422 )
2021-04-04 18:29:32 -04:00
Johannes Joens
649e4fb419
Bata.to fix date parsing and add scanlator support ( #6419 )
2021-04-04 16:33:03 -04:00
Johannes Joens
30be012210
Zbulu split ( #6387 )
...
* Create Zbulu.kt
* Create ZbuluGenerator.kt
* Added default icon
* De;eted single source files
2021-04-02 08:52:17 -04:00
Johannes Joens
5e5cdf9418
Luscious conversion to multisrc ( #6384 )
...
* Create Luscious.kt
* Added icons and Factorys for multilang
* Create LusciousGenerator.kt
* Deleted singel source
2021-04-01 11:11:06 -04:00
RePod
a942bdc87a
LANraragi: Category, Random, and DNS fixes ( #6379 )
...
* LANraragi: Category to own function and observe on io
Move category retrieval to own function for init and refreshing when FilterList is reset (for the next one...) to maintain sync without restarting.
Observe on io instead of mainThread to avoid exception for "large" requests.
Also considered: callbacks.
* LANraragi: Clean up getArtist and getDateAdded
* LANraragi: Safer getRandomID
* LANraragi: Improve Random item visibility
Previously a server with a dirty DB would have conflicting numbers and need to run a clean to fix them.
That's still the case but that's not the extension's problem and those numbers are no longer considered.
Switched to a querySize check to remain only on the initial Browse page.
Remove previous Latest query smuggling due to above.
* LANraragi: Ignore DNS over HTTPS
Fixes #6341
Similarly not act without a configured server.
I miss you, return early...
* LANraragi: Init random ID observe on io
Drop mainThread entirely.
2021-04-01 08:42:50 -04:00
Middlepepper
75b78b2dfa
Update MadaraGenerator.kt ( #6356 )
...
* Update MadaraGenerator.kt
added GalaxyDegenScans
* Update MadaraGenerator.kt
Added Sleepytranslations
* Update MadaraGenerator.kt
Updated Sleepy Translations name
* Update MadaraGenerator.kt
Added SocialWeebs to MadaraGenerator.kt
Added Manga Too to MadaraGenerator.kt
* Update Generator.kt
added Mangazuki to Generator.kt for manga-reader-cms (MMRCMS)
* Create Hyakuro.kt
Updated Foolslide Mutisource to include
- Hyakuro
* Update FoolSlideGenerator.kt
Updated to include Hyakuro
* Update FoolSlideGenerator.kt
Corrected missing quote
2021-03-30 09:46:41 -04:00
Gauthier
7655bf6483
feat(komga): ignore dns over https ( #6335 )
2021-03-29 07:04:40 -04:00
scb261
21cf5dac2d
HentaiHand: add authorization, add more languages ( #6337 )
...
* Add logging in using username and password in settings
* Remove logs
* Fix warning
* Add more languages
* Bump ext version
2021-03-29 07:01:54 -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
funkyhippo
24f1b6f96e
Cubari extension. ( #6311 )
2021-03-27 14:53:17 -04:00
Johannes Joens
51bc7410ba
Updated Bato.to supported languages list ( #6269 )
...
* added unfilterd option and US english
* Update build.gradle
2021-03-24 09:20:30 -04:00
az4521
5dbfde95d3
CCC webcomic: support multi-image chapters ( #6186 )
...
* CCC webcomic: support multi-image chapters
most of the chapters are only a single image long, whoops
* whoops
* fix issue where chapters past 280 are spanish
Co-authored-by: az4521 <“az4521@users.noreply.github.com”>
2021-03-16 19:41:11 -04:00
az4521
e049f285ec
Create extension for CCC webcomic ( #6184 )
...
* Create extension for CCC webcomic
* add the manifest file
Co-authored-by: az4521 <“az4521@users.noreply.github.com”>
2021-03-15 13:41:18 -04: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
RePod
b5ef15ee35
LANraragi: Random item, clear new status ( #6091 )
...
* LANraragi: Introduce Random item.
Appears as the first item under Browse when there's no meaningful filtering.
Maintain Latest flow at the cost of an extra query param.
* LANraragi: Get and use the Random ID.
Helper functions to get a new random ID.
Helper functions to get the ID from weird spots.
Separate network client to not follow redirects, saving server-side extracts.
* LANraragi: Obtain random ID on init.
To save one entire refresh for that quality user experience.
The call is still to a 301 that is not followed.
* LANraragi: Unset isnew on archives.
More obvious since Latest was hooked up.
Separate from actual reading progress.
This was happening indirectly before the previous extension version swapped to API endpoints for metadata.
* LANraragi: Bump extension version
* LANraragi: AZ detection for ID.
Due to how it updates info and chapters independently leading to an expected race condition.
When detected avoid the race by accessing the ID via thumbnail.
Always using the thumbnail moves the race to non-AZs instead.
* Revert "LANraragi: AZ detection for ID."
This reverts commit 28541d8d0daf989c129884090311e49148f05112.
2021-03-10 06:57:16 -05:00
OncePunchedMan
addce58067
changed rate limit to 2/sec ( #6122 )
2021-03-10 06:02:27 -05:00
loocool2
ef82e290fe
Update Imhentai domain ( #6113 )
...
* Update imhentai domain
* Update version
* Change mangabat and mangairo domains to correct website
* Revert "Change mangabat and mangairo domains to correct website"
This reverts commit 5c770535848fc99dbb56e32fb0f668df5fc09247.
2021-03-09 17:01:08 -05:00
Gauthier
1ac4721780
fix: logs and try/catch ( #6092 )
...
exception catching while building filter list (#6074 )
error logs whiloe loading filter values (#6047 )
2021-03-07 22:10:53 -05:00
Patrick Geneva
95d88d6a82
Fixed crash on startup when host address is empty ( #6078 )
2021-03-06 05:40:46 -05:00
Patrick Geneva
88bd826168
Mango: Add first working version ( #6034 )
...
* Add Mango extension first pass
Has browse, chapters, and searching.
The api endpoint is just the whole entire library, so searching is done locally.
Requires login, so will need to view the webview first to login, then everything works as expected.
https://github.com/hkalexling/Mango/
* Added automatic authentication
* Sort based on time since there is no chapter number in the api.
* Requested changes.
2021-03-05 22:02:50 -05:00
Johannes Joens
9e41b7016c
[Mangadex] add language for chapters with out specified language ( #6062 )
...
* Add othere languege to Mangadex
* Update build.gradle
2021-03-04 08:20:02 -05:00
Gauthier
7a667d78ed
feat: browse readlists and collections ( #6038 )
2021-03-02 10:43:12 -05:00
scb261
618aba4fa8
Dragon Ball Multiverse: fix languages ( #6024 )
...
* Dragon Ball Multiverse: fix languages
* Forgot to remove a comment
2021-03-02 10:39:31 -05:00
Gauthier
6a813c9ab8
feat: filter by authors ( #6014 )
2021-03-01 07:27:37 -05:00
happywillow0
9014f85f77
Move Noxsubs to WPMangaStream ( #5992 )
...
* Adds NoxSubs to WPMangaStream
- Adds source to generator
- Overrides SimpleDateFormat language
* Updates MMRCMS
- Removes NoxSubs
- Updates a few other url due to domain changes.
2021-02-26 13:16:16 -05:00
Riztard Lanthorn
5b9dff0b81
Split WPMangaStream Extension ( #5803 )
...
* Split WPMangaStream
* add some icons
* remove WPMangaStream
* move default_res
would be amazing
* override source id
* remove single extension
* rate limit
* add sources
Kuma Scans (Kuma Translation)
Tempest Manga
* remove multilang import
* override rate limit
* override source id
* fix class name
* remove file
2021-02-15 10:43:14 -05:00
Riztard Lanthorn
a49001e314
Split FoolSlide Extension ( #5840 )
...
* Split FoolSlide Extension
* remove FoolSlide
* add className
* change default_res
#5845
* add nsfw
* nsfw2
2021-02-15 10:36:28 -05:00
scb261
06cd2b8779
Toomics: various fixes ( #5848 )
...
* Toomics: various fixes
* Add comment
2021-02-14 10:33:51 -05:00
scb261
4396121d1f
Hitomi.la: fix search when using upper case ( #5843 )
2021-02-14 09:22:32 -05:00
scb261
eeb2f25e9d
NineHentai: fix galleries with broken last page ( #5841 )
2021-02-14 09:22:09 -05:00
Aria Moradi
3bc1aa5e3b
Fmreader split ( #5800 )
...
* split fmreader
* convert Manhwa18Net to factory
* remove the extra source
* add back Manhwa18
* fix building
2021-02-12 15:41:46 -05:00
Riztard Lanthorn
6e24e80633
Split WPComics Extension ( #5799 )
...
* split WPComics
* remove source, it was moved to wpmangastream
* remove WPComics
2021-02-12 10:29:30 -05:00
Aria Moradi
ca5663ff3a
split paprika ( #5798 )
2021-02-12 10:27:38 -05:00
ObserverOfTime
f4c4489e6b
MangAdventure split ( #5667 )
2021-02-11 10:48:48 -05:00
Riztard Lanthorn
b4afa0323e
Split WPMangaReader ( #5754 )
2021-02-10 17:59:43 -05:00
Riztard Lanthorn
bd5f42f8cd
Bye bye Madara ( #5730 )
...
* N-Z
* MZuki-N
* kbatch-mzuki
* remove madara
* remove wildcard
* nsfw
* pkg name
already got it from class name
* forgot className
* this too
* fix arangScans chapter and timestamp
* add mangaEffect
* add mangaGreat
* mangazuki.club multiLang
* forgot this line :v
2021-02-10 09:05:12 -05:00
Aria Moradi
24a62236b8
add and update MangazukiOnline, some more of madara splitted ( #5709 )
...
* add and update MangazukiOnline
* 12 more of madara
* fix build fail
2021-02-08 18:51:17 -05:00
Aria Moradi
b14b910407
EroMuse split ( #5708 )
...
* split eromuse
* revert EroMuse
* add nsfw annotation
2021-02-08 17:53:17 -05:00
scb261
975b311637
FMReader: fix KissLove and Manga-TR ( #5710 )
2021-02-08 17:49:53 -05:00
scb261
18779c2777
RawLH: fix chapter pages showing loading gif ( #5692 )
2021-02-08 08:29:33 -05:00
Riztard Lanthorn
94ee0019c9
wp MangaStream add ResetScans ( #5681 )
2021-02-07 23:36:17 -05:00
arkon
2f5e09b292
Add ktlint-disable directive to generated files
2021-02-07 15:26:49 -05:00
Aria Moradi
ee33c8fa02
Madara split: part 1 ( #5662 )
...
* madara 161
* 50 of madara sources
* remove moved classes part 1
2021-02-07 10:37:31 -05:00
Aria Moradi
f275fc07c2
Comicake split ( #5661 )
...
* comicake v 1.2.8
* fix build
* update comicake to 1.2.9
2021-02-06 22:15:30 -05:00
Aria Moradi
700ec615a6
Mangabox split ( #5660 )
...
* Mangabox split
* fix build
2021-02-06 22:13:52 -05:00
arkon
3da46570aa
Move annotations and Duktape stub into core module
2021-02-06 18:16:04 -05:00
Aria Moradi
3f081f69ac
lib-themesources, split Genkan into single-source extensions ( #5154 )
...
* lib themesources copied from SnakeDoc83/tachiyomi-extensions/library
* update to the newer Genkan
* update genkan generator
* GenkanOriginal
* code cleanup
* add all Genkan sources
* generate inside generated-src, res override
* src override
* move overrides out of library
* move overrides to a better place
* remove leftover generated files
* remove leftover generated files
* add generators main class
* comment the code
* Now sources are purely generated
* uncomment generators
* enhance comments
* icons by @as280093
* fix pathing issues
* nullpointerexception proof
* runAllGenerators task
* more flexibility in lib structure, fix a fiew errors
* update github workflows
* correct nonames scans directory name
* rename SK Scans to Sleeping Knight Scans
* fix typo
* update depencencies
* remove defaultRes from dependencies
* fix bug with nsfw
* fix nsfw generation
* themesourcesLibraryVersion is included in build.gradle extVersionCode
* improve javadoc
* fix formatting and language code generation
* comply with #5214
* common dependencies
* rename and move lib/themesources into /multisrc
* use not depricated form
* cleanup runAllGenerators task
* cleanup even more
* oops extra file
* remove test code
* comments
* update docs and refactor
* update docs
* requested changes
* clean up dependencies
* sealed dataClass
* refactor
* refactor string generators
* bring back writeAndroidManifest
* update overrideVersionCode javadoc
* update overrideVersionCode javadoc
* move dependency to extension source
* refactor runAllGenerators
* improve docs
* remove extra file
2021-02-06 17:32:04 -05:00
Riztard Lanthorn
ba1e62d960
FoolSlide remove dokiFansubs ( #5648 )
2021-02-06 09:22:24 -05:00
Riztard Lanthorn
6c88971ade
madara fix bestmanhua no page bug ( #5633 )
2021-02-05 08:02:42 -05:00
Riztard Lanthorn
9e9e3593eb
fix genkan year timestamp ( #5638 )
...
timestamp longer than 1 year shows as current year
2021-02-05 08:02:30 -05:00
Riztard Lanthorn
050636f172
Open Madara PR ( #5585 )
...
* Madara fix PMScans timeStamp
* add source
add Raw Mangas
add SiXiang Scans
* nsfw
2021-02-02 06:50:54 -05:00
Peter Appleby
771f65d7e9
Tri-state genre filtering for Batoto ( #5618 )
...
* Tri-state genre filtering for Batoto
* include or exclude genres
* Fixes typo for Harlequin genre
* Update build.gradle
* Cleaner genre filter list syntax - batoto
2021-02-01 18:49:53 -05:00
Riztard Lanthorn
6fb7cea1ed
WP MangaStream add source & change url ( #5596 )
...
change flame scans to their new site
add MangaIndonesia source
2021-02-01 17:47:40 -05:00
kiriya-aoi
ea862d524a
Remove elimangas ( #5580 )
...
Remove elimangas, which shut down back in September.
2021-01-28 14:38:57 -05:00
OncePunchedMan
73fbab2402
add new sources to madara ( #5572 )
2021-01-27 11:41:32 -05:00
Riztard Lanthorn
be8db0dc7b
Foolslide phoenixscans ( #5562 )
...
change url
add manga details for italian
ignore case sensitive for regex
2021-01-26 07:53:17 -05:00
Riztard Lanthorn
78d31de70a
WP Mangastream fix issue ( #5558 )
...
fix mangakyo and westmanga manga details issue
2021-01-25 10:57:09 -05:00
Gauthier
b24fa5b9b6
[Komga] Display book aggregated data on Series screen ( #5550 )
...
* display Series summary from books if no summary exists for Series
closes gotson/komga#391
* display Series authors
closes #5481
2021-01-25 07:27:53 -05:00
Unlocked
0293fbc547
[Mangadex] Exclude thumbnail downloads from rate limiting ( #5542 )
...
* Exclude thumbnails from mangadex rate limiting
* Remove development code
* Bump mangadex extVersionCode
2021-01-24 13:44:45 -05:00
Riztard Lanthorn
f85a84d5fe
wpmangastream build.gradle ( #5534 )
...
arkon sama forgot to update it #5525
2021-01-24 09:28:03 -05:00
vaginadesolator
aacf56d0c0
Fix page order not following site's default content specific ordering ( #5532 )
2021-01-24 09:27:50 -05:00
arkon
514374f13a
Remove AsuraScans ( closes #5525 )
2021-01-23 15:09:16 -05:00
arkon
93a23ee73d
Remove EdensZero ( closes #4219 )
2021-01-23 15:09:01 -05:00
vaginadesolator
7435c673b2
New extension Luscious.net ( #5522 )
...
* New extension for Luscious.net
* Improve page fetch performance using caching
* Fix wrong tri state fitler logic
* Make all language disabled by default
* Fix language not being applied and adjust default sort option
2021-01-23 13:34:22 -05:00
OncePunchedMan
6774433790
fix tritiniascans ( #5526 )
2021-01-23 13:24:57 -05:00
OncePunchedMan
b32647e702
added 2 new sources to madara ( #5514 )
2021-01-23 10:08:03 -05:00
OncePunchedMan
0ee4d3acab
change rate limiting from 4 requests/sec to 1 r/s ( #5507 )
2021-01-21 22:30:59 -05:00
Johannes Joens
93da2be0b2
Remove Ciayo ( #5509 )
...
Ciayo website has shutdown
Closes #4698
2021-01-21 22:30:42 -05:00
Riztard Lanthorn
713cd74637
WP Comics fix manhuaES manga detail ( #5500 )
...
fix manga genre
fix manga description
2021-01-21 06:53:59 -05:00
Edgar Mejía
7735005682
Fix tachiyomiorg#4800 ( #5496 )
2021-01-20 13:38:53 -05:00
vaginadesolator
a423ba14ce
New extension for HentaiHand.com ( #5427 )
...
* New extension for HentaiHand.com
* Set containsNsfw flag as true in build.gradle
Co-authored-by: scb261 <65343233+scb261@users.noreply.github.com>
* Add @Nsfw annotation
Co-authored-by: scb261 <65343233+scb261@users.noreply.github.com>
* Add missing nsfw import
* Split into language sources
* Reimplement ID lookup mechanism using RxJava
Co-authored-by: scb261 <65343233+scb261@users.noreply.github.com>
2021-01-19 17:43:41 -05:00
Riztard Lanthorn
85186e62a4
WP Comics fix manhuaES paging issue ( #5488 )
...
popular, latest, and search only show few manga (only page 1)
2021-01-19 17:42:33 -05:00
RePod
19adc29d1d
LANraragi: Safer tag parsing. ( #5490 )
...
It was possible to get a null into the function and the following split() did not like it.
2021-01-19 17:42:23 -05:00
vaginadesolator
a79b07666a
New extension for IMHentai.com ( #5430 )
...
* New extension for IMHentai.com
* Refactor ext as factory to segregate language support
2021-01-19 08:56:01 -05:00
Riztard Lanthorn
36f0fd4fc0
madara fix arangScans ( #5484 )
2021-01-19 08:54:51 -05:00
Riztard Lanthorn
9dfdc222a8
WP MangaStream fix westManga ( #5483 )
...
their tweaked site return to default format
2021-01-19 08:54:24 -05:00
OncePunchedMan
72b76d70d2
added 2 new sources to madara ( #5480 )
2021-01-19 08:12:57 -05:00
OncePunchedMan
316036ee2a
added 2 sources to madara ( #5463 )
...
* added siyahmelek to madara
* transferred sektedoujin from mangastream to madara
2021-01-17 10:31:43 -05:00
RePod
3fc1e2fe65
LANraragi: Filters, Latest, misc API. ( #5462 )
...
* LANraragi: Handful of filters.
- Descending/new/untagged toggles
- Starting page override
- Namespace sorting
- Categories
* LANraragi: Upgrade chapterListRequest to API.
Use the metadata endpoint.
Preserve WebView for i.e. management.
Pull out the date_added tag for date_upload.
* LANraragi: Verify if a category is selected.
* LANraragi: Hook up Latest.
With some new preferences.
* LANraragi: Switch Category filter from CBs to Dropdown
Soon: LRR has multi-category drifting.
Pins are indicated in the dropdown.
Correct types in Category. I'm blind.
* LANraragi: Change date_upload null check to let.
* LANraragi: Empty string compare to isNotBlank
* LANraragi: Preferences tidying.
* LANraragi: Cleanup Starting Page filter.
RIP the dream of indicating the number of items returned by search without pressing the Reset button.
* LANraragi: More preferences tidying.
* LANraragi: Pagination offset improvements
Previously going back pages from the end would result in the wrong size.
Include stats in the filter option when available to help with manual pagination.
2021-01-17 10:23:45 -05:00
Johannes Joens
68ecf6a1d1
Add Nsfw flag to Bato.to ( #5452 )
...
* Add Nsfw flag
* Added NSFW annotations to Factory
2021-01-16 12:33:22 -05:00
Riztard Lanthorn
812170038e
fix mangadex end chapter ( #5456 )
...
end chapter doesnt add "[END]" to chapter name
2021-01-16 11:48:35 -05:00
Riztard Lanthorn
26e30005a8
ninemanga change to https ( #5448 )
2021-01-16 10:07:26 -05:00
Riztard Lanthorn
f4c4760c6f
fix webtoon es parse date ( #5447 )
2021-01-16 10:06:56 -05:00
Riztard Lanthorn
89e60709ef
fix 1st kiss date parse ( #5445 )
...
* fix 1st kiss date parse
* sort for perfection :v
2021-01-16 10:06:21 -05:00
OncePunchedMan
4ca73ae067
adding new sources to madara ( #5437 )
...
* adding grazescans and uyuyanbalik to madara
* adding mangaweebs to madara
* adding mmscans to madara
2021-01-15 22:29:36 -05:00
Riztard Lanthorn
8d5dc2d380
WP MangaStream fix manga details ( #5428 )
...
for site like kiryuu
2021-01-15 22:29:23 -05:00
Riztard Lanthorn
057070f05b
WP MangaReader add TurkToon ( #5432 )
2021-01-15 22:29:14 -05:00
vaginadesolator
b3707d3b6f
Add simply hentai ext chapter upload date ( #5421 )
...
* Set default status as completed
* Parse manga date and set as chapter attribute
* Bump simply-hentai version
2021-01-14 22:19:02 -05:00
Riztard Lanthorn
e906749837
fix bulu manga - chapter image issue ( #5419 )
2021-01-14 12:16:33 -05:00
Johannes Joens
d09e57cac8
Bato.to Typo fix ( #5408 )
...
* fixes typo in genre
* Update build.gradle
* fixed more typos
2021-01-14 06:08:36 -05:00
Johannes Joens
beface213b
Fixes Webtoons Spanish ( #5409 )
...
* Fixes Spannish Date format
* Update build.gradle
2021-01-14 06:04:28 -05:00
Riztard Lanthorn
24159ea8f1
WP Comics add mangasum RAW ( #5411 )
2021-01-14 06:04:15 -05:00
arkon
309507d33d
Fix errors in Batoto
2021-01-13 16:03:56 -05:00
Johannes Joens
66c8af8b4c
Fixes Bato.to Filtering ( #5403 )
...
* Fixed A-Z and Totally sort and added Z-A sort
* Added Genres, Status, Origin and removed stars, styles and demographic
* Update build.gradle
* Improved Status Filter
* Added hidden genres
These Genres(award_winning, youkai, uncategirized) give out results in the search query but are listed nowhere on bato.to
* Added More Sort Options
2021-01-13 15:41:21 -05:00
antonycaporossi
295b19ad08
New manga selector for mangasum to avoid raws. Updated version code. ( #5404 )
2021-01-13 15:40:58 -05:00
OncePunchedMan
6910f2fc88
adding new source to madara ( #5398 )
2021-01-13 15:40:13 -05:00
Johannes Joens
d69bf37f73
Add Spanish and Spanish Translation to Webtoons ( #5401 )
...
* Added Spanish and Spanish Traslation
* Update build.gradle
* Update WebtoonsFactory.kt
2021-01-13 15:39:56 -05:00
OncePunchedMan
f55ce85459
add and remove sources ( #5392 )
...
* add voidscans.com to madara
* remove PTScans from comiccake
* voidscans.com does not support search
* voidscans supports search, but results are limited
2021-01-13 07:33:08 -05:00
OncePunchedMan
1412a4f908
added bulumanga to zbulu ( #5381 )
2021-01-11 13:18:34 -05:00
Riztard Lanthorn
10b0e2e866
Madara remove source request ( #5369 )
2021-01-10 16:41:35 -05:00
Riztard Lanthorn
a25dcd0653
fix FMReader extra ghost chapter ( #5360 )
2021-01-08 23:13:03 -05:00
Riztard Lanthorn
4bc49d08c9
madara add sources ( #5356 )
...
LovableSubs
Manga-Online.co
SoloScanlation
2021-01-08 10:41:38 -05:00
Riztard Lanthorn
02259c06bd
update FMReader for new theme ( #5353 )
...
* update FMReader for new theme
* fix kissLove
* clean thing after update factory
* revert parseChapterDate to private
* almost forgot this
for substring chapter name
2021-01-08 08:36:05 -05:00
Riztard Lanthorn
314cb965e3
WPComics add headers ( #5355 )
...
some source like mangasum need it to load chapter images
2021-01-08 08:35:32 -05:00
Riztard Lanthorn
3dd846cc3c
fix RawLH ( #5346 )
2021-01-07 11:23:41 -05:00
Carlos
b4666b1d0d
slight change to url ( #5345 )
2021-01-07 08:09:48 -05:00
Carlos
1f2cac98df
slight change to url ( #5340 )
2021-01-06 21:01:23 -05:00
Carlos
d06114f48d
Use mangadex v2 api, and api server ( #5337 )
...
* update to use api server and v2 of mangadex api
* move slash in front of the suffixes
2021-01-06 19:10:49 -05:00
Riztard Lanthorn
de0327e586
move earlyManga to standalone ( #5332 )
...
* remove earlyManga from madara
* add earlyManga extension
2021-01-06 13:32:49 -05:00
Riztard Lanthorn
34ee25aa50
Madara fix n replace ( #5308 )
...
* add arabic for parsing date
* make chapter new banner selector to value
* fix atikrost chapter name and time issue
* fix mangaArabTeam chapter time issue
* replace mangaKitsu with mangaCrimson
* fix astralLibrary reversed chapter order issue
2021-01-04 10:05:00 -05:00
Riztard Lanthorn
46eb268798
WpComics - manhuaes fix some page parse ( #5302 )
2021-01-03 10:16:46 -05:00
Riztard Lanthorn
c36bb63c34
move klanKomik from madara to wpMangastream ( #5303 )
2021-01-03 10:16:08 -05:00
Riztard Lanthorn
62852fd625
madara add n remove source ( #5304 )
...
add NeatManga
add WarQueenScan
remove KnightNoScanlation
2021-01-03 10:15:42 -05:00
Aria Moradi
ffc37b675f
Emerald various fixes ( #5286 )
...
* convert Emerald to BatoTo
* missing from last commit
* reformat file
* add Burmese
* new icons
* new icons by @as280093
2021-01-01 17:25:15 -05:00
Aria Moradi
df39844d0c
boommanga removed ( #5289 )
2021-01-01 16:36:24 -05:00
OncePunchedMan
9b2650074d
baseUrl: loveheaven.net -> lovehug.net ( #5292 )
2021-01-01 16:35:58 -05:00
vaginadesolator
e5125f90d6
Improve searching for EroMuse sources with support for nested albums ( #5240 )
2020-12-24 19:55:31 -05:00
Alessandro Jean
63b2641375
Update Neox URL (again x2). ( #5252 )
2020-12-24 17:51:45 -05:00
vaginadesolator
b8ef369928
Hentai cafe url fix ( #5233 )
...
* Remove suffixed <br /> for some parsed URLs
* Bump version code
2020-12-22 08:12:07 -05:00
arkon
209db287a3
Fix URL intent handler manifest entries
2020-12-20 22:59:04 -05:00
Aria Moradi
33f136d2ae
Fix Android Studio "Duplicate content roots" error ( #5203 )
...
* comply with #5214
* rm not needed AndroidManifest.xml
* [CI SKIP] add info about AndroidManifest.xml
* Update CONTRIBUTING.md
Co-authored-by: arkon <arkon@users.noreply.github.com>
2020-12-20 22:31:12 -05:00
Carlos
ae77b270f0
add it back ( #5218 )
2020-12-20 21:39:07 -05:00
Riztard Lanthorn
2992ad58d4
fix wpComics - manhuaes page parse ( #5216 )
...
older chapter cant load image
2020-12-20 16:57:27 -05:00
Riztard Lanthorn
e700047ae6
WP MangaStream add ChiOtaku ( #5202 )
...
add ChiOtaku source
2020-12-19 18:06:47 -05:00
Riztard Lanthorn
6b74d867b1
update WP MangaReader ( #5201 )
...
wp mangareader update their theme
2020-12-19 13:27:12 -05:00
Carlos
c580c9ceed
Madara Updates ( #5187 )
...
* add missing Madara sources
* update gradle
* fix url
* adjust spacing
* fix some typos
2020-12-18 20:07:17 -05:00
arkon
1f964d9f0a
Revert "Guess whos back ( #5184 )"
...
This reverts commit c7b49fa82c
.
Guess who broke the build
2020-12-18 17:29:53 -05:00
Carlos
c7b49fa82c
Guess whos back ( #5184 )
...
non scanlator removals requests are
2020-12-18 16:10:19 -05:00
Riztard Lanthorn
1f3c321bb1
Madara update ( #5161 )
...
add and remove source
2020-12-17 07:20:48 -05:00
Riztard Lanthorn
00f9528ba0
WP MangaStream add source ( #5156 )
...
add Liebe Schnee Hiver
2020-12-16 09:26:06 -05:00
arkon
b8b02229a9
Revert other test changes
2020-12-15 23:02:08 -05:00
arkon
3c1bc5f00d
[SKIP CI] Update repo links
2020-12-15 17:51:30 -05:00
Riztard Lanthorn
df408c356a
fix & add latest chapter timestamp ( #5129 )
...
* fix latest chapter timestamp
error when there is no chapter
* add latest chapter timestamp to manhuaID
2020-12-14 07:47:27 -05:00
Riztard Lanthorn
8ca71f5311
move mangaShiro to wp mangaStream ( #5130 )
...
* remove mangaShiro
* add mangaShiro to wp mangaStream
2020-12-14 07:46:34 -05:00
arkon
4982695f05
MangaPlus: update kotlinx-serialization to match version in Tachiyomi stable
2020-12-13 11:23:17 -05:00
Riztard Lanthorn
6ae811f8a4
fix wp mangastream no chapter issue ( #5118 )
...
when there is no chapter, ext throw "index 0 size 0 instead"
2020-12-13 10:31:12 -05:00
Riztard Lanthorn
6fc4775ffd
Madara add manhuafast ( #5108 )
2020-12-12 16:32:28 -05:00
Vesnyx
a239a58562
Add Zahard and remove some dead sources. ( #5089 )
2020-12-11 07:01:52 -05:00
arkon
c3c3697b8a
Update kotlinter
2020-12-10 21:04:27 -05:00
whyimdoingthis
ceb22277db
Manhwas Men support ( #5061 )
...
* Add Manhwas Men site to the mmrcms Generator
* Add Manhwas Men data to the GeneratedSources
* bump mmrcms version after adding manhwas men
2020-12-10 17:37:28 -05:00
Riztard Lanthorn
8617830ab6
move back bestManhua to madara ( #5080 )
...
from wpmangastream back to madara
2020-12-10 08:40:19 -05:00
Alessandro Jean
8b55fd8734
Update Neox URL (again). ( #5075 )
...
Update Neox URL (again)
2020-12-09 18:17:13 -05:00
antonycaporossi
27118d8c2c
Fix #5060 and #5040 ( #5063 )
...
* Adapted file to mangareader.cc
* Removed MangaWindow.Club because is no more available.
Addedo MangaReader.cc
* Version code Change
* Updating Mangafast ic_launcher
* Fix #5060
2020-12-09 08:00:13 -05:00
AsimpleGuy
de46f2e79b
Remove Dead Source ( #5064 )
...
* Remove Dead Source
removed krakenscans,friendlytranslations,funlist,ninjascans
* Update build.gradle
* Revert "Update build.gradle"
This reverts commit 2dd2b5892e238abdab7272cb44f25f9f1dd1f1cc.
Co-authored-by: sam7028 <69104545+sam7028@users.noreply.github.com>
2020-12-09 07:38:48 -05:00
Riztard Lanthorn
2b9cdf6af7
update & fix Madara ( #5056 )
...
update & fix Madara
2020-12-08 08:07:09 -05:00
Riztard Lanthorn
2cf5386202
update Madara ( #5033 )
...
* forgot to remove mangastream part
forgot to remove this lol
* add MangaRave
2020-12-06 12:46:24 -05:00
Riztard Lanthorn
9190a3aabc
fix Madara - ComicKiba ( #5032 )
...
* fix Madara - ComicKiba
fix page list parse
* remove Mangastream.cc
2020-12-06 10:52:41 -05:00
Riztard Lanthorn
4cbf222b48
add WP MangaReader (multiple sources) ( #5026 )
...
* add WP MangaReader (multiple sources)
add factory source extension
add KomikMama source
move MangaKita to factory source
move Ngomik to factory source
* move standalone source to WPMangaReader
move Ngomik to WPMangaReader
move MangaKita to WPMangaReader
2020-12-05 14:13:16 -05:00
Ken Swenson
fadeb3bf9a
fix: remove tab that should be 4 spaces ( #5017 )
2020-12-04 14:51:25 -05:00
Riztard Lanthorn
75cb78ddcc
update FMReader ( #5016 )
...
* remove ReadComicOnlineOrg
* add HeroScan
* fix manga description
showing wrong thing for some site
2020-12-04 12:14:31 -05:00
sam7028
8f606df520
PMscans-Change protocol from HTTP to HTTPS ( #5011 )
...
* PMscans-Change protocol from HTTP to HTTPS
* Move BestManhua from Madara to WP MangStream
2020-12-04 07:51:21 -05:00
Riztard Lanthorn
fc9a38e02b
fix WP MangaStream regex ( #5007 )
...
previous regex match other thing in some site
2020-12-03 13:39:36 -05:00
Riztard Lanthorn
cb1d3da58a
Update WP MangaStream ( #5002 )
...
* clean up mangaDetailsParse
* fix KomikRu dateFormat
* add timestamp to latest chapter
Add timestamp to latest chapter. so source which not provide chapter timestamp will have atleast one. taken from "Updated On"
* update ext version
2020-12-03 09:43:11 -05:00
sam7028
e3b07d69a4
Remove KKJ Scans ( #5005 )
...
KKJ Scans have now merged with Reaper Scans.Redirects to Reaper Scans
2020-12-03 09:20:02 -05:00
Riztard Lanthorn
4f36aef73d
revert removed harcode date-parse ( #4994 )
...
it seems normal dateFormat doesnt work in some cases(android/device/android lower than 10/other cause)
2020-12-02 07:42:18 -05:00
Riztard Lanthorn
ae594543bd
Webtoon Indonesia update ( #4989 )
...
-fix webtoon indonesia not appear in indonesia language, instead create another indonesia language
-replace hardcode date-format
*need to migrate after update, since the source from "fake" "indonesia" will dissapear. move for the better future
2020-12-01 13:21:46 -05:00
AbdullahM0hamed
a0ebce13b9
ComicKiba: fix pageListParse for some manga ( #4949 )
...
* ComicKiba: fix pageListParse for some manga
* Update build.gradle
2020-11-28 10:18:57 -05:00
Riztard Lanthorn
973fe8137a
Madara update ( #4963 )
...
Madara update
2020-11-28 07:24:19 -05:00
Riztard Lanthorn
dbb7d18683
WPComics fix ManhuaES bug ( #4920 )
...
WPComics fix ManhuaES bug
2020-11-22 09:12:07 -05:00
Riztard Lanthorn
c8b747e2cc
add WPMangaStream source ( #4919 )
...
add WPMangaStream source
2020-11-22 09:11:47 -05:00
Riztard Lanthorn
840dffeedd
move MangaYu to standalone ( #4876 )
...
* add MangaYu source standalone
they change to other theme from mmrcms
* remove MangaYu from mmrcms
2020-11-16 07:44:00 -05:00
AbdullahM0hamed
6e9af5d399
update build.gradle
2020-11-14 18:52:34 +00:00
AbdullahM0hamed
450c58a299
deduplicate emerald search results
2020-11-14 18:50:54 +00:00
AbdullahM0hamed
94efe1f97d
Remove Asura Ads ( #4869 )
...
Remove Asura Ads
2020-11-13 15:54:05 -05:00
Aria Moradi
df7d63a9b4
Emerald: #4836 : fix problem 1 for some cases ( #4852 )
2020-11-12 08:09:32 -05:00
Riztard Lanthorn
d4f818b7a8
Emerald fix old chapter ( #4837 )
...
new chapter doesnt have complete imgUrl in script
but old chapter already had complete imgUrl
2020-11-10 12:37:37 -05:00
Riztard Lanthorn
45202fb6bc
WP Mangastream add source ( #4820 )
...
WP Mangastream add source
2020-11-08 08:30:16 -05:00
Riztard Lanthorn
1aa80efd15
Webtoon fix some chapter list ( #4790 )
...
some title didnt shows chapter list as it should be
2020-11-07 09:34:03 -05:00
AbdullahM0hamed
a476034aef
Fix Komikav chapter images ( #4810 )
...
* keep wpmangastream
* appveyor
* this little manuever's gonna cost us 4m 21s
* rm appveyor
* Revert "keep wpmangastream"
This reverts commit 76e57e11e30fb4a1a1271a11458be63a9605fc74.
* update build.gradle
2020-11-07 09:33:45 -05:00
Riztard Lanthorn
950e2a67eb
Madara add sources ( #4781 )
...
add NekoBreaker
add Manganelo.link
add ApollComics
add KisekiManga
add FreeWebtoonCoins
2020-11-04 06:15:05 -05:00
Alessandro Jean
df7978bbd9
Fix kotlinx.serialization issue on MANGA Plus ( #4775 )
...
* Fix kotlinx.serialization issue on MANGA Plus.
* Fix typo.
* Downgrade kotlinx.serialization version to match main repo.
2020-11-03 13:53:51 -05:00
Riztard Lanthorn
889c24ba7c
add MenudoFansub Source ( #4749 )
2020-10-30 10:31:01 -04:00
Riztard Lanthorn
93973e594b
add MangaStreamXyz & ReadMangaFox Source ( #4750 )
...
add MangaStreamXyz
add ReadMangaFox
2020-10-30 10:30:53 -04:00
Riztard Lanthorn
771009de34
add KaisarKomik Source ( #4751 )
2020-10-30 10:30:37 -04:00
Riztard Lanthorn
d4cc20335a
Madara source update ( #4727 )
...
* add Madara source
NTSVoidScans
ToonGod
Hscans
WebToonily
* add MangaRoma
2020-10-26 12:08:03 -04:00
Riztard Lanthorn
720c35b847
Emerald fix some bug ( #4720 )
...
* fix emerald manga details
* fix emerald last tag issue
* update ext version
* fix Emerald max 60 manga
2020-10-25 07:16:21 -04:00
arkon
245e3f0d7e
Emerald: handle obfuscated image URLs ( fixes #4524 )
2020-10-24 23:09:32 -04:00
arkon
6e3141397a
Rawkuma: move to WPMangaStream ( closes #4509 )
2020-10-24 18:03:13 -04:00
arkon
f506028e75
MangaDex: add MD@Home page reporting ( closes #4640 )
2020-10-24 17:40:49 -04:00
Riztard Lanthorn
dad3bf88a2
add GURU Komik ( #4702 )
2020-10-23 12:30:02 -04:00
Riztard Lanthorn
f84b808fb0
Madara Update ( #4700 )
...
* add madara source
BestManhua
CutiePie
DiamondFansub
MangaYaku
* handle indonesia timestamp(sec/min/day/hour)
* update ext version
* update ext version
* Revert "update ext version"
This reverts commit 2b541c08bb085927b4da17f01e9a2c3c38463e01.
* add Manga18Fun
2020-10-23 12:29:36 -04:00
Gauthier
89cea3e023
use metadata.releaseDate or fileLastModified for chapter date ( #4682 )
2020-10-22 08:35:43 -04:00
Riztard Lanthorn
d35e657cfd
Madara Update ( #4672 )
...
Madara Update
2020-10-21 18:12:03 -04:00
Alessandro Jean
8dbf19c602
Fix Neox, add MangaTeca and YuriVerso. ( #4654 )
2020-10-21 06:13:09 -04:00
Riztard Lanthorn
1bd3b589ac
Update Madara ( #4637 )
...
* add MangaArabOnline
* fix Kombatch chapter timestamp
* update ext version
* add HerozScanlation
2020-10-19 07:36:08 -04:00
Riztard Lanthorn
ba008579b0
Update WP MangaStream ( #4631 )
...
* add FlameScans
* update new Mangastream manga detail
* update ext version
* Fix chapter date on SheaManga and KomikAV
* keep old manga detail format for some sites
Some wpmangastream sites still use old version manga detail layout
2020-10-18 20:25:54 -04:00
Riztard Lanthorn
14012ba760
Update some Madara source chapter timestamp ( #4633 )
...
* add chapter timestamp on KlanKomik and AstralLibrary
* update ext version
2020-10-18 20:25:32 -04:00
arkon
8aa9b5ef1d
Fix repo build
...
AGP 4.1.0 automatically aligns output APKs, so we just do a zipalign check rather than actually trying to align it.
cf. https://issuetracker.google.com/issues/162117652
2020-10-18 20:25:11 -04:00
Riztard Lanthorn
1b3412993d
Madara Updates ( #4627 )
...
Madara Updates
2020-10-17 18:30:57 -04:00
plW0lf
cc9eb66a18
Update domain from 9hentai.com to .ru ( #4621 )
...
Update domain from 9hentai.com to .ru
2020-10-16 18:44:21 -04:00
Riztard Lanthorn
0af6ecdb26
Move Shea Manga from Madara to WP MangaStream ( #4612 )
2020-10-16 17:43:24 -04:00
AbdullahM0hamed
7f877799f7
Remove WordExcerpt ( #4620 )
...
* Update MadaraFactory.kt
* Update build.gradle
2020-10-16 17:42:34 -04:00
AbdullahM0hamed
65d23b85d8
Wpmangastream fixes ( #4605 )
...
Wpmangastream fixes
2020-10-13 17:21:08 -04:00
jobobby04
dd22e25de8
Go through the sources and change fallback chapter numbers to -1 ( #4596 )
...
Go through the sources and change fallback chapter numbers to -1
2020-10-12 19:49:37 -04:00
ObserverOfTime
019f12b61d
Add hitomi.la URL intent ( #4587 )
...
Add hitomi.la URL intent
2020-10-12 08:49:56 -04:00
RePod
36f5609434
LANraragi: Update to API 0.7.2 ( #4571 )
...
LANraragi: Update to API 0.7.2
2020-10-10 21:44:53 -04:00
Alessandro Jean
3fa83fe574
Add Silence Scan. ( #4562 )
...
Add Silence Scan
2020-10-09 07:54:58 -04:00
AbdullahM0hamed
9603e6e80d
Madara Updates ( #4560 )
...
* Update source_bug.md
* Add NazarickScans
* add mangaspark
* add mangastarz
* Add MysticalMerries
* Add AniMangaEs
* Add MangaNine and MarkScans
* Update build.gradle: I remembered to do this!
Co-authored-by: Carlos <2092019+CarlosEsco@users.noreply.github.com>
2020-10-08 18:01:11 -04:00
Gauthier
61f16d26e9
filter by genres, tags and publishers ( #4519 )
2020-10-08 17:56:45 -04:00
AbdullahM0hamed
1f8666a946
Update WordExcerpt URLs ( #4544 )
...
Update WordExcerpt URLs
2020-10-06 21:58:29 -04:00
Alessandro Jean
8b86b75841
Add Projeto Scanlator and Hikari Scan. ( #4529 )
2020-10-05 13:53:58 -04:00
Alessandro Jean
3ae4a27550
Update Neox URL. ( #4528 )
2020-10-05 13:31:40 -04:00
arkon
cc700b14d9
Kombatch: move to Madara ( fixes #4499 )
2020-10-04 15:27:35 -04:00
arkon
7e552c017b
Emerald: update languages ( fixes #4455 )
2020-10-04 15:19:17 -04:00
AbdullahM0hamed
0c72bdb6e8
Add Madara sources ( #4504 )
...
* Add Madara sources
* update build.gradle
2020-10-03 13:05:31 -04:00
Alessandro Jean
6c66a78a8c
Add FDM and Argos Scan. ( #4470 )
...
Add FDM and Argos Scan
2020-09-30 12:05:32 -04:00
scb261
3e311640ec
Fix typo for WP MangaStream ( #4445 )
...
Fix typo for WP MangaStream
2020-09-27 23:03:17 -04:00
Bryan Ching
15c6ade5fb
Move AsuraScans from Madara to WP MangaStream ( #4434 )
...
Move AsuraScans from Madara to WP MangaStream
2020-09-26 23:42:09 -04:00
kiriya-aoi
89693c4209
Remove Jaimini's Box ( #4440 )
...
Remove Jaimini's Box
2020-09-26 23:41:46 -04:00
Youssif Shaaban Alsager
edf8bc11f8
madara: Add olaoe.giize.com ( #4413 )
...
Signed-off-by: yshalsager <ysh-alsager@hotmail.com>
2020-09-25 06:55:44 -04:00
Miftakhuddin Falaki
1e9899d3ae
Update Komiktap : wpmangastream ( #4382 )
...
Update Komiktap : wpmangastream
2020-09-16 22:57:01 -04:00
arkon
016653bdc0
Update Kotlin, coroutines, kolinter ( #4363 )
...
* Update kolinter, address some build warnings
* Update to Kotlin 1.4.10, coroutines 1.3.9
2020-09-13 18:33:59 -04:00
happywillow0
955544ce2d
Use super in headersbuilder ( #4328 )
...
Swtichs Headers.Builder() to super.headersBuilder()
2020-09-08 07:49:38 -04:00
Mike
4ee3c4e514
MangaDex - add 2 tags ( #4280 )
2020-09-01 02:35:38 -04:00
Mike
098a02d97c
Madara - add AlianzaMarcial ( #4281 )
2020-09-01 02:35:06 -04:00
TechnoJo4
f4916310f1
Add EliMangas ( #4276 )
...
* Add EliMangas
* ???????
* Covers
* NSFW via Search
* Add support for latest
2020-09-01 01:08:14 -04:00
arkon
81a9818b84
Fix Nsfw annotations pulling in Kotlin stdlib into final APKs
2020-08-29 10:48:58 -04:00
D-Dennis
bcdf9903c6
The Library of Ohara - new extension ( #3810 )
...
* The Library of Ohara - new extension
* add indonesian and spanish, move to all
* Add Italian, French, Arabic
* Choose correct thumbnail depending on language
* Some tweaks
Co-authored-by: D-Dennis <d-dennis@users.noreply.github.com>
Co-authored-by: snakedoc83 <mikepeterson83@gmail.com>
2020-08-29 00:08:32 -04:00
Shashank Pujari
ab9aa6c218
mangakiss.org site no longer exist ( #4214 )
...
* mangakiss.org site no longer exist
* Remove Knight no Scanlation, AhStudios, GetManhwa
* comments
Co-authored-by: snakedoc83 <mikepeterson83@gmail.com>
2020-08-28 20:49:39 -04:00