summaryrefslogtreecommitdiffstats
path: root/proguard.flags
diff options
context:
space:
mode:
authorAndy Huang <ath@google.com>2013-02-11 13:09:12 -0800
committerAndy Huang <ath@google.com>2013-02-16 23:30:58 -0800
commitc1fb9a9c2730178105977fca629e80951bfc3cdc (patch)
treef1d6af6152d7aea92a3036c9d067107cbd9deef2 /proguard.flags
parent83ae15d41f6436a721c1dfcbc0fb8ecd9ef401b8 (diff)
downloadandroid_packages_apps_UnifiedEmail-c1fb9a9c2730178105977fca629e80951bfc3cdc.tar.gz
android_packages_apps_UnifiedEmail-c1fb9a9c2730178105977fca629e80951bfc3cdc.tar.bz2
android_packages_apps_UnifiedEmail-c1fb9a9c2730178105977fca629e80951bfc3cdc.zip
Single-message zoom using a floating WebView
Protected by an experimental pref for now Restores scroll position Preserves 'show pics' state Speedy animation Fade-in animation begins right after onNewPicture (ICS compatible!) add UpOrBackController role for fragments to get a whack at back/up And because this approach avoids using the CSS 'zoom' attribute within single-message mode, double-tap works well and there are no line-height issues. Bug: 7400516 Change-Id: Idedfa6e35edc291c9169fbd9b1315b39b4253f60
Diffstat (limited to 'proguard.flags')
-rw-r--r--proguard.flags4
1 files changed, 4 insertions, 0 deletions
diff --git a/proguard.flags b/proguard.flags
index caf06f986..504a319c3 100644
--- a/proguard.flags
+++ b/proguard.flags
@@ -49,6 +49,10 @@
public <methods>;
}
+-keepclasseswithmembers class com.android.mail.ui.ConversationViewFragment$MessageJsBridge {
+ public <methods>;
+}
+
-keepclasseswithmembers class com.android.mail.ui.TwoPaneLayout {
*** setFoldersLeft(...);
*** setListBitmapLeft(...);