airbnb / RxGroups

Easily group RxJava Observables together and tie them to your Android Activity lifecycle
Apache License 2.0
693 stars 44 forks source link

Migrate to RxJava2 #42

Closed BenSchwab closed 7 years ago

BenSchwab commented 7 years ago

closes https://github.com/airbnb/RxGroups/issues/34

This is a stab at migrating to RxJava2:

Code changes: b8e5313 Test changes: ab21d32

Most of the code changes are simple mappings from: https://github.com/ReactiveX/RxJava/wiki/What's-different-in-2.0.

Two things to note:

The test changes may seem like a lot, but most of the changes are caused by: