| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
| |
Change-Id: I4f6df51f5641475ffaf96b0189ccc00748880cc0
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
Fixes b/11432054.
Change-Id: I0a56b4498d8e4f1231436b9965c91246c730717e
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
| |
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
|
|
|
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
|