Allow disabling left/right swipe on the graphs

Fixes #860
 Added preference to control this option
 Swiping down will still toggle a sync of the data from the device (if connected) in any case
This commit is contained in:
Daniele Gobbetti
2017-11-01 09:07:01 +01:00
parent 5417c5b5f6
commit 98b04dd2fc
6 changed files with 40 additions and 4 deletions
+4
View File
@@ -92,6 +92,10 @@
android:maxLength="2"
android:title="@string/activity_prefs_sleep_duration" />
</PreferenceScreen>
<CheckBoxPreference
android:defaultValue="true"
android:key="charts_allow_swipe"
android:title="@string/pref_title_charts_swipe" />
</PreferenceCategory>
<PreferenceCategory
android:key="pref_key_datetime"