History log of /packages/apps/UnifiedEmail/src/com/android/mail/browse/WebViewContextMenu.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
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