History log of /packages/apps/UnifiedEmail/src/com/android/mail/browse/SpamWarningView.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/SpamWarningView.java
c59dd8270215f97d39697dae9e69976bcfe3642b 13-Nov-2012 mindyp <mindyp@google.com> Make sure we use our version of converting from html to plain text.

Fixes b/7532730 audit UnifiedEmail and replace all Html.to / Html.from with our HTML tree parser

Change-Id: Iad23b688175b20db698fce5efccbe869c12d0b5c
/packages/apps/UnifiedEmail/src/com/android/mail/browse/SpamWarningView.java
5d420968c576034215a4a989aeb84dc867ae5d96 13-Jul-2012 Andrew Sapperstein <asapperstein@google.com> Asset updates for attachments and spam warnings.

Change-Id: I71a63532aa86c53d33f674c6f39b110c4e0300e6
/packages/apps/UnifiedEmail/src/com/android/mail/browse/SpamWarningView.java
3b08c51ec46794b3c22c8649eb86bf77c72e0d9a 12-Jul-2012 Andrew Sapperstein <asapperstein@google.com> Spam warnings now show in the UI.

Based upon the specific attributes of the message,
various different UI options are set for the warning.

Change-Id: Ifc49ab122c453dde0464ae516c3cfa443d92c21d
/packages/apps/UnifiedEmail/src/com/android/mail/browse/SpamWarningView.java