33 Commits

Author SHA1 Message Date
KenjieDec
f60a0d37a7
WNACG | Added support for ".jpeg" and fixed domain update (#6101)
* Added support for ".jpeg" and fixed domain update

* Apply stevenyomi's suggestion

* Apply suggestion

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

---------

Co-authored-by: stevenyomi <95685115+stevenyomi@users.noreply.github.com>
2024-12-14 06:55:41 +00:00
AlphaBoom
1e7b9b3a73
Wnacg(zh): Support webp and gif (#6018) 2024-12-14 06:55:31 +00:00
stevenyomi
4b309832d3 Set desktop UA and update URL for some Chinese sources (#880)
* Set desktop UA and update URL for some Chinese sources

* Update linked websites
2024-02-04 02:25:04 +00: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
stevenyomi
d27704c045 WNACG: fix base URL in repo index (#11) 2024-01-10 01:30:42 +00:00
arkon
2a7801e876
Move package namespace declarations out of manifests (#17581) 2023-08-18 08:58:52 -04:00
stevenyomi
2d3b223259
Fix URL updater in some sources (#16867) 2023-06-25 15:34:05 -03:00
stevenyomi
ef6c1015d9
WNACG: auto update domains (#16436)
* WNACG: auto update domains

* mark updated if unchanged

* Dedupe

* Fix

* Reorder parameters
2023-05-19 06:15:56 -04:00
stevenyomi
50fe3eae7f
WNACG: update URL and allow overrides (#15832) 2023-03-25 13:35:15 -03: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
stevenyomi
2e7414a197
WNACG: update URL (#15074) 2023-01-24 05:46:29 -05:00
stevenyomi
d957b0b0f8
WNACG: update URL (#14824) 2023-01-06 08:27:36 -05:00
stevenyomi
5992b9f2e0
WNACG: fix search (#14077) 2022-11-01 09:34:41 -03:00
stevenyomi
f11ff6a1c0
WNACG: disable SSL for images (#14010) 2022-10-28 10:52:45 -03:00
stevenyomi
370d8f1931
WNACG: change URL and clean up (#13707) 2022-10-04 15:12:21 -03:00
arkon
6a75de9261
Remove usage of @Nsfw annotation in favor of extension-level flagging (#9368) 2021-10-04 16:44:32 -04:00
John Bi
eacb84dbf8
feat: wnacg extension change (#9214)
1. code format
2. add category filter
3. manga detail add description parse
4. add nsfw
5. change extVersionCode
6. fix next page selector logic

Co-authored-by: John Bi <869384236@qq.com>
2021-09-25 06:20:08 -04:00
arkon
bc7d8c8672
Default libVersion to 1.2 (#9014) 2021-09-09 08:58:17 -04:00
Narin
981ad1b8e3
Fixes search (#7771) 2021-06-20 18:43:46 -04: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
antonycaporossi
0b1e7fab45
Fix thumbnail not loading (#5186) 2020-12-18 17:42:11 -05:00
莜叶
e4e18beaa2
Fix wnacg thumbnails loading (#4489)
* Fix wnacg thumbnails loading

* Fix wnacg thumbnails loading
2020-10-01 12:02:19 -04:00
arkon
023c26b4a0 Make "Tachiyomi" app name prefix implicit 2020-06-25 22:46:15 -04:00
TacoTheDank
11ac392755
Even more lint cleanup (#3191) 2020-05-17 15:47:37 -04:00
arkon
020c2af006 Lint fixes 2020-04-25 10:29:23 -04:00
ObserverOfTime
e23b69f8a7
More HTTPS upgrades (#2057) 2020-02-22 23:35:13 -05:00
happywillow0
9b83449ea6 [New] WNACG (#1651)
* Create build.gradle

* Added wnacg.kt

* Reduced network calls

Changed pageListParse method to only call image pages once.

* Further reduce network calls

Found out how the gallery was loaded into the page. Used regex matching to identify and parse images urls.

* Add icons

* Fixed searchMangaSelector
2019-10-18 09:45:34 -04:00