replicant-packages_apps_Email/tests/src/com/android/email
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
..
activity Fix broken tests and remove dead code 2014-03-18 13:57:11 -07:00
mail Fix IMAP message upsync to include attachments. 2014-03-27 21:23:32 +00:00
provider Disable, suppress, remove broken and obsolete Email tests 2013-12-16 18:18:51 -08:00
service Disable, suppress, remove broken and obsolete Email tests 2013-12-16 18:18:51 -08:00
AccountTestCase.java Disable, suppress, remove broken and obsolete Email tests 2013-12-16 18:18:51 -08:00
ControllerProviderOpsTests.java Disable, suppress, remove broken and obsolete Email tests 2013-12-16 18:18:51 -08:00
DBTestHelper.java Get Email units to compile 2013-12-05 11:11:21 -08:00
DummyFlakyTest.java Add a placeholder flaky test. 2014-02-20 21:59:50 -08:00
LegacyConversionsTest.java 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
LegacyConversionsTests.java 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
MessagingControllerUnitTests.java Revert to old Email app 2012-04-25 13:58:23 -07:00
MockClock.java Moved some stuff from Email to Unified. 2013-08-29 17:41:26 -07:00
MockSharedPreferences.java Get Email units to compile 2013-12-05 11:11:21 -08:00
MockVendorPolicy.java Get Email units to compile 2013-12-05 11:11:21 -08:00
NotificationControllerTest.java Disable, suppress, remove broken and obsolete Email tests 2013-12-16 18:18:51 -08:00
ResourceHelperTest.java Disable, suppress, remove broken and obsolete Email tests 2013-12-16 18:18:51 -08:00
SecurityPolicyTests.java Disable, suppress, remove broken and obsolete Email tests 2013-12-16 18:18:51 -08:00
TestUtils.java Get Email units to compile 2013-12-05 11:11:21 -08:00
ThrottleTest.java Add @SmallTest annotation to test classes so they get run in continuous 2014-02-19 20:13:59 -08:00
UtilityLargeTest.java Disable, suppress, remove broken and obsolete Email tests 2013-12-16 18:18:51 -08:00
VendorPolicyLoaderTest.java Add @SmallTest annotation to test classes so they get run in continuous 2014-02-19 20:13:59 -08:00