Skip to content

Release 2.2.4 - Optimised Dynamic Items

Compare
Choose a tag to compare
@daniel-stoneuk daniel-stoneuk released this 21 Feb 17:37
· 54 commits to master since this release

Lots of new breaking stuff in this release. If you're using custom items, there are a few more methods you need to override:

  • clone() to create a new object with the same details
  • getDetailString() - basically like toString but without the id field.

Thanks to @Robyer & @code-schreiber for contributing to the documentation and library for this release.

We solved issue #74 and #76 and updated the support library version. The demo app now has more examples for dynamic objects.

I've implemented DiffUtil and therefore you should find it less resource intensive to update the list - in fact, it can now be refreshed every second without dropping any frames. A lot of improvements here.

  • getMaterialAboutList() has been renamed to getList() to avoid confusion.