- Fix Issue#47
- Should call
SimpleRecyclerView.showLoadMoreView()
/SimpleRecyclerView.hideLoadMoreView()
to show / hide load more view. - Promote
SimpleRecyclerView.showLoadMoreView()
andSimpleRecyclerView.hideLoadMoreView()
.
- Fix wrong section header measurement.
- Fix:
removeAllCells()
should not trigger load more callback.
- Check validity of target scroll position.
- Speparate kotlin android extensions module.
- Add
SimpleRecyclerView.smoothScrollToPosition()
andSimpleRecyclerView.scrollToPosition()
- Update
SimpleCell.setOnCellClickListener
andSimpleCell.setOnCellLongClickListener
signature.
- Handle load more state automatically. No need to call
setLoadingMore()
manually, and the method is demoted to a private method now. - Add
OnLoadMoreListener.shouldLoadMore()
.
- Fix Issue#34
- Fix Issue#31
- Update to
com.android.support:recyclerview-v7:26.0.2
- Fix empty cell not being shown after call
removeAllCells()
- Remove
OnCellClickListener2
andOnCellLongClickListener2
SimpleViewHolder
implementsLayoutContainer
to support view cache feature added in kotlin1.1.4
SimpleCell.getItemId()
has default implementation
- Bug fix
- Add
@NonNull
annotation to avoid unnecessary unwrap in kotlin - Rename
SectionHeaderProviderAdapter
toSimpleSectionHeaderProvider
- Fix attribute autocomplete not showing issue
- Bug fix
- Fix Issue#27
- Update
updateCells()
signature
- Fix Issue#24
- Fix section header bug
- Fix Issue#21
- Expose
showEmptyStateView
andhideEmptyStateView
methods - Add
showEmptyStateView
attribute
- Fix Issue#15
- Fix Issue#8
- Fix Issue#10 and disable item animator by default
- Fix Issue#6
- Fix Issue#7
- Add load more view
- Update default cell listeners
- Update
minSdkVersion
to 14
- Fix Issue#5
- Fix Issue#4
- Fix incorrect divider for grid sequence mode issue.
- Fix invalid viewholder adapter position issue.