|
|
|
@ -16,8 +16,7 @@
|
|
|
|
android:key="@string/p_use_dark_theme"
|
|
|
|
android:key="@string/p_use_dark_theme"
|
|
|
|
android:defaultValue="false" />
|
|
|
|
android:defaultValue="false" />
|
|
|
|
|
|
|
|
|
|
|
|
<PreferenceScreen android:title="@string/EPr_taskRowPrefs_title" android:key="@string/p_taskRowPrefs">
|
|
|
|
<PreferenceCategory android:title="@string/task_list_options">
|
|
|
|
|
|
|
|
|
|
|
|
<com.todoroo.astrid.ui.MultilineListPreference
|
|
|
|
<com.todoroo.astrid.ui.MultilineListPreference
|
|
|
|
android:key="@string/p_fontSize"
|
|
|
|
android:key="@string/p_fontSize"
|
|
|
|
android:entries="@array/EPr_font_size"
|
|
|
|
android:entries="@array/EPr_font_size"
|
|
|
|
@ -32,11 +31,9 @@
|
|
|
|
android:title="@string/EPr_fullTask_title"
|
|
|
|
android:title="@string/EPr_fullTask_title"
|
|
|
|
android:defaultValue="false" />
|
|
|
|
android:defaultValue="false" />
|
|
|
|
|
|
|
|
|
|
|
|
</PreferenceScreen>
|
|
|
|
</PreferenceCategory>
|
|
|
|
|
|
|
|
|
|
|
|
<PreferenceScreen android:title="@string/EPr_edit_screen_options"
|
|
|
|
|
|
|
|
android:key="@string/p_edit_screen">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<PreferenceCategory android:title="@string/EPr_edit_screen_options">
|
|
|
|
<PreferenceScreen android:title="@string/EPr_beastMode_title"
|
|
|
|
<PreferenceScreen android:title="@string/EPr_beastMode_title"
|
|
|
|
android:key="@string/p_beastMode"/>
|
|
|
|
android:key="@string/p_beastMode"/>
|
|
|
|
|
|
|
|
|
|
|
|
@ -54,10 +51,9 @@
|
|
|
|
android:key="@string/p_show_timer_shortcut"
|
|
|
|
android:key="@string/p_show_timer_shortcut"
|
|
|
|
android:title="@string/EPr_show_timer_shortcut"
|
|
|
|
android:title="@string/EPr_show_timer_shortcut"
|
|
|
|
android:defaultValue="false"/>
|
|
|
|
android:defaultValue="false"/>
|
|
|
|
|
|
|
|
</PreferenceCategory>
|
|
|
|
|
|
|
|
|
|
|
|
</PreferenceScreen>
|
|
|
|
<PreferenceCategory android:title="@string/EPr_filters_to_show_title">
|
|
|
|
|
|
|
|
|
|
|
|
<PreferenceScreen android:title="@string/EPr_filters_to_show_title" android:key="@string/p_filters_to_show">
|
|
|
|
|
|
|
|
<com.todoroo.astrid.ui.MultilineCheckboxPreference
|
|
|
|
<com.todoroo.astrid.ui.MultilineCheckboxPreference
|
|
|
|
android:key="@string/p_show_my_tasks_filter"
|
|
|
|
android:key="@string/p_show_my_tasks_filter"
|
|
|
|
android:title="@string/BFE_Active"
|
|
|
|
android:title="@string/BFE_Active"
|
|
|
|
@ -75,12 +71,7 @@
|
|
|
|
android:key="@string/p_show_not_in_list_filter"
|
|
|
|
android:key="@string/p_show_not_in_list_filter"
|
|
|
|
android:title="@string/tag_FEx_untagged"
|
|
|
|
android:title="@string/tag_FEx_untagged"
|
|
|
|
android:defaultValue="true"/>
|
|
|
|
android:defaultValue="true"/>
|
|
|
|
</PreferenceScreen>
|
|
|
|
</PreferenceCategory>
|
|
|
|
|
|
|
|
|
|
|
|
<com.todoroo.astrid.ui.MultilineCheckboxPreference
|
|
|
|
|
|
|
|
android:key="@string/p_showSmartConfirmation_key"
|
|
|
|
|
|
|
|
android:title="@string/EPr_showSmartConfirmation_title"
|
|
|
|
|
|
|
|
android:defaultValue="true"/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</PreferenceScreen>
|
|
|
|
</PreferenceScreen>
|
|
|
|
|
|
|
|
|
|
|
|
|