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

22 May 08:42
Compare
Choose a tag to compare
  • Add @Keep for PerformanceMonitor methods;

  • com.alibaba.android:vlayout:1.2.15@aar

vlayout 1.2.14

17 May 10:57
Compare
Choose a tag to compare
  • Add API to monitor performance.
layoutManager.setPerformanceMonitor(new PerformanceMonitor() {

        @Override
        public void recordStart(String phase, View view) {
                
        }

        @Override
        public void recordEnd(String phase, View view) {
                
        }
 });

com.alibaba.android:vlayout:1.2.14@aar

vlayout 1.2.13

04 Apr 03:13
a885e21
Compare
Choose a tag to compare
  • Fix potential crash of IAE when recycle view in FixLayoutHelper, FloatLayoutHelper, StickyLayoutHelper

com.alibaba.android:vlayout:1.2.13@aar

vlayout 1.2.12

12 Mar 06:19
Compare
Choose a tag to compare
  • Optimize some memory allocation issues.

com.alibaba.android:vlayout:1.2.12@aar

vlayout 1.2.11

28 Feb 03:21
Compare
Choose a tag to compare

com.alibaba.android:vlayout:1.2.11@aar

vlayout 1.2.10

30 Jan 04:03
Compare
Choose a tag to compare
  • Fix bugs;

com.alibaba.android:vlayout:1.2.10@aar

vlayout 1.2.9

17 Jan 06:27
Compare
Choose a tag to compare

com.alibaba.android:vlayout:1.2.9@aar

vlayout 1.2.8

10 Jan 03:36
Compare
Choose a tag to compare
  • Fix npe during pre-layout of OnePlusNLayoutHelper;
  • Fix page shifting in StaggeredGridLayoutHelper when layout with anchor;

com.alibaba.android:vlayout:1.2.8@aar

vlayout 1.2.7

07 Jan 11:34
Compare
Choose a tag to compare
  • Fix startSpace and endSpace error when layout from end to start;
  • Refractor header and footer layout calculation for OnePlusNLayoutHelper to fix page's shift when layout with anchor;
  • Fix measuring item's with and height in FloatLayoutHelper, see alibaba/Tangram-Android#81;
  • Fix the bug that item's height set to be 0 due to the sum of margin top and margin bottom occupy the space;

com.alibaba.android:vlayout:1.2.7@aar

vlayout 1.2.6

03 Dec 09:15
Compare
Choose a tag to compare
  • Fix the bug of getting items; margin error in OnePlusNLayoutHelper and OnePlusNLayoutHelperEx, see #239 ;

com.alibaba.android:vlayout:1.2.6@aar