Upgrade message

pull/14/head
Sam Bosley 11 years ago
parent 5db46e9834
commit 1d139b9014

@ -306,6 +306,13 @@ public final class UpgradeService {
Preferences.clear(AstridPreferences.P_UPGRADE_FROM);
StringBuilder changeLog = new StringBuilder();
if (from >= V4_6_0 && from < V4_6_2) {
newVersionString(changeLog, "4.6.2 (4/09/13)", new String[] {
"Fixed a bug that could prevent certain tasks from syncing correctly",
"UI improvements"
});
}
if (from >= V4_6_0 && from < V4_6_1) {
newVersionString(changeLog, "4.6.1 (4/04/13)", new String[] {
"Improved design for the task edit page",

Loading…
Cancel
Save