Commit Graph

23 Commits

Author SHA1 Message Date
AwkwardPeak7
6850fb0663
Mangathemesia refactor (#1637)
* remove randomua

* i18n

* add other language based selectors

* countviews in background

* small cleanup

* lint

* fix

* bump

* fix genre resetting

* use enqueue instead of coroutinescope

* fix build

* fix build x2

* add back genre missing warning

* Add ES translations

* lint

* Add available language

* lint

I hate lint

* review

- lowercase match for status
- callback on site

* review x2, also fix smol mistake

* lint

:)

* lowercase some translations

Co-authored-by: stevenyomi <95685115+stevenyomi@users.noreply.github.com>

* lowercase some translations

Co-authored-by: stevenyomi <95685115+stevenyomi@users.noreply.github.com>

* remove "人気"

* inline the labels

* lint

thank you lint, very cool

---------

Co-authored-by: bapeey <90949336+bapeey@users.noreply.github.com>
Co-authored-by: stevenyomi <95685115+stevenyomi@users.noreply.github.com>
2024-03-02 20:30:17 +00:00
stevenyomi
74ff466bb5 Remove Bilibili Comics (#1626) 2024-02-29 16:51:18 +00:00
stevenyomi
1156546834 Kemono: fix missing posts (#1587) 2024-02-28 20:28:58 +05:00
beerpsi
4cbfd4b720 Make ManhwaZ a multisrc + Add UmeTruyen (#1495)
* Make ManhwaZ a multisrc + Add UmeTruyen

* Forgot to commit the most important stuff

* icons

* Update src/en/manhwaz/build.gradle

Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>

* Don't use GlobalScope

* Remove useless optin

* Add CoroutineScope import

---------

Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>
2024-02-26 17:46:07 +05:00
Cuong M. Tran
cec0079b53 Fix Madara was unable to reset Genre’s checkbox (#1476)
* Fix Madara was unable to reset Gener’s checkbox

* revert base version
2024-02-26 17:42:31 +05:00
Secozzi
22202942d3 add dmcscans (#1481)
* add dmcscans

* dont show empty alt names
2024-02-23 01:51:28 +07:00
AwkwardPeak7
f5f536e5f6 Madara fix status filter (#1434)
* Madara fix status filter

* remove unused override ManhwaClan

site seems to be using default madara options 0, 1 etc
2024-02-23 01:47:38 +07:00
bapeey
79f21abd2f LectorTMO: Fix pages not found (#1494)
* Fix pages not found

* Change regex a bit more
2024-02-23 01:35:07 +07:00
AwkwardPeak7
bfe5f4217a GravureBlogger: make categories optional (#1401)
* GravureBlogger: make categories optional

* remove author field

only contains source name
2024-02-20 02:45:53 +08:00
AwkwardPeak7
cc5696dd7a Madara: fix app crash and some sources fixes (#1398)
* Madara: fix crash

* fix NPE in ImperioDaBritannia

* mangalek use LoadMore

* update title selector
2024-02-20 02:45:46 +08:00
Rolando Lecca
00dc9fedb4 Manhua Fenix: Change name and domain and add Spanish translations to Madara (#1365)
* Change name and domain

* Remove overrides and use loadMoreRequest

* Add Spanish translations

* Review

* Revert bump
2024-02-19 18:08:06 +05:00
Secozzi
3c1a73f512 add blackoutscans (#1367) 2024-02-19 10:24:03 +07:00
AwkwardPeak7
0972648a4a Madara refactor (#1292)
* remove randomua from madara

* don't use page path for page=1

* add back `madara_load_more`

* cleanup i18n and filters

* load more in a new source

* move back the filters

not worth it

* fix build

* altname to i18n as well

* utf-8

* Revert "utf-8"

This reverts commit 1335bc1b47.

* utf-8

* autodetect load_more_request

* load genres in background

* make genre classes protected

remove unnecessary change

* fetch genres changes

* launchIO countviews

* don't explicitly optin

* cleanup some request overrides

* make `useLoadMoreRequest` enum to be able to disable autodection where necessary

* fix logic

bruh

* use state variables

* defer countViews in overrides as well

* lint

* select().first -> selectFirst

* `load_more` search as well

* detect in search as well

* remove slipped override

* move detection to the function

* remove fetchGenreFailed

* don't use GlobalScope

* tweak load_more_request parameters

* remove ancient connectTimeout/readTimeout

already present in the client provided by the app

* small cleanup
2024-02-18 19:57:05 +05:00
Cuong M. Tran
69faf03534 NetTruyen/NhatTruyen: avoid return un-relevant searching results (#1338)
* NetTruyen/NhatTruyen: avoid return catalog page when searching return empty

They redirect back to catalog page if searching query is not found.
That makes both sites always return un-relevant results when searching should have returned empty.

* fix overrideVersion
2024-02-18 00:04:20 +05:00
bapeey
0920885620 LectorTMO: Use cloudflareClient (#1340)
Use cloudflareClient
2024-02-17 23:42:41 +05:00
bapeey
7c1bd5c374 MMRCMS: Fix search and add Spanish translations (#1333)
Fix search and add (es) translations
2024-02-17 19:39:38 +05:00
beerpsi
a5b84c4224 ComicGamma: Use SpeedBinb reader (#1317)
* ComicGamma: Use SpeedBinb reader

* Update lib-multisrc/comicgamma/build.gradle.kts

Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>

---------

Co-authored-by: AwkwardPeak7 <48650614+AwkwardPeak7@users.noreply.github.com>
2024-02-17 16:22:06 +05:00
beerpsi
64430ef03c ColaManga: Fix search next page selector (#1326) 2024-02-17 16:10:47 +07:00
beerpsi
8db72063d4 MMRCMS: Dynamic filter rework (#1315)
* MMRCMS: Dynamic filter rework, remove Last updated sort in Mangas.in

* Formatting

* Show the reset message when filters are fetching

* Linting

* Dynamically fetch sort options

* Add i18n support

* Remove unused import
2024-02-17 11:26:49 +05:00
beerpsi
5ebc024d4a MangaHub: Update API URL (#1294) 2024-02-16 14:36:08 +00:00
AwkwardPeak7
fb7d830318 expose lib-multisrc dependencies to the extensions (#1293)
* expose `lib-multsrc` deps to the extensions

change `implementation` to `api`

* remove those libs from extensions
2024-02-16 14:35:50 +00:00
Secozzi
3ff64540d3 New multisrc theme: Keyoapp (#1259)
* move rudra to keyoapp multisrc

* add genres + small fixes

* add rate limit

* fix name + remove rate limit

* add wickedscans

* fix indentation
2024-02-15 10:39:44 +05:00
stevenyomi
d6e51e0c53 Migrate to lib-multisrc (#1237)
* adjustments

* Run generator

* Remove multisrc project

* add lib dependencies

* Remove multisrc from build scripts

* Remove build condition
2024-02-13 21:43:41 +00:00