Updated upgrade message with help from Jon

pull/14/head
Tim Su 15 years ago
parent fec3f3c93a
commit b1a5096f8e

@ -135,13 +135,14 @@ public final class UpgradeService {
if(from < V3_7_0) { if(from < V3_7_0) {
newVersionString(changeLog, "3.7.0 (2/7/10)", new String[] { newVersionString(changeLog, "3.7.0 (2/7/10)", new String[] {
"Improved UI for displaying task actions. Tap a task to " + "Improved UI for displaying task actions. Tap a task to " +
"bring actions, tap again to dismiss.", "bring up actions, tap again to dismiss.",
"Task notes can be viewed by tapping the note icon to " + "Task notes can be viewed by tapping the note icon to " +
"the right of the task.", "the right of the task.",
"Added Astrid as 'Send-To' choice in Android Browser and " + "Added Astrid as 'Send-To' choice in Android Browser and " +
"other apps.", "other apps.",
"Quick-add tasks with #tags, @contexts, or !4 importance", "Add tags and importance in quick-add, e.g. " +
"Fixed bug with custom filters & tasks being hidden", "\"call mom #family @phone !4\"",
"Fixed bug with custom filters & tasks being hidden.",
}); });
upgrade3To3_7(); upgrade3To3_7();
} }

Loading…
Cancel
Save