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

Releases: alibaba/vlayout

vlayout 1.2.36

16 Dec 08:30
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Add can scroll listener.

vlayout 1.2.21

05 Mar 07:26
Compare
Choose a tag to compare

ViewLifeCycleListener no longer require offset.

vlayout 1.2.20

25 Feb 10:56
Compare
Choose a tag to compare

Add listener for sticky status.

vlayout 1.2.19

25 Jan 03:09
8b94f2c
Compare
Choose a tag to compare

Optimize performance with large number of cards.

vlayout 1.2.18

12 Sep 07:11
Compare
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
Compare
Choose a tag to compare

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

vlayout 1.2.16

21 Jun 02:28
Compare
Choose a tag to compare

Add interface to control can scroll feature.