|
|
|
@ -74,7 +74,8 @@ public class AstridPreferences {
|
|
|
|
Preferences.setIfUnset(prefs, editor, r, R.string.p_taskRowStyle,
|
|
|
|
Preferences.setIfUnset(prefs, editor, r, R.string.p_taskRowStyle,
|
|
|
|
ABChooser.readChoiceForTest(ABTests.AB_SIMPLE_TASK_ROW) != 0);
|
|
|
|
ABChooser.readChoiceForTest(ABTests.AB_SIMPLE_TASK_ROW) != 0);
|
|
|
|
|
|
|
|
|
|
|
|
Preferences.setIfUnset(prefs, editor, r, R.string.p_swipe_lists_enabled, false);
|
|
|
|
Preferences.setIfUnset(prefs, editor, r, R.string.p_calendar_reminders,
|
|
|
|
|
|
|
|
ABChooser.readChoiceForTest(ABTests.AB_CALENDAR_REMINDERS) != 0);
|
|
|
|
|
|
|
|
|
|
|
|
if ("white-blue".equals(Preferences.getStringValue(R.string.p_theme))) { //$NON-NLS-1$ migrate from when white-blue wasn't the default
|
|
|
|
if ("white-blue".equals(Preferences.getStringValue(R.string.p_theme))) { //$NON-NLS-1$ migrate from when white-blue wasn't the default
|
|
|
|
Preferences.setString(R.string.p_theme, ThemeService.THEME_WHITE);
|
|
|
|
Preferences.setString(R.string.p_theme, ThemeService.THEME_WHITE);
|
|
|
|
|