|
|
|
@ -59,6 +59,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
<PreferenceCategory
|
|
|
|
<PreferenceCategory
|
|
|
|
android:title="@string/EPr_powerpack_header">
|
|
|
|
android:title="@string/EPr_powerpack_header">
|
|
|
|
|
|
|
|
|
|
|
|
<PreferenceScreen
|
|
|
|
<PreferenceScreen
|
|
|
|
android:title="@string/EPr_voice_header">
|
|
|
|
android:title="@string/EPr_voice_header">
|
|
|
|
|
|
|
|
|
|
|
|
@ -66,11 +67,13 @@
|
|
|
|
android:key="@string/p_voiceInputEnabled"
|
|
|
|
android:key="@string/p_voiceInputEnabled"
|
|
|
|
android:title="@string/EPr_voiceInputEnabled_title"
|
|
|
|
android:title="@string/EPr_voiceInputEnabled_title"
|
|
|
|
android:defaultValue="true" />
|
|
|
|
android:defaultValue="true" />
|
|
|
|
|
|
|
|
|
|
|
|
<com.todoroo.astrid.ui.MultilineCheckboxPreference
|
|
|
|
<com.todoroo.astrid.ui.MultilineCheckboxPreference
|
|
|
|
android:key="@string/p_voiceInputCreatesTask"
|
|
|
|
android:key="@string/p_voiceInputCreatesTask"
|
|
|
|
android:title="@string/EPr_voiceInputCreatesTask_title"
|
|
|
|
android:title="@string/EPr_voiceInputCreatesTask_title"
|
|
|
|
android:dependency="@string/p_voiceInputEnabled"
|
|
|
|
android:dependency="@string/p_voiceInputEnabled"
|
|
|
|
android:defaultValue="false" />
|
|
|
|
android:defaultValue="false" />
|
|
|
|
|
|
|
|
|
|
|
|
<com.todoroo.astrid.ui.MultilineCheckboxPreference
|
|
|
|
<com.todoroo.astrid.ui.MultilineCheckboxPreference
|
|
|
|
android:key="@string/p_voiceRemindersEnabled"
|
|
|
|
android:key="@string/p_voiceRemindersEnabled"
|
|
|
|
android:title="@string/EPr_voiceRemindersEnabled_title"
|
|
|
|
android:title="@string/EPr_voiceRemindersEnabled_title"
|
|
|
|
@ -82,6 +85,12 @@
|
|
|
|
android:key="@string/p_statistics"
|
|
|
|
android:key="@string/p_statistics"
|
|
|
|
android:title="@string/EPr_statistics_title"
|
|
|
|
android:title="@string/EPr_statistics_title"
|
|
|
|
android:defaultValue="true" />
|
|
|
|
android:defaultValue="true" />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<com.todoroo.astrid.ui.MultilineCheckboxPreference
|
|
|
|
|
|
|
|
android:key="@string/p_ideaAuto"
|
|
|
|
|
|
|
|
android:title="@string/EPr_ideaAuto_title"
|
|
|
|
|
|
|
|
android:defaultValue="true" />
|
|
|
|
|
|
|
|
|
|
|
|
</PreferenceCategory>
|
|
|
|
</PreferenceCategory>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|