io.reactivex.rxjava2:rxandroid
2.1.1
#483 most downloaded on Maven Central
ReactiveX/RxAndroid
What this package is like to depend on
Last release 8 years ago
no release in 18 months
Release timing varies
gaps range from 2 weeks to 1.3 years
Nearly every release is documented
notes for 5 of 5 stable releases
Nothing withdrawn
no release was ever pulled
10 years old
6 releases · first in 2016
0 releases in the last 12 months
see the full history below
Release timeline
6 releases · Aug 2016 to Feb 2019Releases
latest 6-
2.1.115 Feb 2019Release notes
Open source →Bugfixes
- Pull 442 - Use async messages for Scheduler.scheduleDirect
Download:
implementation 'io.reactivex.rxjava2:rxandroid:2.1.1' -
2.1.016 Aug 2018Release notes
Open source →API Enhancements
- Pull 416 - Add an option to post async messages
Download:
implementation 'io.reactivex.rxjava2:rxandroid:2.1.0' -
2.0.212 Feb 2018Release notes
Open source → -
2.0.112 Nov 2016 -
2.0.029 Oct 2016Release notes
Open source →General availability of RxAndroid 2.0 for use with RxJava 2.0!
The sections below contain the changes since 2.0.0-RC1.
API Enhancements
- Pull 338 - Evaluate
Schedulersinitialization viaCallable
- Pull 338 - Evaluate
-
2.0.0-RC125 Aug 2016 pre-releaseRelease notes
Open source →RxAndroid 2.0 has been rewritten from scratch to support RxJava 2.0.
The library still offers the same APIs: a scheduler and stream cancelation callback that know about
the main thread, a means of creating a scheduler from anyLooper, and plugin support for the
main thread sheduler. They just reside in a new package,io.reactivex.android, and may have
slightly different names.For more information about RxJava 2.0 see its RC1 release notes
Download:
compile 'io.reactivex.rxjava2:rxandroid:2.0.0-RC1'