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

Add overloaded methods for payloads #180

Closed luizgrp closed 5 years ago

luizgrp commented 5 years ago

Addresses #100

codecov-io commented 5 years ago

Codecov Report

Merging #180 into 3.0.0 will increase coverage by 0.76%. The diff coverage is 93.1%.

Impacted file tree graph

@@            Coverage Diff            @@
##            3.0.0    #180      +/-   ##
=========================================
+ Coverage   91.13%   91.9%   +0.76%     
=========================================
  Files           5       6       +1     
  Lines         564     605      +41     
  Branches       73      79       +6     
=========================================
+ Hits          514     556      +42     
+ Misses         27      26       -1     
  Partials       23      23
Impacted Files Coverage Δ
...r/compat/SectionedRecyclerViewAdapterV2Compat.java 100% <ø> (+2.1%) :arrow_up:
...onedrecyclerviewadapter/utils/EmptyViewHolder.java 0% <0%> (ø)
.../luizgrp/sectionedrecyclerviewadapter/Section.java 82.02% <100%> (+2.47%) :arrow_up:
...p/sectionedrecyclerviewadapter/SectionAdapter.java 99.2% <100%> (+0.93%) :arrow_up:
...yclerviewadapter/SectionedRecyclerViewAdapter.java 87.6% <93.93%> (+0.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 39c2310...274c212. Read the comment docs.