blob: 6996693f4a3f61e923e3f9f0812c255d8235e431 [file] [log] [blame]
Paul Westbrook82ea6da2011-12-15 11:03:51 -08001# The support library contains references to newer platform versions.
2# Don't warn about those in case this app is linking against an older
3# platform version. We know about them, and they are safe.
4
5-dontwarn android.support.v4.**
6-dontwarn android.support.v13.**
7
8# keep names that are used by reflection, from javascript or from unit tests
9
Andy Huang30e2c242012-01-06 18:14:30 -080010-keepclasseswithmembers class com.android.mail.providers.MockUiProvider {
Paul Westbrook82ea6da2011-12-15 11:03:51 -080011 *** getAccountsUri(...);
12}
13
Andy Huang30e2c242012-01-06 18:14:30 -080014-keepclasseswithmembers class com.android.mail.providers.UIProvider {
Paul Westbrook82ea6da2011-12-15 11:03:51 -080015 *** getAccountsUri(...);
16}
17
Andy Huang30e2c242012-01-06 18:14:30 -080018-keepclasseswithmembers class com.android.mail.utils.LogUtils {
Paul Westbrook82ea6da2011-12-15 11:03:51 -080019 public <methods>;
20}
21
22
23-keepclasseswithmembers class com.google.common.collect.Sets {
24 *** of(...);
25}
Paul Westbrook805e3c12012-01-04 15:36:37 -080026
Andy Huang30e2c242012-01-06 18:14:30 -080027-keepclasseswithmembers class com.android.mail.UnifiedEmail {
Paul Westbrook805e3c12012-01-04 15:36:37 -080028 public <methods>;
29}
Paul Westbrook334e64a2012-02-23 13:26:35 -080030
31-keepclasseswithmembers class com.android.mail.ui.AnimatingItemView {
32 *** setAnimatedHeight(...);
33}
Andy Huangf70fc402012-02-17 15:37:42 -080034
35-keepclasseswithmembers class com.android.mail.ui.ConversationViewFragment$MailJsBridge {
36 public <methods>;
37}