From fab921f5f52435f3d22f54dd3c40fc18315e7920 Mon Sep 17 00:00:00 2001 From: lhwdev Date: Mon, 31 Aug 2020 13:19:36 +0900 Subject: [PATCH] Release 1.2 - fixed bug that self test scheduling doesn't work in background when device is in Doze mode - automatically requires to turn off the battery optimization(will use another method later) - notice feature --- .idea/codeStyles/Project.xml | 3 +- app/build.gradle | 4 +- app/src/main/AndroidManifest.xml | 1 + .../com/lhwdev/selfTestMacro/AlarmReceiver.kt | 2 + .../com/lhwdev/selfTestMacro/MainActivity.kt | 95 ++++++++++++++ .../java/com/lhwdev/selfTestMacro/utils.kt | 118 +++++++++++++++--- 6 files changed, 202 insertions(+), 21 deletions(-) diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml index d8b78a87..4149d560 100644 --- a/.idea/codeStyles/Project.xml +++ b/.idea/codeStyles/Project.xml @@ -24,7 +24,7 @@