Version bump & cleanup

pull/14/head
Tim Su 15 years ago
parent 6f4d9aa356
commit e36aac4607

@ -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.8.0-rc7" android:versionName="3.8.0"
android:versionCode="185"> android:versionCode="186">
<!-- 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"> -->

@ -145,10 +145,10 @@ public final class UpgradeService {
} else { } else {
// current message // current message
if(from < V3_8_0) { if(from < V3_8_0) {
newVersionString(changeLog, "3.8.0 beta RC7", new String[] { newVersionString(changeLog, "3.8.0 (7/15/11)", new String[] {
"Welcome to the Astrid 3.8 Beta Program!", "Astrid.com: sync & share tasks / lists with others!",
"Astrid.com sync & task sharing!", "GTasks Sync using Google's official task API! Gtasks users" +
"GTasks Sync using Google's official task API! You will need to sync once manually to authorize it", "will need to perform a manual sync to set everything up.",
"New style for \"Task Edit\" page!", "New style for \"Task Edit\" page!",
"Purge completed or deleted tasks!", "Purge completed or deleted tasks!",
}); });

Loading…
Cancel
Save