Skip to content

Releases: fingerprintjs/fingerprintjs-android

v1.2.1

03 May 05:39
Compare
Choose a tag to compare

Fix crashes in instant apps

1.2

26 May 10:38
Compare
Choose a tag to compare
1.2

Changelog

  1. Min API version increased to 21 (Android 5.0). For supporting older devices use release 1.1 (with min API 16)
  2. 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.
  3. Updated all dependencies, Kotlin, AGP etc.

1.1

28 Jan 13:38
Compare
Choose a tag to compare
1.1
  • Fingerprint v2, which contains 15 new signals, including:
  1. Region country
  2. Timezone
  3. Default language
  4. Battery health
  5. Battery full capacity
  6. List of cameras
  7. GL ES version
  8. ABI type, cores count
  9. System apps
  10. Android version
  11. SDK version
  12. Kernel version
  13. Storage encryption status
  14. Codecs list
  15. 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

26 Jan 16:07
Compare
Choose a tag to compare
1.1-rc1 Pre-release
Pre-release
  • Fingerprint v2, which contains 15 new signals, including:
  1. Region country
  2. Timezone
  3. Default language
  4. Battery health
  5. Battery full capacity
  6. List of cameras
  7. GL ES version
  8. ABI type, cores count
  9. System apps
  10. Android version
  11. SDK version
  12. Kernel version
  13. Storage encryption status
  14. Codecs list
  15. 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

11 Dec 15:11
Compare
Choose a tag to compare

Contains fixes for a fatal bug on old API levels, and some improvements for testing process

v1.0.1

02 Dec 12:34
Compare
Choose a tag to compare

Contains:

  1. Fixes for duplicated key in Settings Data source
  2. Decreased minAPI version (from 19 to 16)
  3. Improvements for Playground App. Now you can export all the data in csv-file and share it to another app.

v1.0

20 Nov 12:50
Compare
Choose a tag to compare

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.