diff --git a/app/src/main/java/com/jens/automation2/ActivityManageActionBrightnessSetting.java b/app/src/main/java/com/jens/automation2/ActivityManageActionBrightnessSetting.java index 1a90190..e24b52c 100644 --- a/app/src/main/java/com/jens/automation2/ActivityManageActionBrightnessSetting.java +++ b/app/src/main/java/com/jens/automation2/ActivityManageActionBrightnessSetting.java @@ -25,7 +25,7 @@ public class ActivityManageActionBrightnessSetting extends Activity @Override protected void onCreate(@Nullable Bundle savedInstanceState) { - setContentView(R.layout.activity_manage_brightness_setting); + setContentView(R.layout.activity_manage_action_brightness_settings); super.onCreate(savedInstanceState); chkAutoBrightness = (CheckBox)findViewById(R.id.chkAutoBrightness); diff --git a/app/src/main/res/layout/activity_manage_brightness_setting.xml b/app/src/main/res/layout/activity_manage_action_brightness_settings.xml similarity index 100% rename from app/src/main/res/layout/activity_manage_brightness_setting.xml rename to app/src/main/res/layout/activity_manage_action_brightness_settings.xml 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 f0dcfea..838ba92 100644 --- a/app/src/main/res/layout/activity_manage_specific_profile.xml +++ b/app/src/main/res/layout/activity_manage_specific_profile.xml @@ -52,6 +52,15 @@ android:layout_marginVertical="@dimen/default_margin" android:background="#aa000000" /> + + Benachrichtigung(en) schließen Groß-/Kleinschreibung ist egal. Wenn Sie keine Kriterien angeben, werden ALLE Benachrichtigungen geschlossen. Es wird also empfohlen, zumindest eine Anwendung zu spezifizieren und/oder Titel oder Text anzugeben. + Die Einstellungen, die Sie hier vornehmen, können dazu führen, dass Sie bestimmte Dinge auf Ihrem Telefon nicht mehr mitbekommen. Sie können sogar Ihren Wecker zum Schweigen bringen. Was auch immer Sie hier einstellen - es wird empfohlen, es zu testen. \ No newline at end of file diff --git a/app/src/main/res/values-es/strings.xml b/app/src/main/res/values-es/strings.xml index d6c1977..38a6ad1 100644 --- a/app/src/main/res/values-es/strings.xml +++ b/app/src/main/res/values-es/strings.xml @@ -666,4 +666,5 @@ Si no especifica ningún criterio, esta acción cerrará TODAS las notificaciones. Por lo tanto, se recomienda al menos especificar criterios para al menos 1 de la aplicación, título o texto. Cerrar notificación(es) Las comparaciones se realizan sin distinción de mayúsculas y minúsculas + La configuración que realice aquí puede hacer que ya no note ciertas cosas de su teléfono. Incluso puede silenciar su alarma de despertar. Así que hagas lo que hagas, se recomienda que lo pruebes. \ No newline at end of file diff --git a/app/src/main/res/values-it/strings.xml b/app/src/main/res/values-it/strings.xml index 41c4675..8fcfc5f 100644 --- a/app/src/main/res/values-it/strings.xml +++ b/app/src/main/res/values-it/strings.xml @@ -667,4 +667,5 @@ I confronti sono fatti caso-INsensitive Chiudi notifica(e) Se non specifichi alcun criterio, questa azione chiuderà TUTTE le notifiche. Quindi si consiglia di specificare almeno i criteri per almeno 1 di applicazione, titolo o testo. + Le impostazioni che fai qui possono far sì che tu non noti più certe cose dal tuo telefono. Possono anche mettere a tacere la sveglia. Quindi, qualunque cosa tu faccia, ti consigliamo di testarlo. diff --git a/app/src/main/res/values-nl/strings.xml b/app/src/main/res/values-nl/strings.xml index 8f19357..0008e51 100644 --- a/app/src/main/res/values-nl/strings.xml +++ b/app/src/main/res/values-nl/strings.xml @@ -665,4 +665,5 @@ Als u geen criteria opgeeft, worden met deze actie ALLE meldingen gesloten. Het is dus aan te raden om in ieder geval criteria te specificeren voor minimaal 1 van de toepassing, titel of tekst. Melding(en) sluiten Vergelijkingen worden gedaan case-INsensitief + De instellingen die je hier maakt kunnen ervoor zorgen dat je bepaalde dingen niet meer van je telefoon merkt. Ze kunnen zelfs je wekker dempen. Dus wat je ook doet - het wordt aanbevolen om het te testen. diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml index 7eab29d..292c142 100644 --- a/app/src/main/res/values/colors.xml +++ b/app/src/main/res/values/colors.xml @@ -14,4 +14,6 @@ #FFFFFF #444444 #eeeeee + #FF0000 + #EC5959 \ No newline at end of file diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 9a60283..c3239e0 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -763,4 +763,5 @@ If you don\'t specify any criteria this action will close ALL notifications. So it\'s advised to at least specify criteria for at least 1 of application, title or text. Close notification(s) Comparisons are done case-INsensitive + The settings you can adjust here, can cause that you don\'t notice certain things from your phone anymore. They may even silence your wakeup alarm. So whatever you do - it is recommended you test it. \ No newline at end of file