Skip to content

RecyclerExt 2.0.0

Compare
Choose a tag to compare
@brianwernick brianwernick released this 24 Oct 18:30
· 53 commits to master since this release
General
  • Updated the minSdk version to 9 (from 7)
  • Updated support libraries to 24.2.1
  • Updates the FastScroll callbacks to use a sectionId to determine when the bubble popup text needs to change
  • Removed Deprecated methods
  • FastScroll now uses the original finger position as the drag origin (vs the center)
  • Fixed inconsistent FastScroll handle positioning between dragging and normal scrolling
  • Fixed FastScroll background color issues
  • Added the ability to hide the FastScroll on shorter lists
  • Header calculation optimizations
  • FastScrollPopupCallbacks renamed to PopupCallbacks