Skip to content

v2.5.1

Compare
Choose a tag to compare
@ValCanBuild ValCanBuild released this 22 Aug 13:02
· 82 commits to master since this release

This release fixes issue #235 - Kotlin Synthetic caching. Now calling synthetic properties on the Groupie ViewHolder will correctly use _findCachedViewById rather than doing findViewById. There should be a decent performance boost if you use synthetic properties 🚀.

Other small tweaks:

  • Fixed spacing in IndexOutOfBoundException message thrown by GroupAdapter.getGroup.
  • Removed duplicate databinding dependency (#279)
  • Javadoc fixes for AsyncDiffUtil#calculateDiff method. (#280)