Add debug notification for worker (#271)
This commit is contained in:

committed by
Mikołaj Pich

parent
ca23f92096
commit
f21feabc49
@ -249,7 +249,7 @@
|
||||
|
||||
<string name="pref_notify_header">Powiadomienia</string>
|
||||
<string name="pref_notify_switch">Pokazuj powiadomienia</string>
|
||||
<string name="pref_debug_notify_switch">Pokazuj powiadomienia debugowania</string>
|
||||
<string name="pref_notify_debug_switch">Pokazuj powiadomienia debugowania</string>
|
||||
|
||||
<string name="pref_services_header">Synchronizacja</string>
|
||||
<string name="pref_services_switch">Automatyczna aktualizacja</string>
|
||||
@ -260,6 +260,7 @@
|
||||
|
||||
<!--Notification Channels-->
|
||||
<string name="channel_new_entries">Nowe wpisy w dzienniku</string>
|
||||
<string name="channel_debug">Debugowanie</string>
|
||||
|
||||
|
||||
<!--Colors-->
|
||||
|
@ -11,5 +11,5 @@
|
||||
<string name="pref_key_services_interval">services_interval</string>
|
||||
<string name="pref_key_services_wifi_only">services_disable_wifi_only</string>
|
||||
<string name="pref_key_notifications_enable">notifications_enable</string>
|
||||
<string name="pref_key_debug_chucker_notification">chucker_notification</string>
|
||||
<string name="pref_key_notification_debug">notification_debug</string>
|
||||
</resources>
|
||||
|
@ -234,7 +234,7 @@
|
||||
|
||||
<string name="pref_notify_header">Notifications</string>
|
||||
<string name="pref_notify_switch">Show notifications</string>
|
||||
<string name="pref_debug_notify_switch">Show debug notifications</string>
|
||||
<string name="pref_notify_debug_switch">Show debug notifications</string>
|
||||
|
||||
<string name="pref_services_header">Synchronization</string>
|
||||
<string name="pref_services_switch">Automatic update</string>
|
||||
@ -245,6 +245,7 @@
|
||||
|
||||
<!--Notification Channels-->
|
||||
<string name="channel_new_entries">New entries in register</string>
|
||||
<string name="channel_debug">Debug</string>
|
||||
|
||||
|
||||
<!--Colors-->
|
||||
|
@ -90,8 +90,8 @@
|
||||
app:iconSpaceReserved="false" />
|
||||
<SwitchPreference
|
||||
android:defaultValue="false"
|
||||
android:key="@string/pref_key_debug_chucker_notification"
|
||||
android:title="@string/pref_debug_notify_switch"
|
||||
android:key="@string/pref_key_notification_debug"
|
||||
android:title="@string/pref_notify_debug_switch"
|
||||
app:iconSpaceReserved="false" />
|
||||
</PreferenceCategory>
|
||||
</PreferenceScreen>
|
||||
|
Reference in New Issue
Block a user