From 5d9598527cea7c76322bb4ae07d40614632320e7 Mon Sep 17 00:00:00 2001 From: Sam Bosley Date: Tue, 18 Dec 2012 15:53:56 -0800 Subject: [PATCH] Added ab test and preference for date shortcuts --- astrid/res/values/keys.xml | 2 ++ astrid/res/values/strings-core.xml | 2 ++ astrid/res/xml/preferences.xml | 5 +++++ astrid/src/com/todoroo/astrid/service/abtesting/ABTests.java | 5 ++++- astrid/src/com/todoroo/astrid/ui/AstridTimePicker.java | 2 +- astrid/src/com/todoroo/astrid/ui/DateAndTimePicker.java | 3 ++- .../todoroo/astrid/utility/AstridDefaultPreferenceSpec.java | 5 +++++ .../com/todoroo/astrid/utility/AstridLitePreferenceSpec.java | 5 +++++ 8 files changed, 26 insertions(+), 3 deletions(-) diff --git a/astrid/res/values/keys.xml b/astrid/res/values/keys.xml index c73f4feb7..959367192 100644 --- a/astrid/res/values/keys.xml +++ b/astrid/res/values/keys.xml @@ -276,6 +276,8 @@ p_time_increment + p_use_date_shortcuts + p_configurations p_config_default diff --git a/astrid/res/values/strings-core.xml b/astrid/res/values/strings-core.xml index bd93a7bce..4900b6430 100644 --- a/astrid/res/values/strings-core.xml +++ b/astrid/res/values/strings-core.xml @@ -674,6 +674,8 @@ 5 minute increments + Use date shortcuts + Customize the layout of the task edit screen diff --git a/astrid/res/xml/preferences.xml b/astrid/res/xml/preferences.xml index 54936a70f..4d402a24c 100644 --- a/astrid/res/xml/preferences.xml +++ b/astrid/res/xml/preferences.xml @@ -76,6 +76,11 @@ android:title="@string/EPr_show_task_edit_comments" android:defaultValue="true"/> + +