Version bump

pull/14/head
Tim Su 15 years ago
parent bdf3138ef1
commit 630f842301

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.timsu.astrid" package="com.timsu.astrid"
android:versionName="3.4.0 (added EULA and option to turn off usage statistics)" android:versionName="3.5.0-beta"
android:versionCode="162"> android:versionCode="163">
<!-- widgets, alarms, and services will break if Astrid is installed on SD card --> <!-- widgets, alarms, and services will break if Astrid is installed on SD card -->
<!-- android:installLocation="internalOnly"> --> <!-- android:installLocation="internalOnly"> -->

@ -19,6 +19,7 @@ import com.todoroo.astrid.dao.Database;
public final class UpgradeService { public final class UpgradeService {
public static final int V3_4_0 = 162;
public static final int V3_3_0 = 155; public static final int V3_3_0 = 155;
public static final int V3_2_0 = 147; public static final int V3_2_0 = 147;
public static final int V3_1_0 = 146; public static final int V3_1_0 = 146;
@ -106,10 +107,15 @@ public final class UpgradeService {
"If you liked the old version, you can also go back by " + "If you liked the old version, you can also go back by " +
"<a href='http://bit.ly/oldastrid'>clicking here</a>", "<a href='http://bit.ly/oldastrid'>clicking here</a>",
}); });
newVersionString(changeLog, "3.5.0 beta", new String[] {
"Google Tasks (experimental!)",
"Power Pack 4x2 and 4x4 Widgets (beta!)",
});
if(from >= V3_3_0) if(from >= V3_3_0)
newVersionString(changeLog, "3.3.6 (9/27/10)", new String[] { newVersionString(changeLog, "3.4.0 (10/08/10)", new String[] {
"Restored alarm functionality", "End User License Agreement",
"Producteev: sync can now remove due dates in Producteev", "Option to disable usage statistics",
"Bug fixes with Producteev",
}); });
if(from >= V3_0_0 && from < V3_3_0) if(from >= V3_0_0 && from < V3_3_0)
newVersionString(changeLog, "3.3.0 (9/17/10)", new String[] { newVersionString(changeLog, "3.3.0 (9/17/10)", new String[] {

Loading…
Cancel
Save