diff --git a/astrid/res/values/strings-intro.xml b/astrid/res/values/strings-intro.xml index 0c792c89a..9bdd77e03 100644 --- a/astrid/res/values/strings-intro.xml +++ b/astrid/res/values/strings-intro.xml @@ -12,38 +12,37 @@ Two ways to add a task:\n - 1) Quick Add: Just type the task into the quick entry box and press the + - button that appears on the left.\n\n - - 2) Regular add: Press the button to the right of the quick entry box. - Add basic details (due date, tags, notes) or set more advanced options. - Save the task with the save button or your phone\'s back button.\n\n + \n + 1) Quick Add: Type the task into the quick entry box at bottom of screen and press the + button on the right.\n + \n + 2) Regular Add: Press the + button of the quick entry box. Add as much detail as you want. Then press \"Save\" or use your phone\'s back button.\n + \n Add a widget to your desktop - A desktop widget is a great way to keep - track of your what you have to do as well as a way to quickly add new - tasks.\n\n - How to add a widget:\n - 1) Long press on your phone\'s desktop.\n - 2) Choose \"Widget\" from resulting menu\n - 3) Choose the Astrid widget.\n - 4) You can select a Astrid filter. Choose \"Active Tasks\" for all your - tasks\n\n - - Bonus: Use the widget to add a task! + A desktop widget is a great way to keep track of your to-dos and a quick way to add tasks.\n + \n + How to add a widget:\n + 1) Long Press on your phone\'s desktop\n + 2) Chose \"Widget\"\n + 3) Choose the Astrid widget\n + 4) Select a list to display (choose \"Active Tasks\" for all your tasks)\n + \n + Setup sync with Astrid.com - Astrid makes it possible for you to sync - your tasks with Astrid.com, Google Tasks, and Producteev.\n\n - - To enable sync from Astrid press \"Menu\" -> \"Settings\" -> \"Synchronization\" and - choose the sync provider you prefer. - + Back up and sync your tasks with Astrid.com for free:\n + \n + 1) Press your Menu button\n + 2) Choose \"Sync Now\"\n + 3) Select \"Astrid.com\"\n + 4) Log In & Synchronize!\n + \n + diff --git a/astrid/src/com/todoroo/astrid/service/UpgradeService.java b/astrid/src/com/todoroo/astrid/service/UpgradeService.java index ebad9c5a5..ebea5adec 100644 --- a/astrid/src/com/todoroo/astrid/service/UpgradeService.java +++ b/astrid/src/com/todoroo/astrid/service/UpgradeService.java @@ -144,14 +144,19 @@ public final class UpgradeService { // current message if(from >= V3_8_0 && from < V3_8_2) { - newVersionString(changeLog, "3.8.2 beta (8/8/11)", new String[] { + newVersionString(changeLog, "3.8.2 (8/10/11)", new String[] { "New theme options for Astrid - white, black, transparent with white or black text", "New style for filter list page - same great functionality", + "Search for tasks by pressing the search hardware button", "Fix for failed Google Tasks migration sync", + "Fix for Google Tasks sync date-off-by-one error", "Fix for Astrid.com deleting tag information when syncing", - "Fix for repeating tasks and Astrid.com sync", + "Fix for Astrid.com and repeat-after-complete", + "Fix for some Astrid.com timeout and task sync errors", "Fix for duplicated Producteev notes", - "Astrid is now trimmed down by 25 percent in memory", + "Fix for reported market crashes", + "Updated translations to latest", + "And, Astrid has trimmed down by 25 percent in memory size!", }); } if(from >= V3_8_0 && from < V3_8_0_2) {