Skip to content

Releases: StephenVinouze/AdvancedRecyclerView

2.0.5

Choose a tag to compare

@StephenVinouze StephenVinouze released this 31 May 09:53

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

1.1.6

Choose a tag to compare

@StephenVinouze StephenVinouze released this 06 Sep 11:25

Upgrade Kotlin and Appcompat version

1.1.4

Choose a tag to compare

@StephenVinouze StephenVinouze released this 24 Aug 08:23
  • Upgrade Kotlin and Gradle plugins
  • Refactor Kotlin code with newest patterns
  • Fix notifyItemSetChanged on item click for sectioned list

1.1.3

Choose a tag to compare

@StephenVinouze StephenVinouze released this 20 Jun 09:46
  • Upgrade Kotlin and Gradle plugins
  • Prevent calling notifyDataSetChanged on item click
  • Various fix

1.1.2

Choose a tag to compare

@StephenVinouze StephenVinouze released this 18 Apr 09:18
  • 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

1.1.1 Pre-release
Pre-release

Choose a tag to compare

@StephenVinouze StephenVinouze released this 20 Jun 09:42
Clean appcompat dependencies

1.1.0

1.1.0 Pre-release
Pre-release

Choose a tag to compare

@StephenVinouze StephenVinouze released this 20 Jun 09:42
Clean appcompat dependencies

Release 1.0.3

Choose a tag to compare

@StephenVinouze StephenVinouze released this 08 Jun 07:50

Make default callback implementation overridable

Release 1.0.2

Choose a tag to compare

@StephenVinouze StephenVinouze released this 30 Apr 13:36

Upload artifacts to Jitpack

Release 1.0.1

Release 1.0.1 Pre-release
Pre-release

Choose a tag to compare

@StephenVinouze StephenVinouze released this 30 Apr 13:36

Create different modules to separate main features from core