From 72b30b77fc5867f55ef3eee7dbbc3af6892b83a6 Mon Sep 17 00:00:00 2001 From: Sam Bosley Date: Wed, 19 Dec 2012 11:09:12 -0800 Subject: [PATCH] Adjusted some defaults for astrid lite --- .../com/todoroo/astrid/utility/AstridLitePreferenceSpec.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/astrid/src/com/todoroo/astrid/utility/AstridLitePreferenceSpec.java b/astrid/src/com/todoroo/astrid/utility/AstridLitePreferenceSpec.java index f8acecf63..721d3f54b 100644 --- a/astrid/src/com/todoroo/astrid/utility/AstridLitePreferenceSpec.java +++ b/astrid/src/com/todoroo/astrid/utility/AstridLitePreferenceSpec.java @@ -95,7 +95,7 @@ public class AstridLitePreferenceSpec extends AstridPreferenceSpec { setPreference(prefs, editor, r, R.string.p_autoIdea, false, ifUnset); - setPreference(prefs, editor, r, R.string.p_taskRowStyle, false, ifUnset); + setPreference(prefs, editor, r, R.string.p_taskRowStyle, true, ifUnset); setPreference(prefs, editor, r, R.string.p_calendar_reminders, true, ifUnset); @@ -109,7 +109,7 @@ public class AstridLitePreferenceSpec extends AstridPreferenceSpec { setPreference(prefs, editor, r, R.string.p_force_phone_layout, true, ifUnset); - setPreference(prefs, editor, r, R.string.p_show_today_filter, false, ifUnset); + setPreference(prefs, editor, r, R.string.p_show_today_filter, true, ifUnset); setPreference(prefs, editor, r, R.string.p_show_recently_modified_filter, false, ifUnset); setPreference(prefs, editor, r, R.string.p_show_ive_assigned_filter, false, ifUnset); setPreference(prefs, editor, r, R.string.p_show_not_in_list_filter, false, ifUnset);