Skip to content

2.0

Compare
Choose a tag to compare
@rubensousa rubensousa released this 11 Nov 19:43
· 67 commits to master since this release

New features:

  • Migrated to AndroidX.
  • Added smoothScrollToPosition and scrollToPosition methods that'll snap to a certain position.
  • Added OrientationAwareRecyclerView that only handles scroll events according to its orientation.

Fixes:

  • Fixed snapping not working correctly for RecyclerViews with padding (#49)
  • Fixed snapping not considering GridLayoutManager.SpanSizeLookup (#52)