Skip to content

Releases: TonicArtos/SuperSLiM

Early Release 4.6

16 Mar 23:17
Compare
Choose a tag to compare

Changelog

  • Fix scroll to start over section with one item (#60).

Early Release 4.5

23 Mar 19:02
Compare
Choose a tag to compare

Changelog

  • Fix scroll at content end with grid (#55). Thank you @Eifelschaf for your help.
  • Lots of minor fixes.

Early Release 4.4

04 Mar 12:10
Compare
Choose a tag to compare

Changelog

  • Fix regression spamming onCreateViewHolder (#50).

Early Release 4.3

03 Mar 13:04
Compare
Choose a tag to compare

Changelog

  • Fix layout requested position (orientation change) when content doesn't fill the recycler view (#49).
  • Fix scroll jumping if content doesn't fill the recycler view (#47).

Early Release 4.1

02 Mar 18:47
Compare
Choose a tag to compare

Just a minor fix this time.

Changelog

  • Fixed smooth scrolling to sticky header (#44).

Early Release 4

27 Feb 20:32
Compare
Choose a tag to compare

Big changes in this version. Layout and scrolling have new cleaner implementations with better performance. SuperSLiM should also be a little nicer to use with more xml configuration available and a simpler declaration of section layouts.

Changelog

  • Simpler initialisation (#41).
  • Configuration of SLMs through layout params and xml.
  • Support for layout params and xml attrs for custom SLMs.
  • Support margins (#43).
  • New layout implementation.
  • New scroll implementation.
  • Fix layout corruption on fling (#35).
  • Add scroll indicator (#14).
  • Change layoutId to sectionManager (#28).

Early Release 2.4

19 Feb 14:08
Compare
Choose a tag to compare
Early Release 2.4 Pre-release
Pre-release

Changelog

  • Fix NPE on no header.

Early Release 2.3

19 Feb 04:41
Compare
Choose a tag to compare
Early Release 2.3 Pre-release
Pre-release

Changelog

  • Fix jump to inline header when scrolling (#31).

Early Release 2.2

18 Feb 20:37
Compare
Choose a tag to compare
Early Release 2.2 Pre-release
Pre-release

Just a quick bug fix for a severe issue.

Changelog

  • Fix NPE for sections without headers (#27).

Early Release 2.1

17 Feb 11:59
Compare
Choose a tag to compare
Early Release 2.1 Pre-release
Pre-release

Changelog

  • Add methods required for infinite scrolling (#22).
  • Fix extraneous creation of view holders by grid section layout manager (#15).