|
|
@ -41,6 +41,7 @@ import com.todoroo.astrid.utility.AstridPreferences;
|
|
|
|
|
|
|
|
|
|
|
|
public final class UpgradeService {
|
|
|
|
public final class UpgradeService {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public static final int V4_1_1 = 266;
|
|
|
|
public static final int V4_1_0 = 265;
|
|
|
|
public static final int V4_1_0 = 265;
|
|
|
|
public static final int V4_0_6_2 = 264;
|
|
|
|
public static final int V4_0_6_2 = 264;
|
|
|
|
public static final int V4_0_6_1 = 263;
|
|
|
|
public static final int V4_0_6_1 = 263;
|
|
|
@ -199,12 +200,17 @@ public final class UpgradeService {
|
|
|
|
Preferences.clear(AstridPreferences.P_UPGRADE_FROM);
|
|
|
|
Preferences.clear(AstridPreferences.P_UPGRADE_FROM);
|
|
|
|
StringBuilder changeLog = new StringBuilder();
|
|
|
|
StringBuilder changeLog = new StringBuilder();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (from < V4_1_1) {
|
|
|
|
|
|
|
|
newVersionString(changeLog, "4.1.1 (5/04/12", new String[] {
|
|
|
|
|
|
|
|
"Respond to or set reminders for missed calls. This feature requires a new permission to read " +
|
|
|
|
|
|
|
|
"the phone state.",
|
|
|
|
|
|
|
|
});
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
if (from < V4_1_0) {
|
|
|
|
if (from < V4_1_0) {
|
|
|
|
newVersionString(changeLog, "4.1.0 (5/03/12)", new String[] {
|
|
|
|
newVersionString(changeLog, "4.1.0 (5/03/12)", new String[] {
|
|
|
|
"Swipe between lists! Swipe left and right to move through your lists. Enable or adjust " +
|
|
|
|
"Swipe between lists! Swipe left and right to move through your lists. Enable or adjust " +
|
|
|
|
"in Settings > Astrid Labs",
|
|
|
|
"in Settings > Astrid Labs",
|
|
|
|
"Respond to or set reminders for missed calls. This feature requires a new permission to read " +
|
|
|
|
|
|
|
|
"the phone state.",
|
|
|
|
|
|
|
|
"Assign tasks to contacts without typing",
|
|
|
|
"Assign tasks to contacts without typing",
|
|
|
|
"Links to tasks in comments",
|
|
|
|
"Links to tasks in comments",
|
|
|
|
"Astrid.com sync improvements",
|
|
|
|
"Astrid.com sync improvements",
|
|
|
|