History log of /packages/apps/UnifiedEmail/src/com/android/mail/browse/InlineAttachmentViewIntentBuilderCreator.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
91fa034d624d8690905f30a13ae3ffb9601cf948 19-Aug-2014 Paul Westbrook <pwestbro@google.com> Pass Account object to attachment view intent builder

Pass the full account object to the inline attachment view intent builder

Bug: 16153528
Change-Id: I9c7d24d9b1d32f141190398cdee93a235a09d1f8
/packages/apps/UnifiedEmail/src/com/android/mail/browse/InlineAttachmentViewIntentBuilderCreator.java
3c6fd44f9ae0cf60248dc64ee74d46afed633c45 25-Mar-2014 Andy Huang <ath@google.com> streamline inline attachment view param passing

Put more logic in CVF (or its secure/eml equiv) and pass fewer objects
of lower specificity to the intent builder.

More concretely, the viewer intent builder now accepts a Message, which
can be quite useful.

Bug: 7659807
Change-Id: I6be3bf87c3e01367a20c062d1e59f4ca6e1dd85e
/packages/apps/UnifiedEmail/src/com/android/mail/browse/InlineAttachmentViewIntentBuilderCreator.java
8ec43e877a9c1925514f066655984e21fbd255e8 18-Dec-2013 Andrew Sapperstein <asapperstein@google.com> View inline images in photo viewer. b/5555553.

Uses the existing javascript image src rewriting
step to build a mapping of urls to message ids.

This mapping is passed into the InlineAttachmentViewIntentBuilder
so that it can use this information along with the
conversation id and account name to build attachment
and attachment list uris so that a photo viewer open
intent can be created.

Additionally, SecureConversationViewController will need a different
mechanism for this UI to work in Email/the eml viewer.

Change-Id: If14800348fe2191d0633bf768b8cb4e9746f6578
/packages/apps/UnifiedEmail/src/com/android/mail/browse/InlineAttachmentViewIntentBuilderCreator.java