History log of /packages/apps/UnifiedEmail/src/com/android/mail/browse/MessageWebView.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e45fd11ab9d362fbe3e47a7f62b77c498ee3c2ca 30-Aug-2013 Andrew Sapperstein <asapperstein@google.com> Fix infinite resizing by using RigidWebView.

Ported some code from Email1 to fix the problem
where using wrap_content with zoom causes certain
html to expand infinitely. Fixes b/10542802.

Also turned off overscroll glow for the webview
since the scrollview already handles it for us.

Change-Id: I0ffd2b5475deab2c077cb377644fd56fa2755994
/packages/apps/UnifiedEmail/src/com/android/mail/browse/MessageWebView.java
be7739bf0cebc5018c8ffb0c649fc62a74d74e69 18-Mar-2013 Andy Huang <ath@google.com> better scrolling in JS-less single-message conversation view

Allow simultaneous horizontal and vertical scrolling when the WebView is
embedded in a ScrollView by supplementally sending touch events to the
ScrollView when it normally wants to intercept AND the WebView handled
the touch. Touch interception happens as normal on any other child.

Bug: 8368615
Change-Id: I21f8721c673fd8146992b933d0c966d59c376795
/packages/apps/UnifiedEmail/src/com/android/mail/browse/MessageWebView.java
bb56a1512559a5f024ba213c4bdcfe3d9d9387de 25-Feb-2012 Andy Huang <ath@google.com> Conversation view touch event shenanigans

* Fix scrolling when the touch begins on an overlay view. Drags
do not engage scrolling until the system touch-slop distance
is exceeded. Logic copied from ScrollView.
* Fix pinch zoom when the first touch begins on the WebView by
disabling motion event splitting.
* Fix pinch zoom when one or more touches begin on an overlay
view by intercepting upon ACTION_POINTER_DOWN events.

Change-Id: I6f23eb75f9df32ac9c9b0c1be8a304e2c16c6fe0
/packages/apps/UnifiedEmail/src/com/android/mail/browse/MessageWebView.java
b48e074e8b46e7b8af4afb4f73f2cacf2bdaf526 12-Jan-2012 Mindy Pereira <mindyp@google.com> Add an easy webview.

Just shows html as we get it from messages.

Change-Id: Ia72d8915ff617e4a0c99ca4a835fa2a22ed53134
/packages/apps/UnifiedEmail/src/com/android/mail/browse/MessageWebView.java