0.25.0
- New:
RxAndroidPlugins
and itsRxAndroidSchedulersHook
provides a mechanism similar toRxJavaPlugins
(and itsRxJavaSchedulersHook
) for
changing the scheduler returned fromAndroidSchedulers.mainThread()
as well as a callback for each subscription on anyHandler
-based scheduler. - Fix: Ensure errors are properly propagated from
ContentObservable.fromCursor
. - Fix:
LifecycleObservable
now correctly unsubscribes from its sources.
Breaking changes:
- Users of
AppObservable.bindFragment
with a support-v4Fragment
should now usebindSupportFragment
.