From 448942e4e8b718218908db43bacb9ae3e56ae8dd Mon Sep 17 00:00:00 2001 From: jens Date: Mon, 20 Sep 2021 19:58:11 +0200 Subject: [PATCH] bugspray --- app/build.gradle | 38 +++++++++---------- .../jens/automation2/ActivityManageRule.java | 2 +- .../activity_manage_specific_profile.xml | 5 +++ ....xml => activity_manage_specific_rule.xml} | 0 app/src/main/res/values/strings.xml | 3 +- 5 files changed, 27 insertions(+), 21 deletions(-) rename app/src/main/res/layout/{manage_specific_rule.xml => activity_manage_specific_rule.xml} (100%) diff --git a/app/build.gradle b/app/build.gradle index dc0c1c1..6fdf041 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -36,27 +36,27 @@ android { flavorDimensions "version" productFlavors - { - googlePlayFlavor - { - dimension "version" - versionNameSuffix "-googlePlay" - targetSdkVersion 29 - } + { + googlePlayFlavor + { + dimension "version" + versionNameSuffix "-googlePlay" + targetSdkVersion 29 + } - fdroidFlavor - { - dimension "version" - targetSdkVersion 28 - } + fdroidFlavor + { + dimension "version" + targetSdkVersion 28 + } - apkFlavor - { - dimension "version" - versionNameSuffix "-apk" - targetSdkVersion 28 - } - } + apkFlavor + { + dimension "version" + versionNameSuffix "-apk" + targetSdkVersion 28 + } + } } dependencies { diff --git a/app/src/main/java/com/jens/automation2/ActivityManageRule.java b/app/src/main/java/com/jens/automation2/ActivityManageRule.java index 86becf1..2d35f52 100644 --- a/app/src/main/java/com/jens/automation2/ActivityManageRule.java +++ b/app/src/main/java/com/jens/automation2/ActivityManageRule.java @@ -121,7 +121,7 @@ public class ActivityManageRule extends Activity { context = this; super.onCreate(savedInstanceState); - setContentView(R.layout.manage_specific_rule); + setContentView(R.layout.activity_manage_specific_rule); instance = this; diff --git a/app/src/main/res/layout/activity_manage_specific_profile.xml b/app/src/main/res/layout/activity_manage_specific_profile.xml index af9b05f..c5a8bf6 100644 --- a/app/src/main/res/layout/activity_manage_specific_profile.xml +++ b/app/src/main/res/layout/activity_manage_specific_profile.xml @@ -63,6 +63,11 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginLeft="40dp" /> + Position of tab bar Choose where the tabs bar should be placed. Because Google screwd up yet another part of Android, starting with API 30 only the currently visible wifis can be displayed. Not all the ones your device knows. - If you have not used a send-sms action in this program before, Android may show an additional confirmation dialog, asking you to allow sending messages. You need to select the \"always allow\" checkbox and confirm if you want this action to work in the background. It's advised to run this rule manually once. + If you have not used a send-sms action in this program before, Android may show an additional confirmation dialog, asking you to allow sending messages. You need to select the \"always allow\" checkbox and confirm if you want this action to work in the background. It\'s advised to run this rule manually once. + REMARK: The silent mode often triggers Do-Not-Disturb on newer devices. \ No newline at end of file