Commit Graph

14 Commits

Author SHA1 Message Date
ringosham 23e2192290
Nicovideo Seiga: Fix image intercept (#5469)
Fix images not decrypting
2024-10-28 00:21:08 +00:00
ringosham cddbfcfc1a
Nicovideo: Adding early access prefix to chapters (#5196)
Adding prefix on early access
2024-10-28 00:20:42 +00:00
ringosham a65e48cb1b
Nicovideo: Improve error handle on fetch page list (#4874)
* Improve error handle on fetch page list

* Text change for better clarity

* Clarify comments
2024-09-15 20:23:09 +01:00
ringosham 5cebd2a63a
Rewritten Nicovideo Seiga for new domain and API (#3841)
* Rewritten Nicomanga for new domain

* Fix typos to use API URL instead

* Fixed missing WebView and many parsing issues

* Preserve newlines when displaying description

* Bump version ID

* Wrapped all requests to DTOs

* Minor refactor

* Applying all requested changes

* Fixed displaying of error message

* Applying requested changes

* Remove "data"

* I forgor

* Remove redundant code and add headers
2024-07-14 14:40:56 +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 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
arkon 2a7801e876
Move package namespace declarations out of manifests (#17581) 2023-08-18 08:58:52 -04: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
Oo8Ez5ai 05addfb95e
NicovideoSeiga: Fix file type handling. (#10352)
When downloading NicovideoSeiga image, the saved file extension has become wrong type. This commit addresses the issue by fixing following errors.
- Images is determined the type by file header. The logic has wrongly assumed Byte.toInt() returns unsigned integer, but it actually returns signed value.
- The server returns application/octet-stream as Content-Type header. But the logic only worked when header is empty.
2022-01-05 07:11:25 -05:00
ringosham 9a1c647b60
Adding Nicovideo Seiga source (#9928)
* Adding Nicovideo Seiga source

* Storing date found to SharedPreferences
2021-11-26 07:19:07 -05:00