RxFit Versions Save

🏃Reactive Fitness API Library for Android and RxJava

v2.0.1

7 years ago

Changes

  • Add consumer ProGuard rules.
  • Add possibility to disable the automatic handling of resolutions, by passing a boolean parameter when creating an RxFit instance.
  • Update RxJava (2.0.1) and Google Play Services (10.0.0).

v2.0.0

7 years ago

Initial release. Provides the same functionality as RxFit 1.5.0, but with RxJava 2.

v1.5.0

7 years ago

Changes

  • Updated Play Services (9.8.0) and RxJava (1.2.1).
  • Added support for Goals API.

v1.4.0

7 years ago

Changes

  • Updated Play Services (9.6.1) and RxJava (1.2.0).
  • BREAKING CHANGE: RxFit 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.

v1.3.0

7 years ago

Changes

  • Updated to Play Services 9.2.0.
  • Updated RxJava.
  • Added support for History API un/registerDataUpdateListener().

v1.2.1

8 years ago

Changes

  • BREAKING CHANGE: RxFit.OnExceptionResumeNext now exposes a static .with() method, which returns a Single or Observable Transformer.
  • Updated dependencies.

v1.2.0

8 years ago

Changes

  • BREAKING CHANGE: The lib now uses Singles instead of Observables if only one item is emitted.
  • BREAKING CHANGE: Observables, which previously emitted a single List, now emit the items of the list.
  • BREAKING CHANGE: RxFit.Ble.startScan(...) and stopScan(...) was removed and replaced by RxFit.Ble.scan(...).
  • Added RxFit.OnExceptionResumeNext.Single Transformer.

v1.1.1

8 years ago

Changes

  • Fix for multiple subscribers on RxFit Observables.
  • Fixed bug which did not handle Exceptions after successful resolution.
  • Added RxFit.OnExceptionResumeNext Transformer.

v1.1.0

8 years ago

Changes

  • BREAKING CHANGE: Removed PermissionRequiredException in favor of SecurityException
  • Added RxFit.checkConnection() Completable.
  • Timeouts can now be provided when creating an Observable. Also, a global default timeout for all Fit API requests made through the lib can be set.

v1.0.0

8 years ago

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