Skip to content
This repository has been archived by the owner on Feb 19, 2020. It is now read-only.

Latest commit

 

History

History
119 lines (81 loc) · 3.89 KB

CHANGELOG.md

File metadata and controls

119 lines (81 loc) · 3.89 KB

Change Log

Version 2.0.5 (2018-09-03)

Version 2.0.4 (2018-06-05)

  • Should call SimpleRecyclerView.showLoadMoreView() / SimpleRecyclerView.hideLoadMoreView() to show / hide load more view.
  • Promote SimpleRecyclerView.showLoadMoreView() and SimpleRecyclerView.hideLoadMoreView().

Version 2.0.3 (2018-05-16)

  • Fix wrong section header measurement.

Version 2.0.2 (2018-04-12)

  • Fix: removeAllCells() should not trigger load more callback.

Version 2.0.1 (2018-03-22)

  • Check validity of target scroll position.

Version 2.0.0 (2018-02-11)

  • Speparate kotlin android extensions module.

Version 1.3.0 (2018-02-10)

  • Add SimpleRecyclerView.smoothScrollToPosition() and SimpleRecyclerView.scrollToPosition()

Version 1.2.9 (2018-02-01)

  • Update SimpleCell.setOnCellClickListener and SimpleCell.setOnCellLongClickListener signature.

Version 1.2.8 (2018-01-21)

  • Handle load more state automatically. No need to call setLoadingMore() manually, and the method is demoted to a private method now.
  • Add OnLoadMoreListener.shouldLoadMore().

Version 1.2.7 (2017-12-09)

Version 1.2.6 (2017-09-16)

Version 1.2.3 (2017-09-09)

  • Update to com.android.support:recyclerview-v7:26.0.2

Version 1.2.2 (2017-09-06)

  • Fix empty cell not being shown after call removeAllCells()

Version 1.2.1 (2017-08-18)

  • Remove OnCellClickListener2 and OnCellLongClickListener2

Version 1.2.0 (2017-08-16)

  • SimpleViewHolder implements LayoutContainer to support view cache feature added in kotlin 1.1.4

Version 1.1.25 (2017-08-10)

  • SimpleCell.getItemId() has default implementation

Version 1.1.24 (2017-08-10)

  • Bug fix

Version 1.1.20 (2017-08-03)

  • Add @NonNull annotation to avoid unnecessary unwrap in kotlin
  • Rename SectionHeaderProviderAdapter to SimpleSectionHeaderProvider

Version 1.1.19 (2017-08-02)

  • Fix attribute autocomplete not showing issue

Version 1.1.18 (2017-07-05)

  • Bug fix

Version 1.1.17 (2017-06-05)

Version 1.1.16 (2017-04-28)

  • Update updateCells() signature

Version 1.1.11 (2017-04-03)

Version 1.1.10 (2017-03-11)

  • Fix section header bug

Version 1.1.9 (2017-03-11)

Version 1.1.8 (2017-02-19)

  • Expose showEmptyStateView and hideEmptyStateView methods
  • Add showEmptyStateView attribute

Version 1.1.7 (2017-02-16)

Version 1.1.6 (2017-02-15)

Version 1.1.5 (2017-02-14)

  • Fix Issue#10 and disable item animator by default

Version 1.1.2 (2017-02-14)

Version 1.1.1 (2017-02-14)

Version 1.1.0 (2017-02-12)

  • Add load more view

Version 1.0.6 (2017-02-10)

  • Update default cell listeners

Version 1.0.5 (2017-02-10)

  • Update minSdkVersion to 14

Version 1.0.4 (2017-02-09)

Version 1.0.3 (2017-02-09)

Version 1.0.2 (2017-02-07)

  • Fix incorrect divider for grid sequence mode issue.

Version 1.0.1 (2017-02-06)

  • Fix invalid viewholder adapter position issue.