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

6 years ago
  • Add @Keep for PerformanceMonitor methods;

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

v1.2.14

6 years ago
  • 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

v1.2.13

6 years ago
  • Fix potential crash of IAE when recycle view in FixLayoutHelper, FloatLayoutHelper, StickyLayoutHelper

com.alibaba.android:vlayout:1.2.13@aar

v1.2.12

6 years ago
  • Optimize some memory allocation issues.

com.alibaba.android:vlayout:1.2.12@aar

v1.2.11

6 years ago
  • Fix #295 , #304 ;

com.alibaba.android:vlayout:1.2.11@aar

v1.2.10

6 years ago
  • Fix bugs;

com.alibaba.android:vlayout:1.2.10@aar

v1.2.9

6 years ago
  • Fix #223 ;

com.alibaba.android:vlayout:1.2.9@aar

v1.2.8

6 years ago
  • Fix npe during pre-layout of OnePlusNLayoutHelper;
  • Fix page shifting in StaggeredGridLayoutHelper when layout with anchor;

com.alibaba.android:vlayout:1.2.8@aar

v1.2.7

6 years ago
  • 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 https://github.com/alibaba/Tangram-Android/issues/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

v1.2.6

6 years ago
  • Fix the bug of getting items; margin error in OnePlusNLayoutHelper and OnePlusNLayoutHelperEx, see #239 ;

com.alibaba.android:vlayout:1.2.6@aar