Version bump 3.6.1 and preferences update

pull/14/head
Tim Su 14 years ago
parent a0bfa6567f
commit b35ae937a2

@ -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.6.0 (11/13/2010 - fixes to Google Tasks sync, updates to support brand new Astrid Power Pack). Astrid v 3.6.0"
android:versionCode="166">
android:versionName="3.6.1"
android:versionCode="167">
<!-- widgets, alarms, and services will break if Astrid is installed on SD card -->
<!-- android:installLocation="internalOnly"> -->

@ -18,11 +18,6 @@
android:defaultValue="false" />
</PreferenceCategory>
<CheckBoxPreference
android:key="@string/p_statistics"
android:title="@string/EPr_statistics_title"
android:defaultValue="true" />
<PreferenceCategory
android:title="@string/EPr_powerpack_header">
<PreferenceScreen
@ -44,5 +39,10 @@
</PreferenceScreen>
</PreferenceCategory>
<CheckBoxPreference
android:key="@string/p_statistics"
android:title="@string/EPr_statistics_title"
android:defaultValue="true" />
</PreferenceScreen>

Loading…
Cancel
Save