summaryrefslogtreecommitdiff
path: root/src/com/android/mail/ui/SecureConversationViewControllerCallbacks.java
Commit message (Collapse)AuthorAgeFilesLines
* View entire message UI.Andrew Sapperstein2014-03-141-2/+0
| | | | | | | | | | | | | We need the per-message plid server support, but we are forwarding the clipped bit to the UI and showing a button based on that bit. Clicking that bit will open the plid viewer for gmail. Email should be unaffected as it does not ever return clipped as true. b/2887917. Change-Id: Iddb54e37cf650ca16a75fcbe69f1861becdd81b9
* Deduplicate Address classTony Mantler2014-01-081-1/+1
| | | | Change-Id: I4f6df51f5641475ffaf96b0189ccc00748880cc0
* View inline images in photo viewer. b/5555553.Andrew Sapperstein2014-01-071-0/+1
| | | | | | | | | | | | | | | | 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
* Use activity instead of context for printing.Andrew Sapperstein2013-10-291-2/+0
| | | | | | Fixes b/11432054. Change-Id: I0a56b4498d8e4f1231436b9965c91246c730717e
* Initial printing support.Andrew Sapperstein2013-09-261-0/+2
| | | | | | | | | | | | | Needs mocks and redlines and such. b/10712542 TODO: Logos for Email and Gmail. Attachment support. Use offscreen webview. Secure conversation view support. Change-Id: Iec37a9a46e506ccf12fbbb775c1b47b08a0d9724
* Final eml viewer cleanup.Andrew Sapperstein2013-06-251-0/+2
| | | | | | | | Fixes b/9560839. Now we show the title of the eml file and we also show an overflow button with settings/send feedback/help. Change-Id: I5eab245d9fd47e37b83eadcb419255939117ab39
* Working implementation of eml viewer.Andrew Sapperstein2013-06-121-0/+47
Everything works except attachments. The implementation uses a controller that is used by both SecureConversationViewFragment and the new EmlMessageViewFragment to do the rendering work. Change-Id: I4d8b9b56e6609c3a81b902b102a90f1e50c115cd