blob: f88d37fcec153016b7e81f643e17508e6c84049e [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.**
Paul Westbrooked217182012-10-03 00:34:48 -07007-dontwarn com.android.ex.photo.**
Paul Westbrook82ea6da2011-12-15 11:03:51 -08008
Scott Kennedy68a25162014-04-03 20:48:07 -07009# keep names that are used by reflection, or from javascript
Paul Westbrook82ea6da2011-12-15 11:03:51 -080010
Scott Kennedy05b4c7b2014-04-07 11:26:52 -070011# TODO(skennedy) Remove this when the base file includes it
12-keep class * implements android.os.Parcelable {
13 public static final ** CREATOR;
14}
15
mindypa53e8fa2012-09-09 12:18:45 -070016-keepclasseswithmembers class com.android.mail.ui.LeaveBehindItem {
17 *** setAnimatedHeight(...);
18}
19
Andy Huangf70fc402012-02-17 15:37:42 -080020-keepclasseswithmembers class com.android.mail.ui.ConversationViewFragment$MailJsBridge {
21 public <methods>;
22}
Mindy Pereirae144d1d2012-03-05 13:08:31 -080023
Mindy Pereira866d3192012-03-26 09:50:00 -070024-keepclasseswithmembers class com.android.mail.browse.ConversationItemView {
Andy Huang370f8682013-04-09 12:44:44 -070025 *** setAnimatedHeightFraction(...);
Mindy Pereira622f52b2012-08-07 13:51:36 -070026}
27
Alice Yangc86b1fb2013-08-11 22:27:25 -070028-keepclasseswithmembers class * extends com.android.mail.ui.ConversationSpecialItemView {
Alice Yangc5567732013-07-29 18:34:51 -070029 *** setAnimatedHeight(...);
30}