Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

v1.0.0

Latest
Compare
Choose a tag to compare
@ataulm ataulm released this 27 Jun 09:34
· 5 commits to master since this release

Includes (#18, #19):

  • Breaking: bindView(V view, int position, @nullable SparseArray viewState) has gone from protected to private
  • Breaking: bindView(V view, int position) made abstract again so clients have to implement it
  • Behaviour change: if client returns Views with IDs in protected abstract V createView(ViewGroup container, int position); then the library will throw an exception
  • New: protected void restoreHierarchyState(V view, int position, @nullable SparseArray viewState)
  • New: protected void saveHierarchyState(V view, int position, SparseArray viewState)