Skip to content

Releases: NoNews/NoPaginate

Version 0.9.9

01 May 10:16
fbf8fdb
Compare
Choose a tag to compare

Refactoring:

  • Paginate is deprecated. Use NoPaginate
  • PaginateBuilder is deprecated. Use factory method NoPaginate.with(recyclerView)

Bug:

  • Remove scroll listener when unbind #7 @darker826

Version 0.4.4

18 Dec 10:35
39e61fd
Compare
Choose a tag to compare

Refactoring:

  • Method unSubscribe is deprecated. Use unbind
  • Method setCallback is deprecated. Use setOnLoadMoreListener
  • Method setPaginateNoMoreItems is deprecated. Use setNoMoreItems

New:

  • Default state of loadingTriggerThreshold is 0 to avoid confusion (it was 5) (#1, #3)
  • Added Javadoc