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

@@ -1,5 +1,5 @@
#Sun Oct 19 15:49:46 GMT+8 2025
9.0.0-alpha11
#Wed Oct 29 10:14:55 GMT+8 2025
9.0.0-alpha12
8.13.0
8.12.3
8.11.2

View File

@@ -1,4 +1,5 @@
#Sun Oct 19 14:27:52 GMT+8 2025
#Wed Oct 29 10:14:10 GMT+8 2025
252.25557.131.2522.14326795=2025.2.2.2
252.25557.131.2522.14279661=2025.2.2.1
252.25557.131.2521.14270146=2025.2.1.6
252.25557.131.2521.14240541=2025.2.1.5

View File

@@ -1,4 +1,6 @@
#Sun Oct 19 15:47:33 GMT+8 2025
#Wed Oct 29 10:14:58 GMT+8 2025
#Oct 29, 2025
2.2.21=2.0.4
#Oct 18, 2025
2.2.21-RC2=2.0.4
#Oct 9, 2025

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]