Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

1.0.0

Compare
Choose a tag to compare
@mannodermaus mannodermaus released this 07 Sep 23:19
· 21 commits to 2.x since this release

(Compatible with RxJava 1)

Contrary to the 0.x releases of this library, RxBonjour doesn't apply Schedulers to created Observables anymore! Therefore, please make sure to add the necessary subscribeOn() to your chains yourself from now on.

Other than that, only the package name changed, which can be dealt with using a simple Search-Replace (import rxbonjour.import de.mannodermaus.rxbonjour.).

  • Updated JmDNS library
  • Moved Package Namespace
  • Changed Scheduler Policy