Version name and upgrade message

pull/14/head
Sam Bosley 13 years ago
parent 166c143747
commit ca2b378f88

@ -6,7 +6,7 @@
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.timsu.astrid"
android:versionName="4.4.2-subtasks"
android:versionName="4.4.2"
android:versionCode="287">
<!-- widgets, alarms, and services will break if Astrid is installed on SD card -->

@ -254,6 +254,15 @@ public final class UpgradeService {
Preferences.clear(AstridPreferences.P_UPGRADE_FROM);
StringBuilder changeLog = new StringBuilder();
if (from < V4_4_2) {
newVersionString(changeLog, "4.4.2 (11/19/12)", new String[] {
"Manual order and subtasks for lists now sync with your Astrid.com account!",
"Significant performance improvements to manual ordering and subtasks",
"Show assigned user images in the premium widgets",
"Minor bug and crash fixes"
});
}
if (from >= V4_4 && from < V4_4_1) {
newVersionString(changeLog, "4.4.1 (10/30/12)", new String[] {
"Fixed an issue where the calendar assistant could remind you about the wrong events",

Loading…
Cancel
Save