Skip to content

Releases: thumbmarkjs/thumbmark-android

1.0.0

01 May 02:48
471da0c
Compare
Choose a tag to compare

Component volatility

Developers can now specify the level of volatility they'd like the produced fingerprint to allow. Allowed values are HIGH, MEDIUM and LOW, where "high" is the highest level of volatility, or better put, the most likely to change without notice. This can be accessed via:

import com.thumbmarkjs.thumbmark_android.Thumbmark

Thumbmark.setVolatility(ComponentVolatility.HIGH)
val id: String = Thumbmark.id(context = this)

Full Changelog: 0.3.0...1.0.0

0.3.0

22 Apr 06:05
5de6447
Compare
Choose a tag to compare

What's Changed

  • Expose callback for id function and move to Coroutine by @bstillitano in #3

Full Changelog: 0.2.0...0.3.0

0.2.0

16 Apr 09:50
17eb2a7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.1.0...0.2.0

0.1.0

16 Apr 05:15
Compare
Choose a tag to compare

Known issues

  • No example app
  • No vendorId property exposed
  • No unit tests