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

Migration to Androidx #142

Closed jub-jan closed 5 years ago

jub-jan commented 5 years ago

Migrated to androidx

rion18 commented 5 years ago

@luizgrp It seems Travis need to accept the new SDK licenses?

jub-jan commented 5 years ago

@luizgrp It seems Travis need to accept the new SDK licenses?

yup, seems so. using my migrated version already in production :)

pang0018 commented 5 years ago

@luizgrp when can we get this merged?

chichkanov commented 5 years ago

@luizgrp What is the problem with this pr? Why it can not be merged

Johnderate commented 5 years ago

@jub-jan @luizgrp Any update on this? I migrated to Android X, and I depend on this library.

matthewkrueger commented 5 years ago

Please merge this in to the project! Your library is so convenient and has made dealing with RecyclerViews so much easier, but with androidx projects Android Studio complains about this library.

ghost commented 5 years ago

I forked and merged this project to AndroidX. Feel free to use

implementation 'com.github.iamayakio:SectionedRecyclerViewAdapter:1.2.1'

luizgrp commented 5 years ago

Addresses #134 Closing as commit was cherry-picked to develop.

yccheok commented 5 years ago

By migrating to AndroidX, will it break the app which is not using AndroidX?