Skip to content

Releases: detmir/recycli

2.2.0

29 Jan 12:15
Compare
Choose a tag to compare

Allow static binders initialization

2.1.0

02 Aug 15:26
Compare
Choose a tag to compare
  • add Keep annotation to binders, no need to add ProGuard rules

2.0.0

12 Jul 12:25
Compare
Choose a tag to compare
  • moved to KSP, faster builds
  • automatic set binders to adapters, no need to pass binders to adapter constructors or static field
  • inner binders creation optimization (faster adapter creation at runtime)
  • AsyncListDiffer (better RecyclerView performance, no main thread freezes on adapter update)
  • extension methods to pass data directly to RecyclerView, no need to create adapters manually

1.9.0

19 Oct 12:10
Compare
Choose a tag to compare
  • Fix binder package and file name

1.8.0

04 Jul 17:07
Compare
Choose a tag to compare
  • make processor incremental

Release 1.5.0

04 Jul 11:37
Compare
Choose a tag to compare
  • update Gradle to 7.x
  • support incremental

1.4.0

08 Jun 15:50
Compare
Choose a tag to compare
  • support Paging 3 Library
  • Various bug fixes
  • remove unnecessary dependencies (keep only RecyclerView)
  • min RecyclerView now 1.0.0, min SDK - 16

Release 1.0.8

03 Sep 14:57
Compare
Choose a tag to compare

MinSDK = 16

Release 1.0.5

27 Apr 07:53
Compare
Choose a tag to compare
  • add stackFromEnd support for infinity scroll