|
|
|
|
@ -12,8 +12,6 @@ import com.todoroo.astrid.activity.BeastModePreferences;
|
|
|
|
|
import com.todoroo.astrid.core.SortHelper;
|
|
|
|
|
import com.todoroo.astrid.data.Task;
|
|
|
|
|
import com.todoroo.astrid.service.ThemeService;
|
|
|
|
|
import com.todoroo.astrid.service.abtesting.ABChooser;
|
|
|
|
|
import com.todoroo.astrid.service.abtesting.ABTests;
|
|
|
|
|
|
|
|
|
|
public class AstridDefaultPreferenceSpec extends AstridPreferenceSpec {
|
|
|
|
|
|
|
|
|
|
@ -132,8 +130,7 @@ public class AstridDefaultPreferenceSpec extends AstridPreferenceSpec {
|
|
|
|
|
|
|
|
|
|
setPreference(prefs, editor, r, R.string.p_show_task_edit_comments, true, ifUnset);
|
|
|
|
|
|
|
|
|
|
setPreference(prefs, editor, r, R.string.p_taskRowStyle_v2,
|
|
|
|
|
ABChooser.readChoiceForTest(ABTests.AB_TITLE_ONLY) == 0 ? "0" : "2", ifUnset); //$NON-NLS-1$ //$NON-NLS-2$
|
|
|
|
|
setPreference(prefs, editor, r, R.string.p_taskRowStyle_v2, "0", ifUnset); //$NON-NLS-1$
|
|
|
|
|
|
|
|
|
|
setPreference(prefs, editor, r, R.string.p_use_date_shortcuts, false, ifUnset);
|
|
|
|
|
|
|
|
|
|
|