Skip to content

Releases: crux-lab/sectioned-recycler-view

Fix crash due to race condition

28 Apr 20:15
Compare
Choose a tag to compare

Because the addition of a header view is synchronous, but view removal is done in View.post(), there can be a case when two adds happen in a row, and it can lead to a crash. Performing both operations in View.post() resolves the issue.

Migrate to AndroidX

17 Apr 22:21
Compare
Choose a tag to compare
1.1.0

Merge branch 'switch-to-jitpack'

Add notifyDataSetChanged & make updateSection handle section size updates

17 Apr 22:20
Compare
Choose a tag to compare
  • Add notifyDataSetChanged method to BaseSectionAdapter
    Previosly, there was no correct way to notify about complete
    reset of data in adapter.

  • Make SectionManager.updateSection handle section size updates
    Old implemenation of updateSection was expecting that section size
    remains the same. Now it handles such changes and updates
    sectionToPosSum properly.

Add GridLayoutManager support

17 Apr 20:36
Compare
Choose a tag to compare
1.0.2

Switch to jitpack publish configuration for 1.0.2

Set library minSdk to 16

17 Apr 20:00
Compare
Choose a tag to compare
1.0.1

Switch to jitpack publish configuration for 1.0.1

Initial version

17 Apr 19:32
Compare
Choose a tag to compare
1.0.0

Switch to jitpack publish configuration for 1.0.0