Ivan Iskandar
ad0c8e2fec
Remove CatManga ( #9800 )
2021-11-12 08:41:19 -05:00
ObserverOfTime
8c16b03bb9
xkcd: add more translations ( #9793 )
...
* Spanish
* French
* Russian
* Korean
2021-11-12 08:40:55 -05:00
Moon Light「つかり」
e210beeca4
Doujindesu(ID) added ( #9787 )
...
* Added Doujindesu(ID)
* Fixes some of small typos
* Apply suggestions from code review
Co-authored-by: Alessandro Jean <alessandrojean@gmail.com>
* Apply private vals for the Data format
Co-authored-by: Alessandro Jean <alessandrojean@gmail.com>
2021-11-10 12:12:53 -05:00
e-shl
b2ee320a01
[RU]Remanga domain change ( #9785 )
2021-11-10 12:12:29 -05:00
ObserverOfTime
d95e9e6fcd
xkcd: add Chinese translation ( #9772 )
2021-11-09 13:18:24 -05:00
e-shl
5bdb0b1e77
[RU]Newbie fix json error + ( #9777 )
...
expanding the popular list
2021-11-09 13:18:09 -05:00
Alessandro Jean
7b96c41fed
Add support to login in AS. ( #9759 )
2021-11-08 07:20:38 -05:00
FuSan21
4c22e61968
Added support for MangaDig ( https://mangadig.com/ ) ( #9639 )
...
* Added support for MangaDig (https://mangadig.com/ )
Supports Latest, Sort, Completed and rate limiting
Modified from 'CoCoManga (OhManhua)' extension
* Update src/en/mangadig/src/eu/kanade/tachiyomi/extension/en/mangadig/MangaDig.kt
Co-authored-by: Alessandro Jean <alessandrojean@gmail.com>
* Update src/en/mangadig/src/eu/kanade/tachiyomi/extension/en/mangadig/MangaDig.kt
Co-authored-by: Alessandro Jean <alessandrojean@gmail.com>
* Update src/en/mangadig/src/eu/kanade/tachiyomi/extension/en/mangadig/MangaDig.kt
Co-authored-by: Alessandro Jean <alessandrojean@gmail.com>
* Update src/en/mangadig/src/eu/kanade/tachiyomi/extension/en/mangadig/MangaDig.kt
Co-authored-by: Alessandro Jean <alessandrojean@gmail.com>
* Update src/en/mangadig/src/eu/kanade/tachiyomi/extension/en/mangadig/MangaDig.kt
Co-authored-by: Alessandro Jean <alessandrojean@gmail.com>
* Update src/en/mangadig/src/eu/kanade/tachiyomi/extension/en/mangadig/MangaDig.kt
Co-authored-by: Alessandro Jean <alessandrojean@gmail.com>
* Update MangaDig.kt
Using .toInt() instead of .parseInt() as suggested by @alessandrojean here https://github.com/tachiyomiorg/tachiyomi-extensions/pull/9639#discussion_r736981888
* Removed unrequired parenthesis
Co-authored-by: Alessandro Jean <alessandrojean@gmail.com>
2021-11-06 09:15:20 -04:00
Станислав Сухоруков
eb0ebe2f8d
restored search ( #9686 )
...
* new extension for the site https://waymanga.ru/
* Update src/ru/waymanga/src/eu/kanade/tachiyomi/extension/ru/waymanga/WayManga.kt
Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
* fixed bugs
* restored search functionality
* Update build.gradle
* Update build.gradle
* Update WayManga.kt
* Update WayManga.kt
Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
2021-11-06 09:14:35 -04:00
Promchai Chooseang
f7620bc174
Fix Mukudoujin chapter number ( #9729 )
...
* Add MikuDoujin
* Add MikuDoujin V.1.2.1
* Update MikuDoujin.kt
* Update MikuDoujin
* Add ability to search using genre
* Add Rh2PlusManga
* Add Rh2PlusManga V.1.12.2
* Use Madara multi-source themes
* Change MikuDoujin gradle and Add Rh2PlusManga generator.
* update file to suggestion.
* add Rh2PlusManga to MadaraGenerator.kt.
* Fix Thai Madara source time format and MikuDoujin pages selector.
* add Thai relative time wordlist to Madara parseRelativeDate.
* change Rh2PlusManga and Mangauptocat date format.
* change Mangauptocat base url.
* change MikuDoujin pageListParse selector.
* Fix MikuDoujin Chapter number.
* fix MikuDoujin when try to fetch chapter name with non numeric ending word.
2021-11-04 06:32:42 -04:00
Luis Alberto
5695e7e470
Manhwa latino ( #9692 )
...
* First commit Mahnwa-Latino Extension.
* manhwa-latino: Implementing find function
TODO: only works with text, filter not implemented yet
* manhwa-latino Add Parser to finde the information of Manhwa-Latino
The parser 'ManhwaLatinoSiteParser.kt' make the whole magic to find the
information of the Website.
Mudularize The code and adding documentation
* manhwa-latino: Adding Logos der Extension
TODO: I am not to happy, i will check it later.
* manhwa-latino: Adding Tags to Genre Combobox
* manhwa-latino: Adding Headers to prevent error 404
The headers are necesary to prevent error 403 by downloading images.
* manhwa-latino: Tags addded into Manga Description Page
Status from Manga readed from Tags
* manhwa-latino: Modularize Code
* manhwa-latino: Adding Uploaddate for Chapters
* manhwa-latino: Bug to get Chapter Number fixed
* manhwa-latino: Logo 0.2
* manhwa-latino: Versionb 1.2.10
Adding Comments to ManhwaLatinoSiteParser
* manhwa-latino: Remove logo_model directory
* manhwa-latino: Show Seconds after Release a new Chapter
Co-authored-by: Luis Beroiza <luisalberto.beroizaosses@intern.osp-dd.de>
2021-11-03 12:05:12 -04:00
Hunter Nickel
c5262ebb59
Fix MangaMiso title and description parsing, lower manga per page to match MangaMiso ( #9724 )
2021-11-03 10:31:58 -04:00
Basara-Hatake
93c16093a6
hbrowse add option to only show chapters ( #9725 )
2021-11-03 10:31:48 -04:00
e-shl
390016c379
[RU]Remanga fix receiving page chapter ( #9728 )
2021-11-03 10:31:31 -04:00
FourTOne5
f546b99eff
Remove WeComics ( #9695 )
2021-11-01 13:02:01 -04:00
Alessandro Jean
fd927c254d
Replace org.json with kotlinx.serialization in some sources ( #9569 )
...
* Replace org.json in MeDocTruyenTranh.
* Replace org.json in Kuaikanmanhua.
* Replace org.json in QiXiManhua.
* Replace org.json in Desu.
2021-11-01 07:32:12 -04:00
ObserverOfTime
d0e8f185ab
izneo: new extension ( #9664 )
2021-11-01 07:31:45 -04:00
ringosham
027fd3ce2e
Fixes MangaPill ( #9680 )
2021-11-01 07:31:04 -04:00
Basara-Hatake
7a76a2756f
fix hitomi images ( #9687 )
...
* fix hitomi images
* Update build.gradle
2021-11-01 07:30:31 -04:00
ObserverOfTime
e6a9517a44
Tappytoon: unblock page list ( #9668 )
2021-11-01 07:29:44 -04:00
FlaminSarge
55b2eac827
[Mangadex] Update originalLanguage pref to use MultiSelectListPreference ( #9671 )
...
The zh-hk workaround is done during query param building rather than being stored in the preference value
2021-10-30 12:29:30 -04:00
FlaminSarge
f3b3995174
[Mangadex] Update content rating to use MultiSelectListPref ( #9670 )
2021-10-30 09:56:35 -04:00
ObserverOfTime
4a05bf1fea
NETCOMICS: new extension ( #9662 )
2021-10-29 05:18:11 -04:00
ringosham
9d5a5eca5d
Add Twi4 source ( #9575 )
...
* Add Twi4 source
* Quick fix on regex
* Added failsafe to broken image links
* Added a rudimentary search
* Store upload date to SharedPreferences
2021-10-28 06:51:59 -04:00
ObserverOfTime
6a5bad1f42
Manta Comics: new extension ( #9635 )
2021-10-26 11:59:02 -04:00
tarczf
7ec5b66189
Add Picacomic ( #9566 )
...
* Create extension: picacomic
* Picacomic: fix nsfw setting
* Picacomic: remove unnecessary lines in build.gradle
* Picacomic: add code source of HmacSHA256.kt
* Picacomic: use kotlinx.serialization instead of org.json
* Update src/zh/picacomic/build.gradle
Co-authored-by: Alessandro Jean <alessandrojean@gmail.com>
* Picacomic: fix some compile problems
* Picacomic: add RankFilter
Co-authored-by: tarczf <>
Co-authored-by: Alessandro Jean <alessandrojean@gmail.com>
2021-10-26 09:22:26 -04:00
Alessandro Jean
45eb27a9eb
Add token support in AS. ( #9599 )
2021-10-24 13:39:54 -04:00
Alessandro Jean
31e563c9ab
Fix wrong language in originalLanguage tag. ( #9600 )
2021-10-24 13:39:21 -04:00
rzmeu
262a20b7a8
Update SimplyHentai extension to display all images, currently only first 12 images are shown. ( #9607 )
2021-10-24 13:38:30 -04:00
FlaminSarge
b143713590
[Mangadex] Handle empty title case, where title is romaji-only (ja) or otherwise missing, by picking whatever value is in title field as a last resort ( #9598 )
2021-10-23 07:37:24 -04:00
ObserverOfTime
86b92e4b82
Kouhai Work: fix chapter order ( #9580 )
2021-10-23 07:37:05 -04:00
Ivan Iskandar
a676a1ba55
Fix CatManga manga list ( #9596 )
2021-10-23 07:36:33 -04:00
h-hyuuga
551cc08849
Comick.fun: Fix search result paging ( #9570 )
...
* Fix search result paging
* Refactor ratelimiting
2021-10-21 06:44:42 -04:00
ObserverOfTime
f7ef21ff03
GWTB: new extension ( #9572 )
2021-10-21 06:44:31 -04:00
Alessandro Jean
e7853ca2ae
Fix AS not working due to website redesign. ( #9550 )
2021-10-20 07:17:50 -04:00
Alessandro Jean
2356e8ac83
Readd MH that got removed by mistake. ( #9554 )
2021-10-20 07:17:23 -04:00
ObserverOfTime
00f441e4df
Kouhai Work: update API ( #9559 )
2021-10-20 07:17:00 -04:00
ObserverOfTime
9e6aee7aa4
EroCool: fix search pagination ( #9545 )
2021-10-19 13:40:50 -04:00
ObserverOfTime
3e922f4101
Tappytoon: reverse chapter order ( #9529 )
2021-10-19 08:44:39 -04:00
Ahmed gamal
395c7458ba
fix MangaLink baseurl ( #9531 )
...
fix mangalink BaseUrl and add setting to change the base url because the have 2 domains
2021-10-19 08:44:31 -04:00
Kai Liu
8d056bfb26
zh-dmzj: Make Filesize field optional ( #9533 )
2021-10-19 08:44:13 -04:00
ObserverOfTime
9ed009d908
EroCool: new extension ( #9534 )
2021-10-19 08:44:06 -04:00
e-shl
237689c1b5
[RU]Remanga fix out-of-sync manga in the library and catalog ( #9506 )
2021-10-18 05:15:47 -04:00
e-shl
eba9fad248
[RU]Mintmanga User-Agent special (again) and changed domain Readmanga to open from browser ( #9504 )
...
* [RU]Mintmanga User-Agent special (again)
* clean
2021-10-18 05:15:37 -04:00
Promchai Chooseang
e9626ac74e
Fix Mangauptocat and Rh2PlusManga Chapter date parser ( #9501 )
...
* Add MikuDoujin
* Add MikuDoujin V.1.2.1
* Update MikuDoujin.kt
* Update MikuDoujin
* Add ability to search using genre
* Add Rh2PlusManga
* Add Rh2PlusManga V.1.12.2
* Use Madara multi-source themes
* Change MikuDoujin gradle and Add Rh2PlusManga generator.
* update file to suggestion.
* add Rh2PlusManga to MadaraGenerator.kt.
* Fix Thai Madara source time format and MikuDoujin pages selector.
* add Thai relative time wordlist to Madara parseRelativeDate.
* change Rh2PlusManga and Mangauptocat date format.
* change Mangauptocat base url.
* change MikuDoujin pageListParse selector.
2021-10-18 05:14:52 -04:00
ObserverOfTime
17f0fa1889
Manga Weeaboo: migrate to Madara ( #9500 )
2021-10-18 05:14:38 -04:00
scb261
dd6472114b
MangaFast: update url, remove "Read" prefix from manga title ( #9493 )
2021-10-16 05:22:42 -04:00
Promchai Chooseang
d3b64152a5
Add MikuDoujin and Rh2PlusManga extension ( #9469 )
...
* Add MikuDoujin
* Add MikuDoujin V.1.2.1
* Update MikuDoujin.kt
* Update MikuDoujin
* Add ability to search using genre
* Add Rh2PlusManga
* Add Rh2PlusManga V.1.12.2
* Use Madara multi-source themes
* Change MikuDoujin gradle and Add Rh2PlusManga generator.
* update file to suggestion.
* add Rh2PlusManga to MadaraGenerator.kt.
2021-10-15 12:26:57 -04:00
e-shl
6c721039ff
[RU]LibManga, ComX. Limit connect and fixes selectors. ( #9482 )
...
* [RU]LibManga, ComX. Limit connect and fixes selectors.
* ONGOING?
2021-10-15 05:27:15 -04:00
h-hyuuga
ab7e3bcede
Comick.fun: Migrate to new API ( #9280 )
...
* Migrate to new api endpoint + Implement Required Changes
* Update endpoints and response parsing to reflect API changes
* Restore search/filter functionality
* Add genre exclusion and search result sorting
* Comick.fun now specifies language with ISO639 compliant language codes instead of country codes
2021-10-13 08:19:58 -04:00
ObserverOfTime
0c171c680b
Hennojin: new extension ( #9450 )
2021-10-13 08:19:39 -04:00
Sittikorn Hirunpongthawat
9badbeb0db
[TH] Nekopost - Fix unable to read saved manga ( #9459 )
...
* Fix not found error and add all api types
* Update build.gradle
* Disable latest feature and use popular as latest instead
* Add logic to prevent duplicate projects
* Clear fetched list each time fetching from page 1
* Fix search logic
* Fix invalid genre joining
2021-10-13 08:19:29 -04:00
e-shl
cc792ccfb1
[RU]LibManga fix load cover ( #9462 )
...
* [RU]LibManga fix load cover
* capitalize tag
2021-10-13 08:19:16 -04:00
ObserverOfTime
64ba1e6ba4
League of Legends: new extension ( #9463 )
2021-10-13 08:19:01 -04:00
e-shl
abf7fe4284
New [RU] Newbie ( #9394 )
...
* New source Newbie
* mangaDetailsParse
* BETA save chapterList
* clean, pages, filters
* icon and "Open in browser"
* fix number formats
* fix number formats (againу)
* API_URL, structure pageListParse (needs fixing downloading chapters), limitation mangas pages
* date 0L
* limitation mangas pages (real)
* fix download
* Rename newbie dirs
* [ru]Newbiew. Fix image download
* capitalize genre
* change SManga url to get rid of conflict when making API changes
* only id (prev commit)
Co-authored-by: pavkazzz <me@pavkazzz.ru>
2021-10-12 06:34:24 -04:00
ObserverOfTime
e323909165
ZinChanManga: new extension ( #9414 )
2021-10-12 06:33:55 -04:00
ObserverOfTime
6fd52b09de
Tappytoon: new extension ( #9428 )
2021-10-12 06:33:26 -04:00
e-shl
7043c75b7b
[RU]Desu Status LICENSED and API_URL (to open in the browser) ( #9430 )
...
* [RU]Desu Status LICENSED and API_URL (to open in the browser)
* changes Requestes
2021-10-12 06:33:13 -04:00
Alessandro Jean
c60e0e7831
Add chapter view count back to TaoSect. ( #9432 )
2021-10-12 06:32:53 -04:00
Ivan Iskandar
7bbd88cfa8
Fix CatManga broken chapters ( #9437 )
2021-10-12 06:32:06 -04:00
ObserverOfTime
7cbc1cf990
YaoiMangaOnline: fix pagination ( #9404 )
2021-10-09 05:53:50 -04:00
ObserverOfTime
604ad98b68
Add The Duck Webcomics ( #9378 )
2021-10-08 08:16:05 -04:00
jopejoe1
516be4d204
Hentai2Read fix date parsing ( #9389 )
...
* Fixed Date Parsing
* Update build.gradle
2021-10-08 08:14:04 -04:00
jopejoe1
9d79f5f8dc
HBrowse Improve Chapter detection ( #9390 )
...
* Improved chapter detection
* Update build.gradle
2021-10-08 08:13:51 -04:00
jopejoe1
4bb792b74c
Doujins added Scanlator parsing ( #9391 )
...
* added scanlator parsing
* Update build.gradle
2021-10-08 08:13:43 -04:00
ObserverOfTime
d2f1d094d4
YaoiMangaOnline: new extension ( #9400 )
2021-10-08 08:12:39 -04:00
Gauthier
0a0b8bd7a3
[Komga] rework the load of filter values at startup ( #9386 )
...
* rework the load of filter values at startup
* Update CHANGELOG.md
2021-10-07 07:14:08 -04:00
Shiranui
ffd6f7e52a
Zerobyw: Update baseUrl ( #9375 )
...
* Zerobyw: Change url
* Zerobyw: Update version number
2021-10-06 06:06:48 -04:00
nicki
c04984b89b
[Komga] Fix link to WebView/Share ( #9361 )
...
* use the correct link for viewing in browser
api url on browser just provides a json. For viewing in browser,
we need the normal url instead
* just use `substringAfter`
was trying out another way using `substringAfterLast` but dropped that.
Now `substringAfterLast` isn't required and `substringAfter` suffices
* make fetchMangaDetails not use mangaDetailsRequest
internally, `fetchMangaDetails` uses `mangaDetailsRequest` to create a
new call. However, since `mangaDetailsRequest` is now fixed to use a
normal browser URL rather than the API URL, it no longer works for
`fetchMangaDetails`. So, it needs to be manually overriden to make its
own call
* use hardcoded ID values instead of computing
this was done because of the following:
- IDs are same as before
- no need to rely on calculation to be correct everytime
- avoids unnecessary copy of base class code
- sets it in the constructor itself
* increment komga.extVersionCode
also update CHANGELOG with list of changes
* linting and remove unused imports
* Revert "linting and remove unused imports"
This reverts commit e13396badef53fced2700266182bbf53a67124cf.
* Revert "use hardcoded ID values instead of computing"
This reverts commit 44f063904d5969fb6d90c9ffad5c33aff50b995f.
* refactor `mangaDetailsRequest`
Do it in a simpler manner without having to create another variable
Co-authored-by: Gauthier <gotson@users.noreply.github.com>
Co-authored-by: Gauthier <gotson@users.noreply.github.com>
2021-10-06 06:06:37 -04:00
arkon
6a75de9261
Remove usage of @Nsfw annotation in favor of extension-level flagging ( #9368 )
2021-10-04 16:44:32 -04:00
Le Cong Hau
835b61a042
Get all chapters ( #9362 )
...
Co-authored-by: Le Cong Hau <hau.le@brains-tech.co.jp>
2021-10-04 13:03:35 -04:00
arkon
93988e8990
Close instances of Duktape ( #9363 )
2021-10-04 13:03:21 -04:00
ObserverOfTime
2d7556ba8d
Add HWTManga extension ( #9365 )
2021-10-04 13:03:14 -04:00
Gauthier
1c53f50265
[Komga] change language to `all`, add more logs ( #9360 )
...
* change lang to all, but keep existing id
* properly close response bodies
add more logs
2021-10-04 07:31:52 -04:00
Станислав Сухоруков
ea64267f83
new extension for the site https://waymanga.ru/ ( #9331 )
...
* new extension for the site https://waymanga.ru/
* Update src/ru/waymanga/src/eu/kanade/tachiyomi/extension/ru/waymanga/WayManga.kt
Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
* fixed bugs
Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
2021-10-04 07:30:44 -04:00
Alessandro Jean
5c484b8256
Remove MY due to cat-and-mouse game. ( #9336 )
2021-10-04 07:30:31 -04:00
e-shl
8be6df8f3b
[RU]Com-x add filters ( #9345 )
...
* [RU]Com-x add filters
* fix next page
* fix next page search
2021-10-04 07:30:03 -04:00
ObserverOfTime
aa9be2b2cf
Add MangaWeeaboo extension ( #9346 )
2021-10-04 07:29:46 -04:00
ObserverOfTime
001ff9e7d7
Add DarkLegacyComics extension ( #9348 )
2021-10-04 07:29:35 -04:00
ObserverOfTime
6212a7bba0
Fix Kouhai Scanlations ( #9352 )
2021-10-04 07:29:18 -04:00
fabiomurru96
b623778c6d
Update TCB Scans parse and search functionality added ( #9353 )
...
* Created a standalone extension for TCBScans due to layout changes
* Updated TCBScans version code
* Updated extension due to site changes
* Added search functionality and migrate message
* Update extension version
* Update TCBScans search manga list filtering
Co-authored-by: Alessandro Jean <alessandrojean@gmail.com>
* Using headersBuilder instead of Headers.headersOf
Co-authored-by: Alessandro Jean <alessandrojean@gmail.com>
* Changed migrate message to a constant
Co-authored-by: Alessandro Jean <alessandrojean@gmail.com>
* Regex created as a constant
* Refactor pageListParse
Co-authored-by: Alessandro Jean <alessandrojean@gmail.com>
2021-10-04 07:29:09 -04:00
ObserverOfTime
421fde6d82
Use SimplyHentai API ( #9306 )
2021-10-02 17:39:29 -04:00
Alessandro Jean
06b424fd6d
Fix chapter images not loading in MY (again). ( #9334 )
2021-10-02 17:37:34 -04:00
Alessandro Jean
f1c948d5b9
Fix chapter images not loading in MY. ( #9328 )
2021-10-02 12:38:03 -04:00
e-shl
7a756db780
[RU]Grouple sites fix description + damain ( #9320 )
...
* [RU]Grouple sites fix description + damain
* rateLimit
2021-10-02 07:27:07 -04:00
nicki
b5a949c4ac
remove hentaimimi ( #9312 )
...
site has been dead for a while now
2021-10-01 17:35:12 -04:00
SmashBanana
750fdbabf6
MangaWorld Domain Changing ( #9310 )
...
* Update Mangaworld.kt
Change only the domain of the site from https://www.mangaworld.io to https://www.mangaworld.in
* Update build.gradle
* Update Mangaworld.kt
2021-10-01 13:33:27 -04:00
Alessandro Jean
8a32ad1961
Remove Gson workaround and add rate limiting to MangaPlus. ( #9295 )
2021-10-01 05:36:14 -04:00
calion-m
3cdba4b68a
fix: Jinmantiantang: Update manga selector ( #9279 )
...
* Fix manga selector error
Because of the site ui updating, the selector has to be changed.
* Update version number
2021-09-30 06:01:49 -04:00
Станислав Сухоруков
1da58f8553
added an extension glavikrestyanam ( #9250 )
...
* added an extension glavikrestyanam
* delete log.i
* cleared the extensions
2021-09-30 06:01:39 -04:00
Narin
cb56951fd5
BatoTo: Update Manga Summary Selector ( #9273 )
2021-09-29 15:02:11 -04:00
Ivan Iskandar
a6c5e5b826
CatManga: 3.0 updates ( #9263 )
...
* CatManga: 3.0 updates
* CatManga: Bump version
2021-09-28 08:18:02 -04:00
ObserverOfTime
b6fb13ec97
Add Kouhai Scanlations ( #9241 )
...
* Add Kouhai Scanlations
* Fix filters
* Add chapter names
2021-09-27 10:12:32 -04:00
o01210o
17c02bfec4
Add French to MangaPlus ( #9245 )
...
* Add French to MangaPlus
* Add French to MangaPlus
* Update src/all/mangaplus/src/eu/kanade/tachiyomi/extension/all/mangaplus/MangaPlusFactory.kt
Co-authored-by: Alessandro Jean <alessandrojean@gmail.com>
Co-authored-by: Alessandro Jean <alessandrojean@gmail.com>
2021-09-27 10:12:03 -04:00
Alessandro Jean
12daa92f2f
Fix wrong chapter order in TaoSect ( #9234 )
...
* Fix wrong chapter order in TaoSect.
* Remove unused GET parameters.
* Make sorting to be done by the API.
2021-09-27 10:11:33 -04:00
SnowArk
51f072c73f
Fix the Library Updates only show the last chapter of updated chapters if there are several chapters is updated ( #9242 )
2021-09-27 10:11:20 -04:00
zeredouni
409e8192f7
GMANGA : FIX ( #9125 / #7802 ) ( #9254 )
...
* Update Gmanga.kt
* Update build.gradle
2021-09-27 10:10:19 -04:00
FourTOne5
b40ee5e463
MangaPark v3: Fix #9251 ( #9253 )
...
* Bump
* Change stuff so that it actually returns null.
2021-09-26 19:57:39 -04:00
FourTOne5
82438450d0
MangaPark v3: Fix #9240 ( #9247 )
...
* Bump Version
* Remove unnecessary /
2021-09-26 13:43:25 -04:00
FourTOne5
c4047e7c96
MangaJar: Remove Explicit chapter number ( #9248 )
...
* Remove Explicit chapter number
* Bumpy Bump
2021-09-26 13:43:00 -04:00