summaryrefslogtreecommitdiffstats
path: root/proguard.flags
diff options
context:
space:
mode:
authorPaul Westbrook <pwestbro@google.com>2012-02-23 13:26:35 -0800
committerPaul Westbrook <pwestbro@google.com>2012-02-23 14:55:46 -0800
commit334e64af904085984cdcbecbcbc18cf488a9ceae (patch)
tree756d51450dbae3fb00086be5a241c06f58edb052 /proguard.flags
parent8a8c50d8fcc4f20549c9f395edbad017a940e72b (diff)
downloadandroid_packages_apps_UnifiedEmail-334e64af904085984cdcbecbcbc18cf488a9ceae.tar.gz
android_packages_apps_UnifiedEmail-334e64af904085984cdcbecbcbc18cf488a9ceae.tar.bz2
android_packages_apps_UnifiedEmail-334e64af904085984cdcbecbcbc18cf488a9ceae.zip
Add support for archive/spam/mute
Add new operations in the UIProvider for the providers that support archive/mark spam/mute Fix animations for userdebug builds Change-Id: I2e6372095f7ce6d29d37768e1075a098ca3a7646
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 38fa05a72..61b14fe66 100644
--- a/proguard.flags
+++ b/proguard.flags
@@ -27,3 +27,7 @@
-keepclasseswithmembers class com.android.mail.UnifiedEmail {
public <methods>;
}
+
+-keepclasseswithmembers class com.android.mail.ui.AnimatingItemView {
+ *** setAnimatedHeight(...);
+}