Skip to content

Releases: StephenVinouze/AdvancedRecyclerView

2.0.5

31 May 09:53
Compare
Choose a tag to compare

Upgrade Gradle + Kotlin 1.3.31
Support androidX
Add ktlint + lint plugins + danger to automate code reviews

1.1.6

06 Sep 11:25
Compare
Choose a tag to compare

Upgrade Kotlin and Appcompat version

1.1.4

24 Aug 08:23
Compare
Choose a tag to compare
  • Upgrade Kotlin and Gradle plugins
  • Refactor Kotlin code with newest patterns
  • Fix notifyItemSetChanged on item click for sectioned list

1.1.3

20 Jun 09:46
Compare
Choose a tag to compare
  • Upgrade Kotlin and Gradle plugins
  • Prevent calling notifyDataSetChanged on item click
  • Various fix

1.1.2

18 Apr 09:18
Compare
Choose a tag to compare
  • Upgrade Kotlin and Gradle plugins
  • Remove design dependency to resolve version conflicts and reduce method count
  • sectionAt() returns a <SECTION>? model instead of Any?
  • Rename some section arguments

1.1.1

20 Jun 09:42
Compare
Choose a tag to compare
1.1.1 Pre-release
Pre-release
Clean appcompat dependencies

1.1.0

20 Jun 09:42
Compare
Choose a tag to compare
1.1.0 Pre-release
Pre-release
Clean appcompat dependencies

Release 1.0.3

08 Jun 07:50
Compare
Choose a tag to compare

Make default callback implementation overridable

Release 1.0.2

30 Apr 13:36
Compare
Choose a tag to compare

Upload artifacts to Jitpack

Release 1.0.1

30 Apr 13:36
Compare
Choose a tag to compare
Release 1.0.1 Pre-release
Pre-release

Create different modules to separate main features from core