364 Commits

Author SHA1 Message Date
arkon
d4b0e2869d Update SubsamplingScaleImageView
Merged with upstream master and disabled Jetifier.

(cherry picked from commit 1ae52bd33f2f638640bcea4e059be9003499685e)
2021-01-10 19:37:07 -05:00
inorichi
954573fc33 Fix png artifacts & banding when ratio > 1
(cherry picked from commit 96b8beb9cde24f8aa8c033d1e49fd38503d88e21)

# Conflicts:
#	app/build.gradle.kts
2021-01-10 18:14:04 -05:00
arkon
7330be555d Address more coroutine scope leaks
(cherry picked from commit 6fb7a85e8a77aa379a8138e1f2fe1b5f65b45ed7)

# Conflicts:
#	app/build.gradle.kts
#	app/src/main/java/eu/kanade/tachiyomi/ui/library/LibraryCategoryView.kt
#	app/src/main/java/eu/kanade/tachiyomi/ui/manga/info/MangaInfoHeaderAdapter.kt
2021-01-07 22:11:14 -05:00
inorichi
6da1654825 Fix a crash with the new decoder when cropping borders of an entirely white or black image
(cherry picked from commit dedb8d2d68f2b661b9a5c07baf96e8eff66445fe)

# Conflicts:
#	app/build.gradle.kts
2021-01-07 01:13:58 -05:00
arkon
25e56f3c77 Switch to version of SubsamplingScaleImageView with new image decoder
Courtesy of @inorichi.
Branch: https://github.com/tachiyomiorg/subsampling-scale-image-view/commits/tachiyomi-new-decoder

Decoding speed will be a bit slower now due to two passes if crop borders is enabled, but should be more
reliable on colored images and work for black borders. Memory usage (re: leaks) should also be better.

(cherry picked from commit 762f5bdc339ec04196c6694db1b4da902256abb1)

# Conflicts:
#	app/build.gradle.kts
2021-01-07 01:13:15 -05:00
arkon
4e026c1cf1 Refactor Kitsu API to remove Retrofit usage
(cherry picked from commit 17b70ab38c84b6aaa4694f4b8c30a29a17231130)
2021-01-04 14:21:21 -05:00
arkon
66d2e8090a Remove some OptIn annotations
(cherry picked from commit c06a932c9516288e41e7ce4c617ce6c557428123)
2021-01-04 14:17:46 -05:00
arkon
0f000caa9d Use updated Tachiyomi version of DirectionalViewPager
(cherry picked from commit 444cefc9a28d33f82cce350c5491311df58afdf4)
2021-01-04 01:17:39 -05:00
Jobobby04
b57dc1a6c8 Add android proguard to release test builds 2021-01-03 15:01:09 -05:00
Jobobby04
cbd25332e1 Fix proguard rules, re-enable proguard 2021-01-02 17:36:44 -05:00
Jobobby04
d8bb15cdcd Disable proguard for now 2021-01-02 17:28:32 -05:00
arkon
171a610d0d Move some build.gradle.kts content around
(cherry picked from commit 9ab29f5b7fbe15f75477a369e3448194c7e884dc)

# Conflicts:
#	app/build.gradle.kts
2020-12-31 19:31:43 -05:00
arkon
1d134a94a6 Only include Firebase dependency in standard flavor
(cherry picked from commit 10bf430ce6548eb98502e3084d52af80a917f0f2)
2020-12-31 19:29:39 -05:00
jobobby04
f143ac1572 Convert app build.gradle to Kotlin DSL 2020-12-31 19:29:18 -05:00