Releases: aitorvs/fingerlock
Releases · aitorvs/fingerlock
1.0.0
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
- Bump gradle wrapper version
0.2.2
- Docs: Add MIT license notice to source files
- Refactor packages
- Refactor classes to final
0.2.1
- Fix bug that was creating several copies of the library
- Refactor internal code
0.2.0
Refactor the library to make it smarter.
- Library setup only requires one
.initialize()
call
- Use builder pattern to create the dialog