Version bump update version information for 3.6.0

pull/14/head
Tim Su 15 years ago
parent eaea581b91
commit f9a3c188a3

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.timsu.astrid"
android:versionName="3.6.0"
android:versionName="3.6.0 (11/13/2010 - fixes to Google Tasks sync, updates to support brand new Astrid Power Pack). Astrid v 3.6.0"
android:versionCode="166">
<!-- widgets, alarms, and services will break if Astrid is installed on SD card -->

@ -100,7 +100,7 @@ public final class UpgradeService {
StringBuilder changeLog = new StringBuilder();
if(from <= V2_14_4) {
newVersionString(changeLog, "3.6.0 (11/12/10)", new String[] {
newVersionString(changeLog, "3.6.0 (11/13/10)", new String[] {
"Astrid is brand new inside and out! In addition to a new " +
"look and feel, a new add-on system allows Astrid to become " +
"more powerful, while other improvements have made it faster " +
@ -110,12 +110,14 @@ public final class UpgradeService {
});
} else {
// current message
newVersionString(changeLog, "3.6.0 (11/12/10)", new String[] {
newVersionString(changeLog, "3.6.0 (11/13/10)", new String[] {
"Astrid Power Pack is now launched to the Android Market. " +
"New Power Pack features include 4x2 and 4x4 widgets and voice " +
"task reminders and creation. Go to the add-ons page to find out more!",
"Fix for Google Tasks: due times got lost on sync",
"Fix for task alarms not always firing if multiple set"
"Fix for Google Tasks: repeating tasks not repeated",
"Fix for task alarms not always firing if multiple set",
"Fix for various force closes",
});
upgrade3To3_6(context);

Loading…
Cancel
Save