Skip to content

Releases: seamfix/android-nfiq-calc

Version 1.0.2

18 May 15:43
Compare
Choose a tag to compare
  • Added fix for this error: could not load library "libnfiq.so" needed by "libnativelib.so"; caused by could not load library "librunmlp.so" needed by "libnfiq.so"; caused by cannot locate symbol "malloc_flt" referenced by "librunmlp.so"
  • Increased minSdkVersion to 16.
  • targetSdkVersion is now 27
  • Updated dependencies.

Version 1.0.1

17 Apr 13:29
Compare
Choose a tag to compare
  • Removed usage to print2Log that caused UnsatisfiedLinkageError in some devices.
  • Reduced the compile and target sdk to 15.

Version 1.0

12 Apr 12:17
0be3118
Compare
Choose a tag to compare
  • Pushing library to Github as an opensource library.
  • Added documentation.
  • Added overloaded methods that will help to calculate the nfiq from an image bitmap and a wsq (deprecated)
  • Deprecated wsq method since the method used for convert the wsq to a bitmap makes use of the java.awt package which is not allowed in Android.