Releases: thumbmarkjs/thumbmark-android
Releases · thumbmarkjs/thumbmark-android
1.0.0
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
What's Changed
- Expose callback for
idfunction and move to Coroutine by @bstillitano in #3
Full Changelog: 0.2.0...0.3.0
0.2.0
What's Changed
- Add unit tests and named parameters by @bstillitano in #1
New Contributors
- @bstillitano made their first contribution in #1
Full Changelog: 0.1.0...0.2.0
0.1.0
Known issues
- No example app
- No vendorId property exposed
- No unit tests