Zeljko Plesac

Results 4 issues of Zeljko Plesac

Hi, I'm facing a quite interesting problem on Android Lollipop - if I set Bitmap to CircleImageView with setImageBitmap() method, it just shows black image: ![monosnap 2015-01-05 16-19-32](https://cloud.githubusercontent.com/assets/3542084/5614966/aac92fb8-94f6-11e4-9651-fbf276d8e876.png) Image is...

bug

Add method overloading for array adapter methods so that the consumer can decide whether the notifyDataSetChanged() should be called.

enhancement

We should add some logging to the library, as it's extremely hard to debug it when we have some problems. I suggest that we add [LogUtils like in Goldfinger ](https://github.com/infinum/Android-Goldfinger/blob/master/core/src/main/java/co/infinum/goldfinger/LogUtils.java)...

Define custom lint rule, which will search for Log calls in non debug builds. This way, we'll force developers to always use Timber as only logging mechanism.

enhancement