Vlayout Versions Save

Project vlayout is a powerfull LayoutManager extension for RecyclerView, it provides a group of layouts for RecyclerView. Make it able to handle a complicate situation when grid, list and other layouts in the same recyclerview.

v1.2.36

4 years ago
  1. Fix mSpans in StaggeredGridLayoutHelper may be null cause exception.
  2. Fix sticky listener and npe.

v1.2.31

4 years ago
  1. Fix sticky listener pass null on unticky.
  2. Fix item change should not clear layout info.
  3. Fix sticky listener callback not correct.
  4. Avoid use of arrayMap which may cause class cast exception.

v1.2.26

4 years ago

Fix view lifecycle on sticky listener, fix layout error when use padding in RangeGridLayoutHelper.

v1.2.22

5 years ago

Add can scroll listener.

v1.2.21

5 years ago

ViewLifeCycleListener no longer require offset.

v1.2.20

5 years ago

Add listener for sticky status.

v1.2.19

5 years ago

Optimize performance with large number of cards.

v1.2.18

5 years ago

Add ViewLifeCycleHelper and ViewLifeCycleListener to invoke correct view life cycle when call VirtualLayoutManager#setRecycleOffset.

v1.2.17

5 years ago

Fix reverse cantor not correct. Fix #358, Fix #344

v1.2.16

5 years ago

Add interface to control can scroll feature.