Denis Kniazhev

Results 29 comments of Denis Kniazhev

I might take a look at one point, just very busy ATM. In the meantime, a PR would be welcomed.

Please provide more details.

Thank you for your contribution! Can you please un-indent code blocks since they are now wrapped in explicit code borders? Otherwise the code blocks look a bit shifted: ![image](https://cloud.githubusercontent.com/assets/3080318/13217001/2084b2a2-d968-11e5-8d8a-3a67238d43fe.png)

This is not supported (nor is it planned), but a contribution would be much appreciated.

Thank you for the suggestions! Feel free to open a pull request.

Can you post your code which sets the default value?

I'll take a look, hopefully soon. Let me know if you come up with a pull request, it will be highly appreciated.

Hi, thanks for your contribution! Do you think that real-time color update is a general scenario which should go into the core library? Sounds more like an edge use case...

It makes sense, but one thing that worries me is that `onChange` listener is called so many times during color selection, so it can easily become a performance bottleneck. For...

Hi Manuel, Initializing the picker from a hex value is totally possible, you'll need to provide some kind of UI (a `TextView` for instance) for the user to enter the...