From 4dfc56d258c238fa1a2c50fd85470bb37bb262d4 Mon Sep 17 00:00:00 2001 From: Sam Bosley Date: Wed, 28 Mar 2012 16:10:26 -0700 Subject: [PATCH] Cleanup and upgrade message started: --- astrid/res/values/strings-core.xml | 3 --- astrid/src/com/todoroo/astrid/service/UpgradeService.java | 4 ++++ 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/astrid/res/values/strings-core.xml b/astrid/res/values/strings-core.xml index f655864f7..2ec17c321 100644 --- a/astrid/res/values/strings-core.xml +++ b/astrid/res/values/strings-core.xml @@ -659,9 +659,6 @@ you get stuff done. It features reminders, tags, sync, Locale plug-in, a widget Corrupted Database - - Upgrading... - Uh oh! It looks like you may have a corrupted database. If you see this error regularly, we suggest you clear all diff --git a/astrid/src/com/todoroo/astrid/service/UpgradeService.java b/astrid/src/com/todoroo/astrid/service/UpgradeService.java index a6915d11a..f27c8f56a 100644 --- a/astrid/src/com/todoroo/astrid/service/UpgradeService.java +++ b/astrid/src/com/todoroo/astrid/service/UpgradeService.java @@ -194,6 +194,10 @@ public final class UpgradeService { Preferences.clear(AstridPreferences.P_UPGRADE_FROM); StringBuilder changeLog = new StringBuilder(); + newVersionString(changeLog, "4.0.6 (3/29/12)", new String[] { + "Fixed a bug that could put duetimes on tasks when changing timezones" + }); + if (from >= V4_0_5 && from < V4_0_5_1) { newVersionString(changeLog, "4.0.5.1 (3/23/12)", new String[] { "Fixed a bug that would prevent widgets from displaying on Android 2.1"