- 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()
. Useget()
instead. - Updated Play Services (9.8.0) and RxJava (1.2.1).
- Added
PutDataMap.toObservable()
. - Deprecated
RxWear.Data.getSingle()
. UseRxWear.Data.get()
instead. - Added convenience methods to
RxWear.Data
andRxWear.Message
to directly filter out DataItems/MessageEvents by path. - Fixed issue #1, which was caused by Wearable API issue 74204
- 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.