From b34608228f0b55e401415b67b8150ca9e00cee7d Mon Sep 17 00:00:00 2001 From: Scott Kennedy Date: Tue, 11 Dec 2012 10:37:35 -0800 Subject: Move notifications to UnifiedEmail This involves redoing the persistence model, to split general, account, and folder settings into separate SharedPreference stores. It also requires some preferences to be moved into UnifiedEmail. Depends on Ibe2e3f93ec164370535ffc5f5b2409544cc8d36d (UnifiedEmail) Change-Id: Ie6ec389b5b5d2e7ab1b299d0877811ae716526e2 --- res/xml/account_settings_preferences.xml | 17 +++++++---------- res/xml/authenticator_alternate.xml | 2 +- res/xml/authenticator_eas.xml | 2 +- res/xml/authenticator_imap.xml | 2 +- res/xml/authenticator_legacy_eas.xml | 2 +- res/xml/authenticator_legacy_email.xml | 2 +- res/xml/authenticator_legacy_imap.xml | 2 +- res/xml/authenticator_pop3.xml | 2 +- res/xml/general_preferences.xml | 4 ++-- 9 files changed, 16 insertions(+), 19 deletions(-) (limited to 'res/xml') diff --git a/res/xml/account_settings_preferences.xml b/res/xml/account_settings_preferences.xml index 2c6b83026..04fa921bb 100755 --- a/res/xml/account_settings_preferences.xml +++ b/res/xml/account_settings_preferences.xml @@ -94,22 +94,19 @@ android:title="@string/account_settings_notifications"> - + diff --git a/res/xml/authenticator_alternate.xml b/res/xml/authenticator_alternate.xml index 003e7f720..1403535c8 100644 --- a/res/xml/authenticator_alternate.xml +++ b/res/xml/authenticator_alternate.xml @@ -25,7 +25,7 @@ diff --git a/res/xml/authenticator_eas.xml b/res/xml/authenticator_eas.xml index 4ee83d2c1..eed4c1019 100644 --- a/res/xml/authenticator_eas.xml +++ b/res/xml/authenticator_eas.xml @@ -23,7 +23,7 @@ diff --git a/res/xml/authenticator_imap.xml b/res/xml/authenticator_imap.xml index 72bcf0431..75445645c 100644 --- a/res/xml/authenticator_imap.xml +++ b/res/xml/authenticator_imap.xml @@ -23,7 +23,7 @@ diff --git a/res/xml/authenticator_legacy_eas.xml b/res/xml/authenticator_legacy_eas.xml index b9e31c3aa..041ad2011 100644 --- a/res/xml/authenticator_legacy_eas.xml +++ b/res/xml/authenticator_legacy_eas.xml @@ -23,7 +23,7 @@ diff --git a/res/xml/authenticator_legacy_email.xml b/res/xml/authenticator_legacy_email.xml index 5aad049c8..532cc058b 100644 --- a/res/xml/authenticator_legacy_email.xml +++ b/res/xml/authenticator_legacy_email.xml @@ -23,7 +23,7 @@ diff --git a/res/xml/authenticator_legacy_imap.xml b/res/xml/authenticator_legacy_imap.xml index 8182cef3c..43e0e5d17 100644 --- a/res/xml/authenticator_legacy_imap.xml +++ b/res/xml/authenticator_legacy_imap.xml @@ -23,7 +23,7 @@ diff --git a/res/xml/authenticator_pop3.xml b/res/xml/authenticator_pop3.xml index 47e022106..6bced4fce 100644 --- a/res/xml/authenticator_pop3.xml +++ b/res/xml/authenticator_pop3.xml @@ -23,7 +23,7 @@ diff --git a/res/xml/general_preferences.xml b/res/xml/general_preferences.xml index 3bc17df1f..f3c0a642f 100644 --- a/res/xml/general_preferences.xml +++ b/res/xml/general_preferences.xml @@ -56,8 +56,8 @@ -- cgit v1.2.3