From 3b0ff1f59b2aa87b047cd16da24b3fced7cc4ee0 Mon Sep 17 00:00:00 2001 From: Sam Bosley Date: Wed, 12 Dec 2012 10:50:51 -0800 Subject: [PATCH] Version bump and upgrade message --- astrid/AndroidManifest.xml | 4 ++-- astrid/src/com/todoroo/astrid/service/UpgradeService.java | 8 ++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/astrid/AndroidManifest.xml b/astrid/AndroidManifest.xml index 3ea0a015b..4b7a242e6 100644 --- a/astrid/AndroidManifest.xml +++ b/astrid/AndroidManifest.xml @@ -6,8 +6,8 @@ --> + android:versionName="4.4.4" + android:versionCode="289"> diff --git a/astrid/src/com/todoroo/astrid/service/UpgradeService.java b/astrid/src/com/todoroo/astrid/service/UpgradeService.java index 303b26fed..78e525b17 100644 --- a/astrid/src/com/todoroo/astrid/service/UpgradeService.java +++ b/astrid/src/com/todoroo/astrid/service/UpgradeService.java @@ -49,6 +49,7 @@ import com.todoroo.astrid.utility.AstridPreferences; public final class UpgradeService { + public static final int V4_4_4 = 289; public static final int V4_4_3 = 288; public static final int V4_4_2 = 287; public static final int V4_4_1 = 286; @@ -265,6 +266,13 @@ public final class UpgradeService { Preferences.clear(AstridPreferences.P_UPGRADE_FROM); StringBuilder changeLog = new StringBuilder(); + if (from >= V4_4 && from < V4_4_4) { + newVersionString(changeLog, "4.4.4 (12/12/12)", new String[] { + "Sync manual ordering and subtasks for 'Active Tasks' and 'Today' filters", + "Minor polish and bug fixes" + }); + } + if (from >= V4_4 && from < V4_4_3) { newVersionString(changeLog, "4.4.3 (11/28/12)", new String[] { "Minor bug fixes"