Kevin Schultz

Results 9 comments of Kevin Schultz

Are you referring to this library? https://github.com/dmytrodanylyk/circular-progress-button

I tested this and has issues with removing TestSchedule from the config. I would be interested to know what other people are doing for RxJava 1.1.0

This seems too loose. -dontoptimize is more of a global setting. -keep class com.amazon.*\* {*;} will keep everything from the AWS SDK not just the IAP part.

I think we're better off putting a note in the OkHTTP config that you should also include the Okio config. Unfortunately sometimes I feel like this project has all the...

I'm interested in doing this, but I'm thinking about where it should go in the repo. It's not quite a library, i.e. I wouldn't want to put it in the...

Also I changed the title of the issue, this is not a problem with the support v7 lib or its proguard config.

I don't have a project with AndroidQuery in it. Can you try the following configuration? ``` -keepclasseswithmembers class * { public (android.content.Context, android.util.AttributeSet); } -keepclasseswithmembers class * { public (android.content.Context,...

@pbirdsall I was able to reproduce the issue. Seems to be related to Jacoco which I do not normally have setup in my projects [because it is incompatible with Dagger...

@bosicc I'm going to upgrade the project to the latest tools and give it another try