Update RecyclerView to 1.2.x
TacoTheDank opened this issue · 4 comments
Is your feature request related to a problem? Please describe
Groupie still uses RecyclerView version 1.1.0.
Describe the solution you'd like
I'd like to see it updated to 1.2.x so RecyclerView can be updated in projects without fear of breakages where Groupie is used.
Here are the release notes for those versions: https://developer.android.com/jetpack/androidx/releases/recyclerview
In fact, while technically things should work with the update, I do wonder if I was supposed to add a new method, getBindingPosition()
just like group.getPosition()
, which would somehow consider the getBindingAdapterPosition
of an item within a concat adapter.
Only time will tell. I'll keep this open for now as such in case something went wrong. But I think it should work.
In fact, while technically things should work with the update, I do wonder if I was supposed to add a new method,
getBindingPosition()
just likegroup.getPosition()
, which would somehow consider thegetBindingAdapterPosition
of an item within a concat adapter.Only time will tell. I'll keep this open for now as such in case something went wrong. But I think it should work.
Good decision. Thank you!
Closing this as the 2.10 release brings up recyclerview version to 1.2.1