Releases: fingerprintjs/fingerprintjs-android
Releases · fingerprintjs/fingerprintjs-android
v1.2.1
Fix crashes in instant apps
1.2
Changelog
- Min API version increased to 21 (Android 5.0). For supporting older devices use release 1.1 (with min API 16)
- Added Media DRM identifier. It is single across all applications and doesn't require any permissions. But it may be missing on some devices, so default is Google Service Framework ID.
- Updated all dependencies, Kotlin, AGP etc.
1.1
- Fingerprint v2, which contains 15 new signals, including:
- Region country
- Timezone
- Default language
- Battery health
- Battery full capacity
- List of cameras
- GL ES version
- ABI type, cores count
- System apps
- Android version
- SDK version
- Kernel version
- Storage encryption status
- Codecs list
- Security providers
- Refactoring of internals
- New API method for choosing stability mode for fingerprint: Stable, optimal, or unique
- Playground app: new controller to choose stability modes, and now there only signals listed that were used for fingerprint calculation
1.1-rc1
- Fingerprint v2, which contains 15 new signals, including:
- Region country
- Timezone
- Default language
- Battery health
- Battery full capacity
- List of cameras
- GL ES version
- ABI type, cores count
- System apps
- Android version
- SDK version
- Kernel version
- Storage encryption status
- Codecs list
- Security providers
- Refactoring of internals
- New API method for choosing stability mode for fingerprint: Stable, optimal, or unique
- Playground app: new controller to choose stability modes, and now there only signals listed that were used for fingerprint calculation
1.0.2
Contains fixes for a fatal bug on old API levels, and some improvements for testing process
v1.0.1
Contains:
- Fixes for duplicated key in Settings Data source
- Decreased minAPI version (from 19 to 16)
- Improvements for Playground App. Now you can export all the data in csv-file and share it to another app.
v1.0
The first version of fingerprint-android library.
It has two common methods for device identification and fingerprint calculation, and additional methods for access to their internals.