Commit Graph

5 Commits

Author SHA1 Message Date
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