Skip to content

Releases: patloew/RxFit

RxFit v2.0.1

24 Nov 14:53
Compare
Choose a tag to compare

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).

RxFit v2.0.0

30 Oct 12:03
Compare
Choose a tag to compare

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

RxFit v1.5.0

25 Oct 16:29
Compare
Choose a tag to compare

Changes

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

RxFit v1.4.0

28 Sep 17:02
Compare
Choose a tag to compare

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.

RxFit v1.3.0

29 Jun 09:23
Compare
Choose a tag to compare

Changes

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

RxFit v1.2.1

17 Apr 10:24
Compare
Choose a tag to compare

Changes

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

RxFit v1.2.0

17 Mar 18:42
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: 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.

RxFit v1.1.1

08 Mar 21:40
Compare
Choose a tag to compare

Changes

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

RxFit v1.1.0

07 Mar 16:24
Compare
Choose a tag to compare

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.

RxFit v1.0.0

05 Mar 00:34
Compare
Choose a tag to compare

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