From c7dc3f276df74de2038359eec705af8831f9acbf Mon Sep 17 00:00:00 2001 From: Sam Bosley Date: Fri, 12 Apr 2013 17:05:02 -0700 Subject: [PATCH] Version bump and upgrade message --- astrid/AndroidManifest.xml | 4 ++-- astrid/src/com/todoroo/astrid/service/UpgradeService.java | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/astrid/AndroidManifest.xml b/astrid/AndroidManifest.xml index ab74c3146..ae1add568 100644 --- a/astrid/AndroidManifest.xml +++ b/astrid/AndroidManifest.xml @@ -6,8 +6,8 @@ --> + android:versionName="4.6.3" + android:versionCode="304"> diff --git a/astrid/src/com/todoroo/astrid/service/UpgradeService.java b/astrid/src/com/todoroo/astrid/service/UpgradeService.java index f3cb655de..5fe4773f1 100644 --- a/astrid/src/com/todoroo/astrid/service/UpgradeService.java +++ b/astrid/src/com/todoroo/astrid/service/UpgradeService.java @@ -321,6 +321,12 @@ public final class UpgradeService { Preferences.clear(AstridPreferences.P_UPGRADE_FROM); StringBuilder changeLog = new StringBuilder(); + if (from >= V4_6_0 && from < V4_6_3) { + newVersionString(changeLog, "4.6.3 (4/15/13)", new String[] { + "Fixed a bug that could prevent some foreign language tasks from syncing correctly", + }); + } + if (from >= V4_6_0 && from < V4_6_2) { newVersionString(changeLog, "4.6.2 (4/10/13)", new String[] { "Fixed a bug that could prevent certain tasks from syncing correctly",