Home / 0.4.0
Name Modified Size InfoDownloads / Week
Parent folder
0.4.0.tar.gz 2016-02-19 139.4 kB
0.4.0.zip 2016-02-19 358.8 kB
README.md 2016-02-19 1.9 kB
Totals: 3 Items   500.1 kB 0
  • 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:

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

'support-v4' library bindings:

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

'appcompat-v7' library bindings:

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

'design' library bindings:

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

'recyclerview-v7' library bindings:

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

'leanback-v17' library bindings:

:::groovy
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.

Source: README.md, updated 2016-02-19