Skip to content

Releases: patloew/RxWear

RxWear v2.0.0

30 Oct 13:25
Compare
Choose a tag to compare

Initial release. Provides the same functionality as RxWear 1.3.0, but with RxJava 2.

RxWear v1.3.0

30 Oct 12:01
Compare
Choose a tag to compare

Changes

  • BREAKING CHANGE: RxWear no longer provides static methods. Create an instance once and share it, e.g. via dependency injection or by providing the instance via your Application class.
  • BREAKING CHANGE: Removed deprecated Data method getSingle(). Use get() instead.
  • Updated Play Services (9.8.0) and RxJava (1.2.1).

RxWear v1.2.0

23 May 11:59
Compare
Choose a tag to compare

Changes

  • Added PutDataMap.toObservable().
  • Deprecated RxWear.Data.getSingle(). Use RxWear.Data.get() instead.
  • Added convenience methods to RxWear.Data and RxWear.Message to directly filter out DataItems/MessageEvents by path.
  • Fixed issue #1, which was caused by Wearable API issue 74204

RxWear v1.1.0

12 Mar 11:20
Compare
Choose a tag to compare

Changes

  • BREAKING CHANGE: The lib now uses Singles instead of Observables if only one item is emitted.
  • BREAKING CHANGE: Removed unnecessary getRemoteNodes().
  • BREAKING CHANGE: Observables, which previously returned a List/Map, now emit the items/values of these Collections.

RxWear v1.0.0

10 Mar 22:50
Compare
Choose a tag to compare

Initial release, with Observables for all methods exposed by the Wearable API.