3.3.5 version bump

pull/14/head
Tim Su 14 years ago
parent ad7b9b45f5
commit d0e2527ca9

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.timsu.astrid"
android:versionName="3.3.4 (bug fix release)"
android:versionCode="159">
android:versionName="3.3.5 (bug fix release)"
android:versionCode="160">
<!-- widgets, alarms, and services will break if Astrid is installed on SD card -->
<!-- android:installLocation="internalOnly"> -->

@ -106,6 +106,11 @@ public final class UpgradeService {
"If you liked the old version, you can also go back by " +
"<a href='http://bit.ly/oldastrid'>clicking here</a>",
});
if(from >= V3_3_0)
newVersionString(changeLog, "3.3.5 (9/27/10)", new String[] {
"Restored alarm functionality",
"Producteev: sync can now remove due dates in Producteev",
});
if(from >= V3_0_0 && from < V3_3_0)
newVersionString(changeLog, "3.3.0 (9/17/10)", new String[] {
"Fixed some RTM duplicated tasks issues",

Loading…
Cancel
Save