butterknife v4.0.0 Release Notes

Release Date: 2013-11-25 // over 10 years ago
  • Views class is now named ButterKnife

    • New listeners!
      • View: @OnLongClick and @OnFocusChanged.
      • TextView: @OnEditorAction.
      • AdapterView: @OnItemClick and @OnItemLongClick.
      • CompoundButton: @OnCheckedChanged.
    • New: Views are now only checked to be null once if at least one of the fields and/or methods lack the @Optional annotation.
    • Fix: Do no emit redundant casts to View for methods.