Commit Graph

34 Commits

Author SHA1 Message Date
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
bapeey 1f0cf4f713
VIZ: Fix images could not be loaded (#19201)
Remove Accept-Encoding header
2023-12-07 08:37:39 -05:00
arkon 2a7801e876
Move package namespace declarations out of manifests (#17581) 2023-08-18 08:58:52 -04:00
AwkwardPeak7 6ff3045c6f
VIZ Manga (#16971)
* Viz Manga

* update readme
2023-07-02 17:39:17 -03:00
lord-ne ce08808666
[VizShonenJump] Add URL intent for series and chapter links (#16398)
VizShonenJump: Open links in extension
2023-05-11 09:59:00 -04:00
Alessandro Jean 5c6d6a8201
Maybe fix the JPEG EXIF parsing in VIZ (#16096)
* Maybe fix the JPEG EXIF parsing in VIZ.

* Handle the common HTTP 403 case while getting the image.
2023-04-18 15:19:00 -03:00
Alessandro Jean a912752ea5
Fix chapters download in VIZ due to expiration time (#16085)
Fix chapters download due to expiration time.
2023-04-17 17:24:28 -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
Alessandro Jean 7b4cd430a1
Update VIZ endpoints (#13788)
* Update VIZ endpoints.

* Reword the page fetch error.

Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com>

Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com>
2022-10-09 14:14:34 -03:00
Alessandro Jean ad7c766be2
Fix missing titles in Viz Shonen Jump. (#13516) 2022-09-19 16:27:36 -03:00
Alessandro Jean 2174c37710
Fix VIZ wrong chapter order. (#12119) 2022-06-07 20:49:56 -03:00
arkon 341d067afc
Refactor to use app-provided rate limiting interceptors (#12087) 2022-06-05 16:33:49 -04:00
arkon 542c28875d Minor project updates
- Update kotlinter
- Opt in to serialization API to avoid IDE warnings
- Replace some deprecated OkHttp function usages
- Remove some unnecessary Android version checks/targets
2022-01-02 18:47:56 -05:00
arkon bc7d8c8672
Default libVersion to 1.2 (#9014) 2021-09-09 08:58:17 -04:00
Alessandro Jean 10eb030895
Add kotlinx.serialization to more sources. (#7391) 2021-06-02 16:28:10 -04:00
Alessandro Jean 2a8ce17ab3
Update selector at Viz. (#7110) 2021-05-20 06:39:41 -04:00
Alessandro Jean 91904eaaa0
Add rate limiting to Viz (#7050)
* Add rate limiting to Viz.

* Fix NPE at logged in check.
2021-05-16 12:43:07 -04:00
Alessandro Jean 58d5923290
Fix JSON error when loading chapter at Viz. (#6774) 2021-04-30 22:04:23 -04:00
Alessandro Jean b2fc487395
Fix missing pages and add chapter auth check at Viz. (#6773) 2021-04-30 17:39:52 -04:00
arkon 50bf2a56e5
Update dependencies; drop Android 4.x support (#6742) 2021-04-28 15:38:05 -04:00
Alessandro Jean de13abf701
Fix exception when there is no description or key. (#5604) 2021-02-01 17:47:23 -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 3c1bc5f00d [SKIP CI] Update repo links 2020-12-15 17:51:30 -05:00
Alessandro Jean 4e08f4a5b7
Add thumbnail_url to mangaDetailsParse at Viz. (#5008)
Add thumbnail to mangaDetailsParse at Viz
2020-12-03 15:54:45 -05:00
jobobby04 dd22e25de8
Go through the sources and change fallback chapter numbers to -1 (#4596)
Go through the sources and change fallback chapter numbers to -1
2020-10-12 19:49:37 -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
Alessandro Jean b01cf8e0ba
Fix image decoding method at Viz Shonen Jump. (#4150) 2020-08-17 14:11:00 -04:00
arkon 023c26b4a0 Make "Tachiyomi" app name prefix implicit 2020-06-25 22:46:15 -04:00
Unlocked ed4f4c4a85
Fix Viz thumbnails (#3570) 2020-06-19 04:54:00 -04:00
Alessandro Jean 8874e85b92
Add Viz Shonen Jump (#3560)
* Add Viz Shonen Jump.

* Update User Agent.

* Switch to AndroidX dependency.

* Add support to premium chapters if logged in (#1)

* Fix some parsing issues, works with premium chapters

* Slight code reuse reduction

* CacheControl force network and simplify parsing for Viz

* Hide locked chapters when not logged in

Co-authored-by: Unlocked <10186337+TheUnlocked@users.noreply.github.com>
2020-06-18 22:53:30 -04:00