1
0

Add debug notification for worker (#271)

This commit is contained in:
Rafał Borcz
2019-03-09 20:34:30 +01:00
committed by Mikołaj Pich
parent ca23f92096
commit f21feabc49
11 changed files with 73 additions and 15 deletions

View File

@ -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-->

View File

@ -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>

View File

@ -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-->

View File

@ -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>