Pebble: implement privacy modes

The user can choose whether to completely hide the notification text or push it off-screen. This also effects the incoming call notification.
Fixes #370
This commit is contained in:
Daniele Gobbetti
2017-02-05 16:37:59 +01:00
parent b894c01822
commit dccd6c1b06
7 changed files with 50 additions and 0 deletions
+7
View File
@@ -184,6 +184,13 @@
android:key="autoremove_notifications"
android:summary="@string/pref_summary_autoremove_notifications"
android:title="@string/pref_title_autoremove_notifications" />
<ListPreference
android:key="pebble_pref_privacy_mode"
android:title="@string/pref_title_pebble_privacy_mode"
android:entries="@array/pebble_privacymode"
android:entryValues="@array/pebble_privacymode_values"
android:defaultValue="@string/p_pebble_privacy_mode_off"
android:summary="%s" />
</PreferenceCategory>
<PreferenceCategory android:title="@string/pref_header_activitytrackers">
<ListPreference