Skip to content
This repository was archived by the owner on Jul 14, 2021. It is now read-only.

Releases: alibaba/vlayout

vlayout 1.2.36

16 Dec 08:30

Choose a tag to compare

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

vlayout 1.2.31

26 Sep 06:52

Choose a tag to compare

  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.

vlayout 1.2.26

16 Jul 09:22

Choose a tag to compare

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

vlayout 1.2.22

12 Mar 11:29

Choose a tag to compare

Add can scroll listener.

vlayout 1.2.21

05 Mar 07:26

Choose a tag to compare

ViewLifeCycleListener no longer require offset.

vlayout 1.2.20

25 Feb 10:56

Choose a tag to compare

Add listener for sticky status.

vlayout 1.2.19

25 Jan 03:09
8b94f2c

Choose a tag to compare

Optimize performance with large number of cards.

vlayout 1.2.18

12 Sep 07:11

Choose a tag to compare

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

vlayout 1.2.17

31 Jul 07:51

Choose a tag to compare

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

vlayout 1.2.16

21 Jun 02:28

Choose a tag to compare

Add interface to control can scroll feature.