SectionedRecyclerViewAdapter v1.0.5 Release Notes

Release Date: 2017-04-01 // about 7 years ago
  • SectionedRecyclerViewAdapter class

    • ๐Ÿ—„ Deprecate getSectionPosition(int) method, method getPositionInSection(int) created as replacement.
    • โž• Add getSectionPosition(String) method.
    • โž• Add methods notifyItemInsertedInSection and notifyItemRangeInsertedInSection.
    • โž• Add methods notifyItemRemovedFromSection, notifyItemRangeRemovedFromSection.
    • โž• Add methods notifyItemChangedInSection and notifyItemRangeChangedInSection.
    • โž• Add methods notifyItemRangeChangedInSection and notifyItemMovedInSection.

    AndroidManifest

    • โœ‚ Remove label from application tag in the manifest file.