Skip to content

Releases: Mauin/RxFingerprint

v1.2.1

14 Oct 07:47
Compare
Choose a tag to compare

Dependency updates:

  • #12 Update used RxJava version to v1.2.1

Internal changes:

  • #14 Replaces usages of Emitter with Subscriber again as it's Experimental state can cause issues with clients that use different RxJava versions than the library.

v1.2.0

13 Oct 07:31
Compare
Choose a tag to compare

This release fixes an issue with the Fingerprint API which could cause issues with RxFingerprint calls on rotation.

Fixed issues:

  • #13 Discourage use of Application Context

v1.1.1

21 Aug 14:09
Compare
Choose a tag to compare

Updates Support Library to v24.2.0.
Slims down dependencies by only using the part of the v4 support library that is actually needed.

v1.1.0

08 Aug 17:06
Compare
Choose a tag to compare

This release contains the following things:

  • Update dependencies
  • Use Observable#fromAsync instead of Observable#create
  • Hides some classes