Notify more aggressively

* Add setting to show notification on the lockscreen
* Don't block notifications in the contact-/-group/-forum/-bloglist

Signed-off-by: goapunk <noobie@goapunks.net>
This commit is contained in:
goapunk
2017-07-02 15:06:51 +02:00
parent 500d5f0efe
commit 4416aaaa4c
9 changed files with 59 additions and 166 deletions

View File

@@ -85,6 +85,14 @@
android:title="@string/notify_blog_posts_setting_title"
android:summary="@string/notify_blog_posts_setting_summary"/>
<CheckBoxPreference
android:defaultValue="false"
android:key="pref_key_notify_lock_screen"
android:persistent="false"
android:title="@string/notify_lock_screen_setting_title"
android:summary="@string/notify_lock_screen_setting_summary"
android:visibility="gone"/>
<CheckBoxPreference
android:defaultValue="true"
android:key="pref_key_notify_vibration"