8 Commits

Author SHA1 Message Date
yanghao 8a0a5b55d7 Add copyright GPL 2018-12-28 09:49:28 +08:00
yanghao f3c6ea5eed [Biometric]
- rename GetMaxAutoRetry to GetMaxFailedAutoRetry;
 - auto restart biometric authentication if operation
   is timeout and the timeout count less than
   MaxTimeoutAutoRetry.
2018-12-27 14:56:25 +08:00
yanghao 7845a2d8e6 No longer auto restart biometric authentication if
stop it manually.
2018-12-27 14:05:30 +08:00
yanghao f76424859e Move the struct DeviceInfo and some function which
relate to it to biometricdeviceinfo.h from biometricproxy.h
2018-12-27 13:59:01 +08:00
yanghao e5c49eef5c Auto retry if identify failed and the failed count less
than MaxAutoRetry value.
2018-12-27 13:45:46 +08:00
yanghao 41e52317f0 * Change the default timeout of 'StopOps' to ensure
the 'Identify' operation can be terminated normally.
* Improve the interaction logic between the password
  auth widget and the biometric auth widget and the
  biometric device selection widget.
2018-12-27 13:45:45 +08:00
yanghao c04b400c27 Change the UI style. 2018-12-21 11:05:42 +08:00
yanghao a3624f1f00 Add BiometricAuth module. 2018-12-13 11:52:04 +08:00