Skip to content
This repository has been archived by the owner on Apr 26, 2019. It is now read-only.

Releases: avast/android-butterknife-zelezny

v1.6.0

22 Mar 12:21
Compare
Choose a tag to compare
  • Added support for Unbinder in ButterKnife 8 (#97)
  • Fixed finding IDs for layouts named 'title_bar' (#103)
  • Updated test-app
  • Added support for generating separate OnClick methods

v1.5.0

02 May 13:10
Compare
Choose a tag to compare
  • Support for ButterKnife 8.0.1 (#93)
  • Added "select/deselect all" checkbox (#89)

v1.4.0

02 Feb 14:45
Compare
Choose a tag to compare
  • Support for OnClick (#73)
  • Fixed plugin crashes (#62 and #52)

v1.3.2

17 Jul 09:58
Compare
Choose a tag to compare
  • Fixed plugin crash (#60)
  • Bugfixes

v1.3.1

16 Jul 11:28
Compare
Choose a tag to compare
  • Fix plugin crash (#57)

v1.3

15 Jul 08:08
Compare
Choose a tag to compare
  • Support for ButterKnife 7
  • Support for different ButterKnife versions in different modules
  • Navigation support between @OnClick method and corresponding @Bind/@InjectView field

v1.2

16 Feb 10:39
Compare
Choose a tag to compare
  • It's possible to set empty member prefix (#24)
  • Fix for wrong injections in Fragment's onCreateView (#28)
  • Fix for adding unnecessary injections (#26)

v1.1

21 Jul 13:19
Compare
Choose a tag to compare
  • new settings: change default prefix and ViewHolder class name
  • adds ButterKnife inject() and reset() methods if not present
  • dialog can be confirmed by ENTER
  • bugfixes