Skip to content

Releases: aitorvs/fingerlock

1.0.0

16 Sep 09:29
Compare
Choose a tag to compare

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

0.2.3

14 Sep 13:11
Compare
Choose a tag to compare
  • Bump gradle wrapper version

0.2.2

14 Aug 16:30
Compare
Choose a tag to compare
  • Docs: Add MIT license notice to source files
  • Refactor packages
  • Refactor classes to final

0.2.1

10 Jul 10:43
Compare
Choose a tag to compare
  • Fix bug that was creating several copies of the library
  • Refactor internal code

0.2.0

02 Jul 17:29
Compare
Choose a tag to compare

Refactor the library to make it smarter.

  • Library setup only requires one .initialize() call
  • Use builder pattern to create the dialog

0.1.0

26 May 14:40
Compare
Choose a tag to compare

Initial release