TonicArtos / SuperSLiM

A layout manager for the RecyclerView with interchangeable linear, grid, and staggered displays of views, all with configurable section headers including the sticky variety as specified in the material design docs.
http://tonicartos.nz
2.12k stars 296 forks source link

Need compatibility tests for RecyclerView lib versions. #174

Closed TonicArtos closed 7 years ago

TonicArtos commented 8 years ago

I need to write some tests against RecyclerView to do a compatibility test. Of concern is item op reordering between calls of notifyItemChanged and friends, and calls to onItemChanged and friends on LayoutManager. v0.5 requires a certain behaviour and presently, versions <= 22.1 and 22.3 have that behaviour, 22.2 does not.

simonwzb commented 8 years ago

+1