replicant-packages_apps_Email/src/com/android/email/provider
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
..
AccountBackupRestore.java Add logging to v21->v22 upgrade; small cleanup 2011-08-02 11:51:21 -07:00
AccountReconciler.java Fix Calendar and Contacts syncing for POP and IMAP accounts 2014-03-24 17:17:05 -07:00
AttachmentProvider.java Fix NPE 2013-08-16 15:53:36 -07:00
ContentCache.java Clean up a bunch of warnings 2013-06-25 15:34:32 -07:00
DBHelper.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
EmailProvider.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
FolderPickerActivity.java Get rid of Account#name 2014-03-03 10:04:26 -08:00
FolderPickerCallback.java Add "System Folders" settings 2012-09-10 11:07:18 -07:00
FolderPickerDialog.java Missing part of I27ad5ee75df669315e03c9ccc299bfc8eacbb53b 2013-09-24 11:25:36 -07:00
FolderPickerSelectorAdapter.java Remove some warnings 2013-08-01 08:47:51 -07:00
RefreshStatusMonitor.java Handle User Refresh in Edge Cases 2013-10-18 09:32:47 -07:00
Utilities.java Quit dropping inline attachments on the floor 2014-02-21 11:16:29 -08:00
WidgetProvider.java Fix a bad log message. 2013-09-26 14:15:50 -07:00