Commit Graph

35 Commits

Author SHA1 Message Date
bapeey 88783a5221 NineManga: Fix wrong pages (#2545)
* Fix images

* Stop changing the url
2024-04-26 01:48:09 +01:00
stevenyomi 12e864f85f Remove placeholder manifest files (#790) 2024-01-30 22:11:47 +00:00
Draff 5c8cb75e9a come up to date with keiyoushi builds
CI / Prepare job (push) Successful in 3s Details
CI / Build multisrc modules (push) Successful in 8m10s Details
CI / Build individual modules (push) Successful in 38s Details
CI / Publish repo (push) Successful in 1m39s Details
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 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
arkon 2a7801e876
Move package namespace declarations out of manifests (#17581) 2023-08-18 08:58:52 -04:00
Rolando Lecca 7ee2bfc61e
NineManga: Fix thumbnails and page's images (#16697)
Fix thumbnails
2023-06-08 22:12:25 -04:00
Rolando Lecca d2a92d7d43
NineManga: Fix not showing all pages (#16666)
Load only 1 image per page
2023-06-06 05:18:39 -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
Riztard Lanthorn 9310239ddc
NineManga: cleaning manga title from ch name (#13730)
if manga title contains number can cause some issue to tracking and taking space

closes #13219
2022-10-07 09:34:56 -04:00
jopejoe1 de19d11727
Updated some icons to be more consistent (#10419)
* Update MadaraGenerator.kt

* Fixed some icons in Madara

* Replace with icons that work on website

* Fixed Some more icons

* some more icon fixes

* miss placed that

* this to

* Put them in right location this time
2022-01-10 06:44:45 -05:00
arkon bc7d8c8672
Default libVersion to 1.2 (#9014) 2021-09-09 08:58:17 -04:00
happywillow0 8bfbfe7f43
Fix NineMangaEn (#8709)
- Ignore subdomain completely for en site.
2021-08-21 13:33:02 -04:00
Alessandro Jean aa06cd4b04
Fix wrong language code in some extensions. (#7550) 2021-06-08 13:43:46 -04:00
arkon 50bf2a56e5
Update dependencies; drop Android 4.x support (#6742) 2021-04-28 15:38:05 -04:00
Riztard Lanthorn 26e30005a8
ninemanga change to https (#5448) 2021-01-16 10:07:26 -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
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 9f248e849c
NineManga - fix details' titles (#3306) 2020-05-25 02:13:55 -04:00
Mike b6f0ea7b12
NineManga - more filters (#3280) 2020-05-23 01:34:26 -04:00
Mike a3fbe74abb
NineManga - adjust headers (#3060) 2020-05-07 15:59:55 -04:00
arkon 5d5c6016ea Lint fixes 2020-04-25 10:29:23 -04:00
Mike 0075227433
NineMangaFr headers (#2771)
NineMangaFr headers
2020-04-23 08:19:26 -04:00
ObserverOfTime e23b69f8a7
More HTTPS upgrades (#2057) 2020-02-22 23:35:13 -05:00
happywillow0 6e95420b7b NineMangaEn - Account for subdomain (#2048)
NineMangaEn - Account for subdomain
2020-01-12 15:01:07 -05:00
Eugene c547da3714
NineManga: use SourceFactory 2019-10-27 18:14:44 -04:00
Mike d4014338fe Ninemanga fixes (#1619)
* NineManga - special characters fix

* Change searches with an apostrophe
2019-10-07 22:46:51 -04:00
Edgar Mejía 3ecce8dd18 Update date parsing method. (#1605) 2019-10-04 18:39:45 -04:00
Mike be6e992590 NineMangaIt date parse fix (#1476)
NineMangaIt date parse fix
2019-09-07 10:26:56 -04:00
Edgar Mejía 8f598f16a1 Add genre filter. (#1081)
Add genre filter.
2019-05-05 17:15:33 -04:00
Ankit Singh 0bb2bed20f Ninemanga icons added (#1066)
Ninemanga icons added
2019-04-28 09:52:40 -04:00
Edgar Mejía de52d6c215 Add NineManga (#584) (#943) (#1049)
* Added NineManga (All)

* done latest, all and manga parse.

* Complete manga img parse

* Added TODO to change language conditions.

* Date corrections.

* Remove old icons.

* Override status and date functions in the different classes.
2019-04-21 23:17:56 -04:00