Merge branch 'tachiyomiorg:master' into master

This commit is contained in:
jmir1 2021-05-26 00:11:18 +02:00
commit 4c2a81be39
2 changed files with 6 additions and 2 deletions

View file

@ -142,7 +142,7 @@ dependencies {
implementation("androidx.lifecycle:lifecycle-runtime-ktx:$lifecycleVersion")
// Job scheduling
implementation("androidx.work:work-runtime-ktx:2.5.0")
implementation("androidx.work:work-runtime-ktx:2.6.0-alpha02")
// UI library
implementation("com.google.android.material:material:1.4.0-beta01")
@ -226,7 +226,7 @@ dependencies {
implementation("com.nightlynexus.viewstatepageradapter:viewstatepageradapter:1.1.0")
implementation("com.github.chrisbanes:PhotoView:2.3.0")
implementation("com.github.tachiyomiorg:DirectionalViewPager:1.0.0")
implementation("dev.chrisbanes.insetter:insetter:0.5.0")
implementation("dev.chrisbanes.insetter:insetter:0.6.0")
// 3.2.0+ introduces weird UI blinking or cut off issues on some devices
val materialDialogsVersion = "3.1.1"

View file

@ -445,6 +445,10 @@
<!--== Dark Grey Reader ==-->
<style name="Theme.Reader.Dark.Grey" parent="Theme.Base.Reader.Dark">
<!-- Theme colors -->
<item name="colorSurface">@color/backgroundDark</item>
<!-- Base background/text colors -->
<item name="android:colorBackground">@color/backgroundDark</item>
</style>