- Fix RecyclerViewStickyHeadItemDecoration udpate when data has changed bug;
- Add RecyclerViewItemWrapper to make template for custom view type.
- Add OnRecyclerViewItemClickListener and OnRecyclerViewItemLongClickListener for RecyclerView.
- Fix RecyclerViewStickyHeadItemDecoration bug.
- Add ignoreTypes for RecyclerViewLinearSpaceItemDecoration.Builder.
- RecyclerViewItemDecoration changes to RecyclerViewLinearItemDecoration and RecyclerViewGridItemDecoration (not support color with alpha).
- RecyclerViewSpaceDecoration changes to RecyclerViewLinearSpaceItemDecoration and RecyclerViewGridSpaceItemDecoration ( support StaggeredGridLayoutManager) .
Fix fit RecyclerView padding for LinearLayoutManger.
Change to androidx libs.
Add class RecyclerViewStickyHeadItemDecoration,auto make group view type into sticky head mode。
Fix ItemDecoration Grid mode horizontal offset bug.
Combine RecyclerViewDecoration into this lib,expand RecyclerViewGroupItemDecoration,Release this lib to the public。