replicant-packages_apps_Email/tests
James Lemieux 5057d6dffb Replying to a Message with an encoded email address shows the encoded address in the to field.
b/11658428

As per Yu Ping's advice, we alter the storage of all email addresses (from, to, cc, bcc and
replyto) to be stored in *decoded* format within our database. This makes them both human
readable when inspecting the database manually and alleviates the need to repeatedly decode
them before they are displayed anywhere in our UI layers.

As part of this bugfix, I resurrected several tests related to the LegacyConversions class out of
LegacyConversionsTests and into a new (not Suppressed) test class: LegacyConversionsTest

Change-Id: Ie2e3264646e25c08c4ba74f60b3e1090c052e6c6
2014-03-27 23:25:53 +00:00
..
res/xml Allow globals in the providers.xml 2011-03-31 14:28:43 -07:00
src/com/android Replying to a Message with an encoded email address shows the encoded address in the to field. 2014-03-27 23:25:53 +00:00
Android.mk Convert Email tests to use android-support-tests 2014-02-20 21:03:07 -08:00
AndroidManifest.xml Convert Email tests to use android-support-tests 2014-02-20 21:03:07 -08:00