6.7.0 - Alpha10 - 设置页面增加 "定时任务调度引擎" 设置选项, 支持 AlarmManager/WorkManager/JobScheduler (issue #457, #388, #163, #53, #21)

This commit is contained in:
SuperMonster003
2025-10-29 13:31:06 +08:00
parent 52c1eb56b8
commit c446ffba1f
37 changed files with 619 additions and 178 deletions

View File

@@ -99,6 +99,7 @@ text-recognition-chinese = "16.0.1"
toaster = "12.6"
versioncompare = "1.5.0"
webkit = "1.14.0"
work-runtime = "2.11.0"
xz = "1.10"
zip4j = "2.11.5"
@@ -185,6 +186,7 @@ toaster = { module = "com.github.getActivity:Toaster", version.ref = "toaster" }
tukaani-xz = { module = "org.tukaani:xz", version.ref = "xz" }
versioncompare = { module = "io.github.g00fy2:versioncompare", version.ref = "versioncompare" }
webkit = { module = "androidx.webkit:webkit", version.ref = "webkit" }
work-runtime = { module = "androidx.work:work-runtime", version.ref = "work-runtime" }
zip4j = { module = "net.lingala.zip4j:zip4j", version.ref = "zip4j" }
[plugins]