|
|
|
|
@ -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">
|
|
|
|
|
|