Skip to content

Releases: androidbroadcast/ViewBindingPropertyDelegate

1.4.2

02 Mar 19:00
Compare
Choose a tag to compare
  • Migrate to Maven Central. This is the latest releases available via JCenter.
  • Artifacts group and id were changed for artifacts on Maven Central. See README for more details
  • Support of ViewTreeLifecycleOwner for ViewGroup bindings
  • LifecycleViewBindingProperty lifecycle management improvements
  • Improvements in viewBinding work for DialogFragment
  • Bugfixes

1.4.1

10 Jan 14:22
Compare
Choose a tag to compare
  • Bug fixes

1.4.0

01 Jan 16:15
Compare
Choose a tag to compare
  • Added support of RecyclerView.ViewHolder
  • Added support of ViewGroup
  • Added possibility to use the viewBinding delegate without specifying rootView.
  • Improved speed of usage viewBinding with reflection
  • More ways of creating ViewBinding using ViewBinding.inflate instead of ViewBinding.bind
  • Breaking changes viewBinding() in Activities use ViewBinding.bind instead of ViewBinding.inflate. To return previous behaviour use viewBinding(CreateMethod.INFLATE)
  • Split implementation of lazy viewBinding delegate and implementation with lifecycle
  • Minor improvements and bugfixes

1.3.1

01 Dec 11:06
Compare
Choose a tag to compare
  • Fix possible memory leak
  • Fix bug in DialogFragment

1.3.0

22 Oct 09:58
Compare
Choose a tag to compare
  • Added support of create ViewBinding using ViewBinding.inflate(LayoutInflater)
  • Added possibility to create ViewBindingProperty using Class<ViewBinding> instance
  • Upgrade view binding library to 4.1.0
  • Improved performance: removed check working from the main thread with ViewBindingProperty
  • Update sample

1.2.2

04 Oct 17:27
Compare
Choose a tag to compare
  • Bug fixing

1.2.1

17 Sep 09:40
Compare
Choose a tag to compare
  • Bug fixing

1.2.0

10 Sep 15:19
Compare
Choose a tag to compare
  • Add artifact vbpd-noreflection without reflection when create a ViewBindingProperty
  • Fix bug in Fragment

1.1.0

09 Sep 08:56
Compare
Choose a tag to compare
  • Simplify API

1.1.0-beta02

07 Sep 11:48
Compare
Choose a tag to compare
  • Bug fix