From e589777ba17542452364f05973b780dabbd01047 Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 14 Jul 2026 15:31:22 +0000 Subject: [PATCH] Move the charge-announcement style picker to Notification behaviour (#112 follow-up) "Charge notification style" sat on the Alerts screen (per-event rule), but the word "style" reads as appearance, and that is where the maintainer went looking for it. Moved to Notification behaviour > Appearance, next to Sticky notifications. The Alerts screen's empty Charging category is removed; #123's slow-charge toggle will recreate it there when built. Keys and values unchanged - pure XML placement + header-summary text. Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_015ZMe8rrw7eQKz69R4Xw3t5 --- app/src/main/res/xml/pref_alerts.xml | 16 +++++----------- app/src/main/res/xml/pref_behaviour.xml | 12 ++++++++++++ 2 files changed, 17 insertions(+), 11 deletions(-) diff --git a/app/src/main/res/xml/pref_alerts.xml b/app/src/main/res/xml/pref_alerts.xml index 7de40a1..5212863 100644 --- a/app/src/main/res/xml/pref_alerts.xml +++ b/app/src/main/res/xml/pref_alerts.xml @@ -1,7 +1,8 @@ + and the charge-announcement style live on the "Notification behaviour" screen + (pref_behaviour.xml). --> @@ -181,7 +182,9 @@ - + @@ -196,15 +199,6 @@ android:title="@string/notify_slow_charge" app:iconSpaceReserved="false" /> - - diff --git a/app/src/main/res/xml/pref_behaviour.xml b/app/src/main/res/xml/pref_behaviour.xml index 67c4e11..5083cb5 100644 --- a/app/src/main/res/xml/pref_behaviour.xml +++ b/app/src/main/res/xml/pref_behaviour.xml @@ -88,6 +88,18 @@ android:title="@string/sticky_notification" app:iconSpaceReserved="false" /> + + +