213 Commits

Author SHA1 Message Date
AwkwardPeak7
2f4f7001ea Fix NPEs in some sources (#1773)
* Siren Komik: fix NPE

* West Manga: fix NPE
2024-03-12 19:55:31 +00:00
AwkwardPeak7
9a7187bf36 MirrorDesu: change domain and decrypt pagelist (#1738) 2024-03-12 19:55:31 +00:00
AwkwardPeak7
88dba59eef 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-06 06:23:30 +00:00
mohamedotaku
79d24a894a Change url Shinigami "id" (#1546) 2024-02-27 20:53:49 +00:00
Secozzi
59a640e696 Shinigami: update baseurl (#1499)
update baseurl
2024-02-27 20:53:49 +00:00
AwkwardPeak7
30b13498b0 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 1335bc1b478da54d3a5eb6333ac1a26e3ee2825b.

* 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-27 20:53:28 +00:00
AwkwardPeak7
489729f52b 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-18 20:17:19 +00:00
stevenyomi
205d95cc07 Migrate to lib-multisrc (#1237)
* adjustments

* Run generator

* Remove multisrc project

* add lib dependencies

* Remove multisrc from build scripts

* Remove build condition
2024-02-18 20:10:37 +00:00
Luqman
bbeb1622ca Comic Fx: fix chapter pages (#877)
* Comic Fx: fix chapter pages

* Update src/id/comicfx/src/eu/kanade/tachiyomi/extension/id/comicfx/ComicFx.kt

Co-authored-by: beerpsi <92439990+beerpiss@users.noreply.github.com>

* Update src/id/comicfx/src/eu/kanade/tachiyomi/extension/id/comicfx/ComicFx.kt

* Update ComicFx.kt

* Update ComicFx.kt

---------

Co-authored-by: beerpsi <92439990+beerpiss@users.noreply.github.com>
2024-02-04 02:25:05 +00:00
stevenyomi
12e864f85f Remove placeholder manifest files (#790) 2024-01-30 22:11:47 +00:00
Mike
401c4672e2 Remove komikfan.com (#605) 2024-01-30 22:07:13 +00:00
Luqman
9759754b13 Mangaku: fix latest, add more manga details (#489) 2024-01-30 22:03:57 +00:00
5c8cb75e9a come up to date with keiyoushi builds
All checks were successful
CI / Prepare job (push) Successful in 3s
CI / Build multisrc modules (push) Successful in 8m10s
CI / Build individual modules (push) Successful in 38s
CI / Publish repo (push) Successful in 1m39s
2024-01-22 21:19:41 +00:00
Vetle Ledaal
27bed17520 Mangaku: use by lazy for loading assets (#372) 2024-01-22 20:25:13 +00:00
Vetle Ledaal
8a55ca5d6f Mangaku: update selectors, fix URL decryption (#360)
* Mangaku: update selectors, fix URL decryption

* Translate error message to ID

Co-authored-by: Luqman <riyanluqman@gmail.com>

---------

Co-authored-by: Luqman <riyanluqman@gmail.com>
2024-01-22 20:25:05 +00:00
d61cbfc0c1 Add missing changes from keiyoushi
All checks were successful
CI / Prepare job (push) Successful in 10s
CI / Build multisrc modules (push) Successful in 11m19s
CI / Build individual modules (push) Successful in 2m2s
CI / Publish repo (push) Successful in 2m41s
2024-01-16 02:56:21 +00:00
AwkwardPeak7
c5f82e6aeb Move plugin section to common.gradle (#281)
* move apply plugins to common.gradle

* update CONTRIBUTING.md

* remove whitespace

* move common.gradle apply above in multisrc

* move kotlinter

* newlines
2024-01-16 02:49:40 +00:00
stevenyomi
4c8c21596b Remove message in UnsupportedOperationException (#277) 2024-01-16 02:47:22 +00:00
stevenyomi
f612bc1c3f Clean up some code to follow best practices (#178)
* toHttpUrlOrNull()!! -> toHttpUrl()
* Jsoup.parse(response.body.string()) -> response.asJsoup()
* Some useless HttpUrl.newBuilder() calls
* extlib v1.4 GET(HttpUrl)
2024-01-14 00:29:56 +00:00
beerpsi
7c7c0b0a0f [mgk] fix fetching pages (#87) 2024-01-10 23:39:08 +00:00
Luqman
47cb163ab4
BacaKomik: fix img issue, clean series info, add artist (#19548)
- tweak ratelimit

Closes #19454
2024-01-05 12:24:33 -05:00
Ahmad Thoriq Najahi
331e845116
BacaKomik: Fix duplicated pages (#19415)
Signed-off-by: Ahmad Thoriq Najahi <najahi@zephyrus.id>
2023-12-24 18:48:47 -05:00
Ahmad Thoriq Najahi
bab543a363
Fix BacaKomik (#19397)
chore: BacaKomik

* Update domain and url path.
* Also fix Author, Status in manga desc.

Signed-off-by: Ahmad Thoriq Najahi <najahi@zephyrus.id>
2023-12-22 18:13:14 -03:00
Sofie
99f5621392
Doujindesu: fix no page found (#19289)
* Doujindesu: fix no page found

* added randomua

* fix package name

* comply wit review

---------

Co-authored-by: ghost <ghost@gmail.com>
2023-12-14 05:57:14 -05:00
Muhammad Brian Abdillah
9a679e22ff
New Source: Mangalay (#18821) 2023-11-01 16:02:16 -03:00
Muhammad Brian Abdillah
3f57ef8e98
New Source: One Piece Berwarna (#18747)
* New Source: One Piece Berwarna

* Filter attr by css selector

* Hardcode author & artist name

Co-Authored-By: Luqman <16263232+Riztard@users.noreply.github.com>

* Fix reversed chapter list

* Filter ads with css selector

Co-Authored-By: Luqman <16263232+Riztard@users.noreply.github.com>

* hardcode manga details

* Use the proper methods for chapter parsing

Co-Authored-By: Alessandro Jean <14254807+alessandrojean@users.noreply.github.com>

---------

Co-authored-by: Riztard Lanthorn <riyanluqman@gmail.com>
Co-authored-by: Luqman <16263232+Riztard@users.noreply.github.com>
Co-authored-by: Alessandro Jean <14254807+alessandrojean@users.noreply.github.com>
2023-10-28 20:28:56 -03:00
Luqman
90c14a5ca6
BacaKomik: fix pages issue, tweak title, series info (#18691)
* BacaKomik: fix title, tweak series info

- remove string from title
- add series type
- remove string from description

* title first

* fix pages not found & add some rate limit

Closes #18686
2023-10-25 10:13:15 -03:00
Luqman
b69211092f
KomikIndoID: fix & add series info (#18447)
KomikIndoID: fix, add series info

- fix series status
- add other genre, series type
- add alternative name
2023-10-09 18:30:33 -03:00
Muhammad Brian Abdillah
973d3935a8
Update BacaKomik Domain (#18398)
Close #18295
2023-10-07 22:50:13 -03:00
Muhammad Brian Abdillah
53f00bd18b
Update domain Mangaku (#18397)
Close #18396
2023-10-07 22:50:02 -03:00
Luqman
449f715df0
Komiku: fix latest, series type (#18403) 2023-10-07 14:30:36 -03:00
Ahmad Ghoni Arrozaq
17aad4d7e5
Update some source domains (#17983)
* Update domain KomikCast

* Update domain KomikIndoID

* Update domain ManhwaList
2023-09-16 17:55:57 -03:00
arkon
2a7801e876
Move package namespace declarations out of manifests (#17581) 2023-08-18 08:58:52 -04:00
beerpsi
2cc88f1eff
Mangaku: Update base URL (#17441) 2023-08-09 14:55:56 -03:00
Sofie
ae577ed610
feat(id/doujindesu): Update URL & add preference to change it (#17429)
* feat(id/doujindesu): Update URL & add preference to change it

* added summary

* comply request

---------

Co-authored-by: ghost <ghost@gmail.com>
2023-08-09 14:55:16 -03:00
Sofie
626723cd40
fix(id/doujindesu): fix chapter does not load (#17027)
* fix chapter does not load

* Update build.gradle

* fix thumbnail

* fix all request

* change request
2023-07-09 13:55:04 -03:00
Fadilah Riczky
aaa067a4f9
Fix BacaKomik no pages found (#16977)
* Update BacaKomik.kt

change target document.select for fix page not found

* update extVersionCode to 5

* update bacakomik from document.select to document.getElementsByTag with cdnUrl
2023-07-03 20:56:31 -03:00
Ahmad Ghoni Arrozaq
439578e5c8
Fix KomikindoID no pages found (#16941) 2023-06-30 10:28:20 -04:00
Ahmad Ghoni Arrozaq
a191a7a040
Update domain KomikIndoID (#16851) 2023-06-24 23:09:45 -03:00
stevenyomi
347507052a
KomikIndoId: update URL (#15851)
* Update KomikIndoID.kt

* Update build.gradle
2023-03-28 09:33:26 -04:00
arkon
e1f59a845e
Update jsoup (#15321) 2023-02-11 22:22:32 -05:00
arkon
7964dc4613
Upgrade OkHttp (#15320) 2023-02-11 17:30:31 -05:00
arkon
baaee5cf21
Update linter (#15317) 2023-02-11 14:21:03 -05:00
arkon
1397c5b1b4
Bump dependencies (#15312) 2023-02-11 12:56:34 -05:00
stevenyomi
a37ff2559e
Remove dead sources (#15016)
* Remove dead sources

* update multisrc
2023-01-18 15:32:53 -05:00
beerpsi
bd4ab2a925
[Mangaku] rewrite (#14968)
* Mangaku rewrite

* fix: trim chapter names that start with -

* replace android.net.Uri.decode with something simpler

* small fixes + found culprit of lag

* fix: decryption not taking 20 seconds anymore

* use different hyphen character

* in case they start changing around stuff now that tachi got their nose
2023-01-17 06:37:02 -05:00
Luqman
d156ff87c1
Komiku: fix search issue (#14670)
Closes #13402
2022-12-26 21:24:43 -03:00
Iqbal
9a9ffdc060
KomikIndoID: Add more filter, fetch HD image and update artist, description in manga details (#14579)
* Update KomikIndoID.kt

* Update build.gradle
2022-12-18 09:58:59 -03:00
Luqman
563e179abe
Comic Fx: add project page & series type (#14374) 2022-11-25 19:18:48 -05:00
Luqman
e7540568fd
Comic Fx: fix images n manga details issue (#14279)
closes #13317
2022-11-20 11:09:48 -05:00