mirror of
https://github.com/fumiama/copymanga.git
synced 2026-06-30 07:40:27 +08:00
v1.1.1
This commit is contained in:
@@ -11,8 +11,8 @@ android {
|
|||||||
applicationId "top.fumiama.copymanga"
|
applicationId "top.fumiama.copymanga"
|
||||||
minSdkVersion 23
|
minSdkVersion 23
|
||||||
targetSdkVersion 30
|
targetSdkVersion 30
|
||||||
versionCode 2
|
versionCode 3
|
||||||
versionName '1.1'
|
versionName '1.1.1'
|
||||||
resConfigs "zh", "zh-rCN"
|
resConfigs "zh", "zh-rCN"
|
||||||
|
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
|
|||||||
@@ -43,7 +43,7 @@ class ViewMangaActivity : Activity() {
|
|||||||
var r2l = true
|
var r2l = true
|
||||||
private var currentItem = 0
|
private var currentItem = 0
|
||||||
private var notUseVP = true
|
private var notUseVP = true
|
||||||
private var q = 90
|
//private var q = 90
|
||||||
var infoDrawerDelta = 0f
|
var infoDrawerDelta = 0f
|
||||||
lateinit var toolsBox: ToolsBox
|
lateinit var toolsBox: ToolsBox
|
||||||
private lateinit var p: PropertiesTools
|
private lateinit var p: PropertiesTools
|
||||||
@@ -79,8 +79,8 @@ class ViewMangaActivity : Activity() {
|
|||||||
//toolsBox = ToolsBox(WeakReference(this))
|
//toolsBox = ToolsBox(WeakReference(this))
|
||||||
notUseVP = p["noAnimation"] == "true"
|
notUseVP = p["noAnimation"] == "true"
|
||||||
handler = MyHandler(infcard, toolsBox)
|
handler = MyHandler(infcard, toolsBox)
|
||||||
if (p["quality"] == "null") p["quality"] = "90"
|
//if (p["quality"] == "null") p["quality"] = "90"
|
||||||
else q = p["quality"].toInt()
|
//else q = p["quality"].toInt()
|
||||||
tt = TimeThread(handler, 22)
|
tt = TimeThread(handler, 22)
|
||||||
tt.canDo = true
|
tt.canDo = true
|
||||||
tt.start()
|
tt.start()
|
||||||
@@ -148,6 +148,7 @@ class ViewMangaActivity : Activity() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private fun prepareIdBtVP() {
|
private fun prepareIdBtVP() {
|
||||||
|
idtbvp.isChecked = notUseVP
|
||||||
idtbvp.setOnClickListener {
|
idtbvp.setOnClickListener {
|
||||||
if (idtbvp.isChecked) p["noAnimation"] = "true"
|
if (idtbvp.isChecked) p["noAnimation"] = "true"
|
||||||
else p["noAnimation"] = "false"
|
else p["noAnimation"] = "false"
|
||||||
|
|||||||
Reference in New Issue
Block a user