Version bump 3.6.1 and preferences update

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

@ -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.6.0 (11/13/2010 - fixes to Google Tasks sync, updates to support brand new Astrid Power Pack). Astrid v 3.6.0" android:versionName="3.6.1"
android:versionCode="166"> android:versionCode="167">
<!-- 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"> -->

@ -18,11 +18,6 @@
android:defaultValue="false" /> android:defaultValue="false" />
</PreferenceCategory> </PreferenceCategory>
<CheckBoxPreference
android:key="@string/p_statistics"
android:title="@string/EPr_statistics_title"
android:defaultValue="true" />
<PreferenceCategory <PreferenceCategory
android:title="@string/EPr_powerpack_header"> android:title="@string/EPr_powerpack_header">
<PreferenceScreen <PreferenceScreen
@ -45,4 +40,9 @@
</PreferenceScreen> </PreferenceScreen>
</PreferenceCategory> </PreferenceCategory>
<CheckBoxPreference
android:key="@string/p_statistics"
android:title="@string/EPr_statistics_title"
android:defaultValue="true" />
</PreferenceScreen> </PreferenceScreen>

Loading…
Cancel
Save