34 Commits

Author SHA1 Message Date
Vetle Ledaal
ffa8ba4a45 Komiku: use new API endpoint (#2913) 2024-06-03 05:43:48 +01:00
stevenyomi
12e864f85f Remove placeholder manifest files (#790) 2024-01-30 22:11:47 +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
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
Luqman
449f715df0
Komiku: fix latest, series type (#18403) 2023-10-07 14:30:36 -03:00
arkon
2a7801e876
Move package namespace declarations out of manifests (#17581) 2023-08-18 08:58:52 -04:00
arkon
e1f59a845e
Update jsoup (#15321) 2023-02-11 22:22:32 -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
Luqman
d156ff87c1
Komiku: fix search issue (#14670)
Closes #13402
2022-12-26 21:24:43 -03:00
Ahmad Ghoni Arrozaq
f8c104f2ae
Komikindo.ID: fix HTTP error 404 (#13721)
* KomikIndoID: fix error 404

* Update src/id/komiku/build.gradle

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

* Update src/id/komikindoid/src/eu/kanade/tachiyomi/extension/id/komikindoid/KomikIndoID.kt

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

Co-authored-by: Alessandro Jean <14254807+alessandrojean@users.noreply.github.com>
2022-10-05 17:46:21 -03:00
arkon
bc7d8c8672
Default libVersion to 1.2 (#9014) 2021-09-09 08:58:17 -04:00
Riztard Lanthorn
6f39cbf575
add Project Filter Page to some source (#7526)
* simplified

* add to wpmangareader source

* add pojokmanga, manhuaID,mangakane

* fix issue

* try rerun

* fix2

* simplified

Co-Authored-By: Carlos <2092019+CarlosEsco@users.noreply.github.com>

* fix filter issue

* add MaidManga, Komiku

Co-authored-by: Carlos <2092019+CarlosEsco@users.noreply.github.com>
2021-06-08 17:51:36 -04:00
Riztard Lanthorn
cf390b8629
Komiku: fix chapter page (#7208) 2021-05-25 08:22:30 -04:00
arkon
50bf2a56e5
Update dependencies; drop Android 4.x support (#6742) 2021-04-28 15:38:05 -04:00
Riztard Lanthorn
04373a8d47
Komiku: fix chapter image (#6711) 2021-04-26 06:46:08 -04:00
Riztard Lanthorn
f1e165dac0
add alternative name, cleaning some code, add icon (#6484)
* MangaSee/Life: add alt name, cleaning

add alternative name to manga description
cleaning series type code

* WPMangaReader: add alt name, cleaning

add alternative name to manga description
cleaning series type code

* FMReader: add alt name

add alternative name to manga description
remove author name if its "Updating"

* MangaPark: add alt name

add alternative name to manga description

* WPMangaStream: add alt name, cleaning

add alternative name to manga description
cleaning series type code

* MangaBox: add alt name

add alternative name to manga description

* MaidManga: add alt name, cleaning

add alternative name to manga description
cleaning series type code

* Komiku: cleaning code

cleaning series type code

* ManhuaID: cleaning code

cleaning series type code

* cleaning, tweaking

* add 18+

* add some source icon in fmreader

Co-Authored-By: Ankit Singh <as280093@gmail.com>

* add some source icon in wpmangareader

Co-Authored-By: Ankit Singh <as280093@gmail.com>

* add some source icon in wpmangastream

Co-Authored-By: Ankit Singh <as280093@gmail.com>

* Ngomik: fix thumbnail and chapter images

Co-authored-by: Ankit Singh <as280093@gmail.com>
2021-04-13 08:10:49 -04:00
Riztard Lanthorn
8c60f17913
Add series type to genre for: MangaSee, MangaLife, Komiku, Maid, ManhuaID (#6382)
* Komiku: add series type to genre

add series type(manga/manhwa/manhua/other)  thinggy to genre for some source

* Maid - Manga: add series type to genre

add series type(manga/manhwa/manhua/other)  thinggy to genre for some source

* ManhuaID: add series type to genre

add series type(manga/manhwa/manhua/other)  thinggy to genre for some source

* MangaSee,MangaLife: add series type to genre

add series type(manga/manhwa/manhua/other)  thinggy to genre for some source
2021-04-01 08:36:16 -04:00
Riztard Lanthorn
fadcd94f36
Komiku - remove manga title in chapter name (#6003)
if manga title contains number, it can cause issue to tracking
2021-02-28 10:07:03 -05:00
Yanuar Singgih
f82dffc51f
Fix cannot open chapter after searching (#5465)
Co-authored-by: Yanuar Singgih Saputra <yanuar@xqinformatics.com>
2021-01-17 10:21:18 -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
Yanuar Singgih
f84fef686b
Fix can't load pages Komiku (#5211)
Co-authored-by: Yanuar Singgih Saputra <yanuar@xqinformatics.com>
2020-12-20 10:06:32 -05:00
Riztard Lanthorn
0e1dca4de6
fix Komiku (#5091)
change baseUrl
fix manga request
fix selector
fix manga cover
2020-12-11 06:50:50 -05:00
Riztard Lanthorn
97b26f38b0
fix Komiku chapter (#4996)
fix Komiku chapter
2020-12-02 10:10:14 -05:00
Riztard Lanthorn
3c473ea28d
Komiku fix chapter (#4921)
Komiku fix chapter
2020-11-22 09:12:33 -05:00
Riztard Lanthorn
234373b435
add Komiku manga Author (#4651) 2020-10-21 06:10:40 -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
arkon
023c26b4a0 Make "Tachiyomi" app name prefix implicit 2020-06-25 22:46:15 -04:00
Mike
8b2e4ca290
Komiku - better covers, fix details (#3483) 2020-06-10 17:09:52 -04:00
TacoTheDank
99ee039d09
Correct a bunch of lints from "en" to "ja" (#3075) 2020-05-10 17:46:00 -04:00
arkon
020c2af006 Lint fixes 2020-04-25 10:29:23 -04:00
AbdullahM0hamed
9330b6662d
Added Komiku (#2621)
* Create MangaJar.kt

* Delete MangaJar.kt

* Create MangaJar.kt

* Update MangaJar.kt

* Create build.gradle

* Update build.gradle

* Create placeholder

* Add files via upload

* Delete placeholder

* Create Placeholder

* Add files via upload

* Delete Placeholder

* Create Placeholder

* Add files via upload

* Delete Placeholder

* Create mipmap-xhdpi

* Delete mipmap-xhdpi

* Create Placeholder

* Add files via upload

* Delete Placeholder

* Create Placeholder

* Add files via upload

* Delete Placeholder

* Create Placeholder

* Add files via upload

* Delete Placeholder

* Add Komiku

* Add Komiku

* Add Komiku

* Add Komiku

* Update Komiku.kt
2020-04-08 22:20:41 -04:00