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.5

03 Dec 08:59
Compare
Choose a tag to compare
  • For some reasons, 1.2.3 - 1.2.4 have been used as debug versions in our daily development, so let's upgrade to 1.2.5 happily.
  • Pre-layout for some pixels' distance by the value set by api setRecycleOffset in layoutManager if you scroll from start to end.
  • Fix the error of computing neighbour layoutHelper, which may cause unexpected layout error, see #252 .

com.alibaba.android:vlayout:1.2.5@aar

vlayout 1.2.2

19 Sep 07:06
Compare
Choose a tag to compare
  • Fix layout computing error between StaggeredLayoutHelper and OnePlusNLayoutHelper with header.
  • Fix layout computing error when inserting items in StaggeredLayoutHelper with animation.

com.alibaba.android:vlayout:1.2.2@aar

vlayout 1.2.1

12 Sep 13:49
Compare
Choose a tag to compare

com.alibaba.android:vlayout:1.2.1@aar

vlayout 1.2.0

31 Aug 02:09
Compare
Choose a tag to compare
  • Support item view as header or footer in OnePlusNLayoutHelper.
  • Fix space computing error between a stickyLayoutHelper and rangeGridLayoutHelper.

com.alibaba.android:vlayout:1.2.0@aar

vlayout 1.1.0

19 Aug 05:47
Compare
Choose a tag to compare
  • Add two main features in this version:
    • Support margins overlap between two neighbouring layoutHelpers, similar to margins overlap in CSS. Enable this feature by calling setEnableMarginOverlapping(true) with virtualLayoutManager.
    • RangeGridLayoutHelper supports nesting a group of different grid style children from the same data source but still flats down to only one level deep in view hierarchy. This help you to avoid splitting your data into several segments to construct different style layoutHelpers to render view.
  • Add findOffsetPosition(int absolutePosition) to get relative position in sub adapter.

com.alibaba.android:vlayout:1.1.0@aar

vlayout 1.0.10

12 Aug 10:29
Compare
Choose a tag to compare

com.alibaba.android:vlayout:1.0.10@aar

vlayout 1.0.9

02 Jul 11:08
Compare
Choose a tag to compare
  • Fix issue #105
    • Add api for StickyLayoutHelper
  • Fix issue #82 #107
  • Fix issue #122
    • Ensure lanes before compute align offset in StaggeredLayoutHelper
    • Sync layout state in StickyLayoutHelper
    • Fix the bug that can not pull down sticky item in StickyLayoutHelper
    • Fix sticky status error with staggered in StickyLayoutHelper and StaggeredLayoutHelper
    • Add api for layout manager, allow to expand layout area beyond screen area

com.alibaba.android:vlayout:1.0.9@aar

vlayout 1.0.8

01 Jul 06:37
Compare
Choose a tag to compare
  • Delete deprecated class GroupLayoutHelper
  • Fix background layout error in RangeGridLayoutHelper

com.alibaba.android:vlayout:1.0.8@aar

vlayout 1.0.7

30 May 09:13
Compare
Choose a tag to compare
  • Fix bugs when calling addAdapter(position,adapter) of DelegateAdapter
  • Fix bugs in RangeGridLayoutHelper

com.alibaba.android:vlayout:1.0.7@aar

vlayout 1.0.6

14 May 07:01
Compare
Choose a tag to compare
  • Add RangeGridLayoutHelper to make it possible to add sub group of different layout style in one single GridLayoutHelper
  • Add DefaultLayoutViewHelper to handle the issue of binding background image to layout helper, see #57 , #63
  • Fix index error in DelegateAdapter after called addAdapter(int position, @Nullable Adapter adapter) , see #38
  • Update proguard guide in README

com.alibaba.android:vlayout:1.0.6@aar