History log of /packages/apps/UnifiedEmail/src/com/android/mail/browse/WebViewContextMenu.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
c1cc0c44c3471be83321d61a81533ee0b0d23060 07-May-2014 Jin Cao <jinyan@google.com> Add special case for international numbers

Special case international numbers so we do not decode '+' into a space.

b/10640197

Change-Id: I084c7fcb3f32c64f00d62ad2c0c5896a8b182e29
/packages/apps/UnifiedEmail/src/com/android/mail/browse/WebViewContextMenu.java
833123d9c31b0b2dd23f7f74738c5bccf8a546d3 24-Apr-2014 Andrew Sapperstein <asapperstein@google.com> Hide Save to drive in EML view. b/14277510.

Change-Id: Ia75fb95536517df576ef3c39072a423e3e244b6a
/packages/apps/UnifiedEmail/src/com/android/mail/browse/WebViewContextMenu.java
5b18d791a38885faf3315707221804e9187e027c 29-Mar-2014 Andrew Sapperstein <asapperstein@google.com> DO NOT MERGE WebViewContextMenu analytics. b/13172001.

Change-Id: Ia4a45a59200abb27b089dd7d236a16af4ad7afd4
(cherry picked from commit 877a4445e6e94a3f231edab8c5d4e71c165f8834)
/packages/apps/UnifiedEmail/src/com/android/mail/browse/WebViewContextMenu.java
8f1abcbb70fa4eea77eae9bbe51b238870472a47 08-Apr-2014 Jin Cao <jinyan@google.com> Disable long pressing non-inline img

Read above.

b/13718454

Change-Id: I1d12d90309f3425aa802e5fc36d4e6832ae084e9
/packages/apps/UnifiedEmail/src/com/android/mail/browse/WebViewContextMenu.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/WebViewContextMenu.java
77f4af1767a61b50558200b94597d3682e4bc1e9 12-Feb-2014 Andrew Sapperstein <asapperstein@google.com> Set visibility for "view image" properly.

Fixes b/12568123.

Change-Id: Idf008ff88cc41d8e14826346b0ee6ce5d8ed559f
/packages/apps/UnifiedEmail/src/com/android/mail/browse/WebViewContextMenu.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/WebViewContextMenu.java
e307785b44deec1eb2aad5ecf83ea4b581779baa 12-Dec-2013 Andrew Sapperstein <asapperstein@google.com> Hide inline attachments from message footer.

b/5555553.
Now skips all attachments with type != STANDARD
in conversation view display. Also fixes
b/11559781.

Change-Id: I232e2d59e0605d3ab52ac382b2b96d85c72d4ad8
/packages/apps/UnifiedEmail/src/com/android/mail/browse/WebViewContextMenu.java
2b9d80eb16156173f11a02eae4f770d8c975927c 31-Jul-2013 Scott Kennedy <skennedy@google.com> Change all resid switches to if-elseif-else

I really want to get this building in an IDE.

As per http://tools.android.com/tips/non-constant-fields, library
projects (like UnifiedEmail will be) have non-final R constants. They
are not final until packaged into the main application project's
(Gmail/Email)'s R.java.

As such, they cannot be used in switch case statements, and we must
use if-elseif-elseif-elseif-...-else instead.

"This is typically in UI code and the performance impact is
negligible."

Change-Id: Ie699c13e1becd51c59c1b2ea81bc902d4f2e28d9
/packages/apps/UnifiedEmail/src/com/android/mail/browse/WebViewContextMenu.java
0c7f1c183c90c14a9920372b71434b9b29bd5b4d 28-Jun-2013 Andrew Sapperstein <asapperstein@google.com> Hide Dial&SMS actions if no apps can handle them.

Fixes b/9057637.

Change-Id: If00a322225676c9075cfbd6170ab04c2b43f7e77
/packages/apps/UnifiedEmail/src/com/android/mail/browse/WebViewContextMenu.java
9e2d407fdafeb874e640eb84017feaf784309075 22-Mar-2013 Scott Kennedy <skennedy@google.com> Clean up a bunch of warnings

Change-Id: I5c75564eeb2df9ec76d682dbe5f4465ff2a1a5d4
/packages/apps/UnifiedEmail/src/com/android/mail/browse/WebViewContextMenu.java
0b7ed6fae6e36f2abc4ca916764177d1879731b4 26-Jul-2012 Andy Huang <ath@google.com> hook up webview context menu

I don't think we need the custom title for regular links
anymore. The default title style LGTM on ICS and JB. The
default even goes to a max of 2 lines like we want.

Bug: 6273456
Change-Id: I528bcf08c9c43bee6cadc64da9d93d20bbf8596c
/packages/apps/UnifiedEmail/src/com/android/mail/browse/WebViewContextMenu.java
30e2c24b056542f3b1b438aeb798305d1226d0c8 07-Jan-2012 Andy Huang <ath@google.com> rename unified email's package name to com.android.mail

New code needs a new package name. Fixes IDE conflicts when
browsing.

Change-Id: I328484c6d6c71df077a05d2f7d6d1e85074107c2
/packages/apps/UnifiedEmail/src/com/android/mail/browse/WebViewContextMenu.java