Commented out google tasks, version bump for market release

pull/14/head
Tim Su 15 years ago
parent d4237caebc
commit a20f0b008a

@ -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.6 (bug fix release)"
android:versionCode="161">
android:versionName="3.4.0 (added EULA and option to turn off usage statistics)"
android:versionCode="162">
<!-- widgets, alarms, and services will break if Astrid is installed on SD card -->
<!-- android:installLocation="internalOnly"> -->
@ -217,7 +217,7 @@
</receiver>
<!-- gtasks -->
<activity android:name="com.todoroo.astrid.gtasks.GtasksListActivity"
<!-- activity android:name="com.todoroo.astrid.gtasks.GtasksListActivity"
android:windowSoftInputMode="stateHidden"
android:theme="@style/Theme">
<intent-filter>
@ -252,7 +252,7 @@
<action android:name="com.todoroo.astrid.REQUEST_SYNC_ACTIONS" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</receiver>
</receiver> -->
<!-- tags -->
<receiver android:name="com.todoroo.astrid.tags.TagsPlugin">

@ -5,7 +5,7 @@
<stringAttribute key="ch.zork.quicklaunch.icon" value="14.gif"/>
<intAttribute key="ch.zork.quicklaunch.index" value="0"/>
<stringAttribute key="ch.zork.quicklaunch.mode" value="run"/>
<intAttribute key="com.android.ide.eclipse.adt.action" value="1"/>
<intAttribute key="com.android.ide.eclipse.adt.action" value="0"/>
<stringAttribute key="com.android.ide.eclipse.adt.activity" value="com.todoroo.astrid.gtasks.GtasksPreferences"/>
<stringAttribute key="com.android.ide.eclipse.adt.commandline" value="-scale 0.7"/>
<intAttribute key="com.android.ide.eclipse.adt.delay" value="0"/>

@ -35,7 +35,7 @@ public final class Constants {
/**
* Upgrade time
*/
public static final Date UPGRADE = new Date(110, 10, 1);
public static final Date UPGRADE = new Date(110, 11, 1);
// --- notification id's

Loading…
Cancel
Save