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

Project updates #43

Closed friederbluemle closed 7 years ago

friederbluemle commented 7 years ago

A bunch of project cleanups and dependency updates. Best reviewed commit-by-commit.

Let me know if you prefer two separate PRs for cleanup and dependencies.

Please NO GitHub rebase/squash merges. If you'd like me to combine some or all of the commits, please let me know, and I will update my branch. Thank you.

luizgrp commented 7 years ago

Hi @friederbluemle, many thanks for your PR! Once you address the comment above I will get it merged 👍

friederbluemle commented 7 years ago

@luizgrp Thanks for the review. I updated my PR, and rebased my branch to the latest master. Is master the correct branch to target, or should it be develop?

luizgrp commented 7 years ago

It should be develop for now on, but I only created it yesterday and forgot to tell you, so I will merge this one into master no problem. I still have to write a "contributing" guide. Thanks again!