ShamylZakariya / StickyHeaders

Adapter and LayoutManager for Android RecyclerView which enables sticky header positioning.
MIT License
1.4k stars 185 forks source link

v0.7.8 #100

Closed AlBlanc closed 5 years ago

AlBlanc commented 5 years ago

First "official" release since the fork:

ShamylZakariya commented 5 years ago

Good work, @AlBlanc - sorry I've been MIA.

AlBlanc commented 5 years ago

Thank for your job :) Would you like to keep maintaining this repos? (Real question is: Should I continue mine ?)

ShamylZakariya commented 5 years ago

I was having some issues with the maven distribution, but I think they're resolved now. I'm releasing 0.7.10 presently, which mainly fixes the maven distribution. For what it's worth, I look forward to maintaining this repo again. I missed android development!

AlBlanc commented 5 years ago

Great news, I would love to help.

Btw, you should steal my update for AndroidX ;) -> https://github.com/Sportner/StickyHeaders/commit/bb6580bbe2b2d559bd0eadd88fbe87fa7525ff60

AlBlanc commented 5 years ago

Nvm, I just saw a commit in your master that does the same job ;)