Add an option to not show the sign-in reminder

This is done via another preference in the settings screen
and an action button attached to the notification itself
This commit is contained in:
Torsten Grote
2018-06-28 16:34:55 -03:00
parent afa9b6193a
commit 8925d6f5d7
9 changed files with 79 additions and 8 deletions

View File

@@ -81,6 +81,12 @@
android:layout="@layout/preferences_category"
android:title="@string/notification_settings_title">
<CheckBoxPreference
android:defaultValue="true"
android:key="pref_key_notify_sign_in"
android:summary="@string/notify_sign_in_summary"
android:title="@string/notify_sign_in_title"/>
<CheckBoxPreference
android:defaultValue="true"
android:key="pref_key_notify_private_messages"