Fixed
Status Update
Comments
mo...@google.com <mo...@google.com>
ro...@google.com <ro...@google.com> #2
Any update on this?
The request is DiffUtil implementation along with "items" and "indexedItems" functions to support DiffUtil and animations when adding/removing items. the same as the ListAdapter with DiffUtil.
The request is DiffUtil implementation along with "items" and "indexedItems" functions to support DiffUtil and animations when adding/removing items. the same as the ListAdapter with DiffUtil.
mo...@google.com <mo...@google.com> #3
We are working on it, but nothing to share yet. Thanks
ap...@google.com <ap...@google.com> #4
Are we allowed to post potential workarounds on issue trackers?
I created this small POC repo, definitely not a solution and probably not ideal in the long run but works for my use case and thought I'd share:
ap...@google.com <ap...@google.com> #5
I think there is not much point in coming up with workaround as this is expected to be one of the main features/supports for the DiffUtil (list diffing for adapters). Entire RecyclerView implementations depend on this.
Description
Add support for the HSV/HSB/HSL color model to the Color class by providing associated extension methods.