SectionedRecyclerViewAdapter v1.2.0 Release Notes

Release Date: 2018-03-10 // about 6 years ago
  • Section class

    • ✂ Remove all deprecated constructors.
    • ➕ Add methods isItemViewWillBeProvided, isHeaderViewWillBeProvided, isFooterViewWillBeProvided, isLoadingViewWillBeProvided, isFailedViewWillBeProvided and isEmptyViewWillBeProvided.
    • ➕ Add methods getItemView, getHeaderView, getFooterView, getLoadingView, getFailedView and getEmptyView.

    SectionedRecyclerViewAdapter class

    • ✂ Remove method getSectionsMap.
    • ➕ Add method getCopyOfSectionsMap
    • ➕ Add method removeSection(Section).

    SectionParameters class

    • ➕ Add factory method for Builder class.

    🏗 SectionParameters.Builder class

    • 🗄 Deprecate constructor with itemResourceId as parameter.
    • ➕ Add method itemResourceId.
    • ➕ Add methods itemViewWillBeProvided, headerViewWillBeProvided, footerViewWillBeProvided, loadingViewWillBeProvided, failedViewWillBeProvided and emptyViewWillBeProvided.

    StatelessSection class

    • ✂ Remove all deprecated constructors.