Matias Radzinski

Results 30 issues of Matias Radzinski

Hi @romainguy, I know this crash doesn’t occur on 4.4, that it has been fixed in the platform and that the NPE is caused by the canvas not being backed...

When used with `CardView`, the bottom of the cards gets blended and the top card loses its bottom shadow. Any idea why this can happen?

Added ```.dontAnimate()``` to Glide part. It prevents some issues with the library. Users should check out Glide's README for options on how to solve this, but for now and to...

**Steps to reproduce** 1. Add some `ConcurrentOperation`s to a queue 2. Add a completion handler to the same queue. **Expected behavior:** Completion handler gets called after the last operation in...

bug

Any reason not to have this library minSDK targeting 14 instead of 15?

```show()``` should return the Snackbar instance. Without it it's impossible to dismiss the current Snackbar if the same has a ```LENGTH_INDEFINITE``` duration.

Setting `setEnabled(false)` to the view has 0 effect. Views should respect this, if not there's no actual way to enable/disable the SearchView.

I'm curious to know, is there any reasons for this or is just some internal decision? currently 84% of the users are on SDK 19 and above. 12% of that...

`shouldChangeTextIn` of `UITextViewDelegate` isn't being respected. This prevents things such as limiting characters count. This is the current implementation: ``` _ = delegate?.textView?(textView, shouldChangeTextIn: range, replacementText: text) ``` Should be:...

It would be awesome if we could provide custom view types when registering a view. Right now they get generated as soon as a view needs to become available, and...