Add option for separate connected notification

Closes #28
Closes #18
This commit is contained in:
darken
2025-05-14 21:21:04 +02:00
committed by Matthias Urhahn
parent 79ec3ba932
commit eb8a9b3b46
7 changed files with 71 additions and 20 deletions
@@ -70,6 +70,13 @@
</PreferenceCategory>
<PreferenceCategory android:title="@string/settings_category_other_label">
<eu.darken.capod.common.preferences.MaterialSwitchPreference
android:icon="@drawable/ic_checkbox_blank_badge_24"
android:key="core.monitor.notification.connected"
android:summary="@string/settings_monitor_connected_notification_description"
android:title="@string/settings_monitor_connected_notification_label" />
<Preference
android:fragment="eu.darken.capod.main.ui.settings.general.debug.DebugSettingsFragment"
android:icon="@drawable/ic_baseline_bug_report_24"