Added punctuation to the addon screen, set a date in the upgrade service, bumped version.

pull/14/head
Tim Su 14 years ago
parent 3e14d3172a
commit f00e663bb1

@ -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.0.0" android:versionCode="138"
android:versionName="3.0.0" android:versionCode="139"
android:installLocation="auto">
<!-- ================================================== Used Permissions = -->

@ -176,12 +176,12 @@ public class AddOnService {
// temporary temporary
AddOn[] list = new AddOn[2];
list[0] = new AddOn(false, true, "Astrid Power Pack", null,
"Support Astrid and get more productive with the Astrid Power Pack backup, widgets, no ads, and calendar integration. Power up today!",
"Support Astrid and get more productive with the Astrid Power Pack. Backup, widgets, no ads, and calendar integration. Power up today!",
POWER_PACK_PACKAGE, "http://www.weloveastrid.com/store",
((BitmapDrawable)r.getDrawable(R.drawable.icon_pp)).getBitmap());
list[1] = new AddOn(false, true, "Astrid Locale Plugin", null,
"Allows Astrid to make use of the Locale application to send you notifications based on filter conditions. Requires Locale",
"Allows Astrid to make use of the Locale application to send you notifications based on filter conditions. Requires Locale.",
LOCALE_PACKAGE, "http://www.weloveastrid.com/store",
((BitmapDrawable)r.getDrawable(R.drawable.icon_locale)).getBitmap());

@ -67,7 +67,7 @@ public final class UpgradeService {
"Fixed other crashes that users have reported",
});
if(from <= 135)
newVersionString(changeLog, "3.0.0 (?/??/10)", new String[] {
newVersionString(changeLog, "3.0.0 (8/3/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 " +

Loading…
Cancel
Save