Twidere-App-Android-Twitter.../twidere/proguard-rules.pro

56 lines
1.9 KiB
Prolog
Raw Normal View History

2015-04-16 21:38:02 +02:00
# Add project specific ProGuard rules here.
# By default, the flags in this file are appended to flags specified
# in /Users/mariotaku/Tools/android-sdk/tools/proguard/proguard-android.txt
# You can edit the include path and order by changing the proguardFiles
# directive in build.gradle.
#
# For more details, see
# http://developer.android.com/guide/developing/tools/proguard.html
# Add any project specific keep options here:
# If your project uses WebView with JS, uncomment the following
# and specify the fully qualified class name to the JavaScript interface
# class:
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
# public *;
#}
-dontobfuscate
-dontwarn sun.net.spi.**
-dontwarn java.nio.file.**
-dontwarn org.codehaus.mojo.**
-dontwarn com.makeramen.roundedimageview.**
-keepattributes *Annotation*
2016-03-18 17:04:03 +01:00
-keepattributes EnclosingMethod
# https://github.com/bluelinelabs/LoganSquare
-keep class com.bluelinelabs.logansquare.** { *; }
-keep @com.bluelinelabs.logansquare.annotation.JsonObject class *
-keep class **$$JsonObjectMapper { *; }
# http://square.github.io/otto/
-keepclassmembers class ** {
@com.squareup.otto.Subscribe public *;
@com.squareup.otto.Produce public *;
}
2015-04-16 21:38:02 +02:00
-keepclassmembers class android.support.v7.internal.app.WindowDecorActionBar {
private android.support.v7.internal.widget.ActionBarContextView mContextView;
private android.support.v7.internal.widget.DecorToolbar mDecorToolbar;
2015-04-16 21:38:02 +02:00
}
-keepclassmembers class android.support.v7.internal.widget.ActionBarOverlayLayout {
private android.graphics.drawable.Drawable mWindowContentOverlay;
}
2016-03-14 09:17:46 +01:00
-keepclassmembers class org.mariotaku.twidere.activity.BrowserSignInActivity.InjectorJavaScriptInterface {
public *;
}
# Fuck shitsung
-keep class !android.support.v7.view.menu.*MenuBuilder*, android.support.v7.** { *; }
-keep interface android.support.v7.* { *; }
# Fuck xiaomi
-keep class !org.apache.commons.lang3.** { *; }