diff --git a/astrid/res/drawable/welcome_walkthrough_2.png b/astrid/res/drawable/welcome_walkthrough_2.png index bac315ba1..673d3e661 100644 Binary files a/astrid/res/drawable/welcome_walkthrough_2.png and b/astrid/res/drawable/welcome_walkthrough_2.png differ diff --git a/astrid/res/drawable/welcome_walkthrough_3.png b/astrid/res/drawable/welcome_walkthrough_3.png index 11fa3c876..7b1c20667 100644 Binary files a/astrid/res/drawable/welcome_walkthrough_3.png and b/astrid/res/drawable/welcome_walkthrough_3.png differ diff --git a/astrid/res/drawable/welcome_walkthrough_4.png b/astrid/res/drawable/welcome_walkthrough_4.png index 1296fcb4b..661b75e1c 100644 Binary files a/astrid/res/drawable/welcome_walkthrough_4.png and b/astrid/res/drawable/welcome_walkthrough_4.png differ diff --git a/astrid/res/drawable/welcome_walkthrough_5.png b/astrid/res/drawable/welcome_walkthrough_5.png index 2ed5886c7..bbc0b736a 100644 Binary files a/astrid/res/drawable/welcome_walkthrough_5.png and b/astrid/res/drawable/welcome_walkthrough_5.png differ diff --git a/astrid/res/drawable/welcome_walkthrough_6.png b/astrid/res/drawable/welcome_walkthrough_6.png index 0789e17a1..e538eecfc 100644 Binary files a/astrid/res/drawable/welcome_walkthrough_6.png and b/astrid/res/drawable/welcome_walkthrough_6.png differ diff --git a/astrid/res/values/strings-welcome.xml b/astrid/res/values/strings-welcome.xml index 4fbcc47d7..9895448c2 100644 --- a/astrid/res/values/strings-welcome.xml +++ b/astrid/res/values/strings-welcome.xml @@ -7,20 +7,20 @@ Welcome to Astrid! Make lists - Share lists - Divvy up tasks - Provide details - Discover + Switch between lists + Share lists + Divvy up tasks + Provide details Connect now\nto get started! That\'s it! The perfect to-do list that \nworks great with friends Perfect for any list:\nread, watch, buy, visit! - Share lists with \nfriends, housemates,\nor your sweetheart! - Never wonder who\'s\nbringing dessert! - Tap to add notes,\nset reminders,\nand much more! - Additional features,\nproductivity tips, and\nsuggestions from friends + Tap the list title to see all your lists + Share lists with \nfriends, housemates,\nor your sweetheart! + Never wonder who\'s\nbringing dessert! + Tap to add notes,\nset reminders,\nand much more! Login Tap Astrid to return. diff --git a/astrid/src/com/todoroo/astrid/welcome/tutorial/WelcomePagerAdapter.java b/astrid/src/com/todoroo/astrid/welcome/tutorial/WelcomePagerAdapter.java index 1ed122fab..45368856f 100644 --- a/astrid/src/com/todoroo/astrid/welcome/tutorial/WelcomePagerAdapter.java +++ b/astrid/src/com/todoroo/astrid/welcome/tutorial/WelcomePagerAdapter.java @@ -26,6 +26,7 @@ public class WelcomePagerAdapter extends PagerAdapter implements TitleProvider R.drawable.welcome_walkthrough_3, R.drawable.welcome_walkthrough_4, R.drawable.welcome_walkthrough_5, + R.drawable.welcome_walkthrough_6, 0 }; private static int[] title = new int[] { @@ -34,6 +35,7 @@ public class WelcomePagerAdapter extends PagerAdapter implements TitleProvider R.string.welcome_title_3, R.string.welcome_title_4, R.string.welcome_title_5, + R.string.welcome_title_6, R.string.welcome_title_7, }; private static int[] body = new int[] { @@ -42,6 +44,7 @@ public class WelcomePagerAdapter extends PagerAdapter implements TitleProvider R.string.welcome_body_3, R.string.welcome_body_4, R.string.welcome_body_5, + R.string.welcome_body_6, R.string.welcome_body_7, }; private static int[] layouts = new int[] { @@ -50,6 +53,7 @@ public class WelcomePagerAdapter extends PagerAdapter implements TitleProvider R.layout.welcome_walkthrough_page, R.layout.welcome_walkthrough_page, R.layout.welcome_walkthrough_page, + R.layout.welcome_walkthrough_page, R.layout.welcome_walkthrough_login_page, };