Skip to content

0.4.0

Latest
Compare
Choose a tag to compare
@JakeWharton JakeWharton released this 19 Feb 03:56
· 298 commits to master since this release
  • New bindings!
    • rxbinding:
      • RxAbsListView:
        • scrollEvents - List scroll events.
      • RxAutoCompleteTextView:
        • completionHint - Sets the hint text at the bottom of the suggestion list.
        • threshold - Sets the minimum number of characters before suggestions are shown.
      • RxPopupMenu:
        • itemClicks - Menu item clicks.
        • dismisses - Menu item dismissal.
    • rxbinding-appcompat-v7:
      • RxActionMenuView:
        • itemClicks - Menu item clicks.
      • RxPopupMenu:
        • itemClicks - Menu item clicks.
        • dismisses - Menu item dismissal.
    • rxbinding-design:
      • RxTextInputLayout:
        • error - Sets the error text for the text input.
        • errorRes - Sets the error text resource for the text input.
    • rxbinding-support-v4:
      • RxMenuItemCompat:
        • actionViewEvents- Menu item action view events.
  • Update Kotlin modules dependency to v1.0.0.
  • Fix: Remove 76 needless synthetic accessor methods.

Platform bindings:

compile 'com.jakewharton.rxbinding:rxbinding:0.4.0'

'support-v4' library bindings:

compile 'com.jakewharton.rxbinding:rxbinding-support-v4:0.4.0'

'appcompat-v7' library bindings:

compile 'com.jakewharton.rxbinding:rxbinding-appcompat-v7:0.4.0'

'design' library bindings:

compile 'com.jakewharton.rxbinding:rxbinding-design:0.4.0'

'recyclerview-v7' library bindings:

compile 'com.jakewharton.rxbinding:rxbinding-recyclerview-v7:0.4.0'

'leanback-v17' library bindings:

compile 'com.jakewharton.rxbinding:rxbinding-leanback-v17:0.4.0'

Kotlin extension methods for all of the above libraries are available by appending -kotlin to the 'artifactId' of the dependency. For example, rxbinding-support-v4 becomes rxbinding-support-v4-kotlin.