|
|
|
@ -33,11 +33,6 @@
|
|
|
|
|
android:showDefault="true"
|
|
|
|
|
android:showSilent="true"
|
|
|
|
|
android:title="@string/sound" />
|
|
|
|
|
<CheckBoxPreference
|
|
|
|
|
android:defaultValue="true"
|
|
|
|
|
android:dependency="@string/p_rmd_enabled"
|
|
|
|
|
android:key="@string/p_rmd_vibrate"
|
|
|
|
|
android:title="@string/vibrate" />
|
|
|
|
|
<com.todoroo.astrid.ui.MultilineCheckboxPreference
|
|
|
|
|
android:defaultValue="true"
|
|
|
|
|
android:dependency="@string/p_rmd_enabled"
|
|
|
|
@ -63,6 +58,39 @@
|
|
|
|
|
android:summary="@string/rmd_EPr_multiple_maxvolume_desc_true"
|
|
|
|
|
android:title="@string/rmd_EPr_multiple_maxvolume_title" />
|
|
|
|
|
|
|
|
|
|
<PreferenceCategory
|
|
|
|
|
android:title="@string/vibrations">
|
|
|
|
|
|
|
|
|
|
<CheckBoxPreference
|
|
|
|
|
android:defaultValue="true"
|
|
|
|
|
android:dependency="@string/p_rmd_enabled"
|
|
|
|
|
android:key="@string/p_rmd_vibrate"
|
|
|
|
|
android:title="@string/enabled" />
|
|
|
|
|
|
|
|
|
|
<com.todoroo.astrid.ui.MultilineListPreference
|
|
|
|
|
android:defaultValue="3"
|
|
|
|
|
android:dependency="@string/p_rmd_vibrate"
|
|
|
|
|
android:entries="@array/vibration_count"
|
|
|
|
|
android:entryValues="@array/vibration_count"
|
|
|
|
|
android:key="@string/p_vibrate_count"
|
|
|
|
|
android:title="@string/vibration_count" />
|
|
|
|
|
<com.todoroo.astrid.ui.MultilineListPreference
|
|
|
|
|
android:defaultValue="1000"
|
|
|
|
|
android:dependency="@string/p_rmd_vibrate"
|
|
|
|
|
android:entries="@array/vibration_duration"
|
|
|
|
|
android:entryValues="@array/vibration_duration"
|
|
|
|
|
android:key="@string/p_vibrate_duration"
|
|
|
|
|
android:title="@string/vibration_duration" />
|
|
|
|
|
<com.todoroo.astrid.ui.MultilineListPreference
|
|
|
|
|
android:defaultValue="500"
|
|
|
|
|
android:dependency="@string/p_rmd_vibrate"
|
|
|
|
|
android:entries="@array/vibration_duration"
|
|
|
|
|
android:entryValues="@array/vibration_duration"
|
|
|
|
|
android:key="@string/p_vibrate_pause"
|
|
|
|
|
android:title="@string/vibration_pause" />
|
|
|
|
|
|
|
|
|
|
</PreferenceCategory>
|
|
|
|
|
|
|
|
|
|
<PreferenceCategory
|
|
|
|
|
android:key="@string/geolocation_reminders"
|
|
|
|
|
android:title="@string/geolocation_reminders">
|
|
|
|
|