Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 994 Bytes

File metadata and controls

40 lines (26 loc) · 994 Bytes

Change Log

Version 1.0.0 (2016-09-16)

Warning: this is a major release, interfaces have changed.

  • The method FingerLock.initialize() returns a FingerLockManager instance
  • Refactor some classes to put the core library behind an interface
  • Fix visibility of classes and interfaces

Version 0.2.3 (2016-09-14)

  • Bump gradle version

Version 0.2.2 (2016-08-14)

  • Docs: Add MIT license notice to source files
  • Refactor packages
  • Refactor classes to final

Version 0.2.1 (2016-07-10)

  • Fix: Avoid creating several instance of the library during registration

Version 0.2.0 (2016-07-02)

  • New: Library architecture changed. Library setup requires only one call to .initialize()
  • New: Add builder pattern to create dialog

Version 0.1.0 (2016-05-26)

Initial version