systemUiVisibilityChanges - System UI visibility changes.
RxViewGroup:
changeEvents - Child add and remove events.
rxbinding-appcompat-v7:
RxToolbar:
navigationClicks - Clicks on the navigation view.
rxbinding-design:
RxAppBarLayout:
offsetChanges - Offset value changes.
RxSwipeDismissBehavior:
dismisses - Dismiss events.
RxTextInputLayoutTest:
counterEnabled - Sets the enabled state of the counter.
counterMaxLength - Sets the maximum length of the counter.
hint - Sets the hint text.
hintRest - Sets the hint text using a resource.
rxbinding-recyclerview-v7:
RxRecyclerView:
scrollStateChanges - Scroll state changes (dragging, settling, idling).
RxRecyclerViewAdapter:
childAttachStateChangeEvents - Child attach and detach events.
dataChanges - Adapter data changes.
rxbinding-support-v4:
RxViewPager:
pageSelections - Page index selections.
Update Kotlin dependency to v1.0.0-beta-1038.
Update support library dependencies to v23.1.0.
Fix: Bindings whose values are irrelevant now use Void instead of Object (and Unit in
Kotlin).
Fix: Remove binding overloads which provided event objects that included no additional
information (aside from the source view). To include the source view for an event, add it with
the map operator (e.g., RxFoo.bar(sourceView).map(data -> new Pair<>(sourceView, data))).
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.