-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #56 from infinum/fix/revert-obfuscations
Revert obfuscations
- Loading branch information
Showing
10 changed files
with
114 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,35 @@ | ||
-dontobfuscate | ||
-keeppackagenames | ||
-keep public class com.infinum.sentinel.* { | ||
public protected *; | ||
} | ||
-keep public class com.infinum.sentinel.Sentinel { | ||
public protected *; | ||
} | ||
-keep public class com.infinum.sentinel.ui.tools.ChuckerTool { | ||
public protected *; | ||
} | ||
-keep public class com.infinum.sentinel.ui.tools.CollarTool { | ||
public protected *; | ||
} | ||
-keep public class com.infinum.sentinel.ui.tools.DbInspectorTool { | ||
public protected *; | ||
} | ||
-keep public class com.infinum.sentinel.ui.tools.LeakCanaryTool { | ||
public protected *; | ||
} | ||
-keep public class com.infinum.sentinel.ui.tools.AppGalleryTool { | ||
public protected *; | ||
} | ||
-keep public class com.infinum.sentinel.ui.tools.GooglePlayTool { | ||
public protected *; | ||
} | ||
-keep public class com.infinum.sentinel.ui.tools.ThimbleTool { | ||
public protected *; | ||
} | ||
-keep public class com.infinum.sentinel.ui.tools.TimberTool { | ||
public protected *; | ||
} | ||
-keep public class com.infinum.sentinel.ui.tools.CertificateTool { | ||
public protected *; | ||
} | ||
-keep public class com.infinum.sentinel.databinding.** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,39 @@ | ||
-dontobfuscate | ||
-keeppackagenames | ||
-keep public class com.infinum.sentinel.* { | ||
public protected *; | ||
} | ||
-keep public class com.infinum.sentinel.Sentinel { | ||
public protected *; | ||
} | ||
-keep public class com.infinum.sentinel.ui.tools.CertificateTool { | ||
public protected *; | ||
} | ||
-keep public class com.infinum.sentinel.databinding.** | ||
|
||
# KotlinX Serialization | ||
-if @kotlinx.serialization.Serializable class ** | ||
-keepclassmembers class <1> { | ||
static <1>$Companion Companion; | ||
} | ||
-if @kotlinx.serialization.Serializable class ** { | ||
static **$* *; | ||
} | ||
-keepclassmembers class <1>$<3> { | ||
kotlinx.serialization.KSerializer serializer(...); | ||
} | ||
-if @kotlinx.serialization.Serializable class ** { | ||
public static ** INSTANCE; | ||
} | ||
-keepclassmembers class <1> { | ||
public static <1> INSTANCE; | ||
kotlinx.serialization.KSerializer serializer(...); | ||
} | ||
-keepattributes RuntimeVisibleAnnotations,AnnotationDefault | ||
-keepattributes InnerClasses # Needed for `getDeclaredClasses`. | ||
-keepnames class <1>$$serializer { # -keepnames suffices; class is kept when serializer() is kept. | ||
static <1>$$serializer INSTANCE; | ||
} | ||
|
||
-keep class * extends androidx.room.RoomDatabase | ||
-keep @androidx.room.Entity class * | ||
-keep @androidx.room.TypeConverters class * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,5 @@ | ||
-dontobfuscate | ||
-keeppackagenames | ||
-keep public class com.infinum.sentinel.ui.tools.AppGalleryTool { | ||
public protected *; | ||
} | ||
-keep public class com.infinum.sentinel.databinding.** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,5 @@ | ||
-dontobfuscate | ||
-keeppackagenames | ||
-keep public class com.infinum.sentinel.ui.tools.ChuckerTool { | ||
public protected *; | ||
} | ||
-keep public class com.infinum.sentinel.databinding.** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,5 @@ | ||
-dontobfuscate | ||
-keeppackagenames | ||
-keep public class com.infinum.sentinel.ui.tools.CollarTool { | ||
public protected *; | ||
} | ||
-keep public class com.infinum.sentinel.databinding.** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,5 @@ | ||
-dontobfuscate | ||
-keeppackagenames | ||
-keep public class com.infinum.sentinel.ui.tools.DbInspectorTool { | ||
public protected *; | ||
} | ||
-keep public class com.infinum.sentinel.databinding.** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,5 @@ | ||
-dontobfuscate | ||
-keeppackagenames | ||
-keep public class com.infinum.sentinel.ui.tools.GooglePlayTool { | ||
public protected *; | ||
} | ||
-keep public class com.infinum.sentinel.databinding.** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,5 @@ | ||
-dontobfuscate | ||
-keeppackagenames | ||
-keep public class com.infinum.sentinel.ui.tools.LeakCanaryTool { | ||
public protected *; | ||
} | ||
-keep public class com.infinum.sentinel.databinding.** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,5 @@ | ||
-dontobfuscate | ||
-keeppackagenames | ||
-keep public class com.infinum.sentinel.ui.tools.ThimbleTool { | ||
public protected *; | ||
} | ||
-keep public class com.infinum.sentinel.databinding.** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,5 @@ | ||
-dontobfuscate | ||
-keeppackagenames | ||
-keep public class com.infinum.sentinel.ui.tools.TimberTool { | ||
public protected *; | ||
} | ||
-keep public class com.infinum.sentinel.databinding.** |