luizgrp / SectionedRecyclerViewAdapter

An Adapter that allows a RecyclerView to be split into Sections with headers and/or footers. Each Section can have its state controlled individually.
MIT License
1.68k stars 372 forks source link

Remove StatelessSection #177

Closed luizgrp closed 5 years ago

luizgrp commented 5 years ago

Since SectionParameters class was introduced, StatelessSection class became redundant as all the inconsistency checks are being made by SectionParameters.

codecov-io commented 5 years ago

Codecov Report

Merging #177 into 3.0.0 will increase coverage by 2.91%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##            3.0.0     #177      +/-   ##
==========================================
+ Coverage   88.75%   91.66%   +2.91%     
==========================================
  Files           7        6       -1     
  Lines         587      564      -23     
  Branches       79       73       -6     
==========================================
- Hits          521      517       -4     
+ Misses         40       26      -14     
+ Partials       26       21       -5
Impacted Files Coverage Δ
...ectionedrecyclerviewadapter/SectionParameters.java 100% <0%> (+14.81%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 68efc91...97bb59d. Read the comment docs.