12 Commits

Author SHA1 Message Date
niko_yhc
8ab17f646d fix(kiran-authentication-devices):fix QUuid::WithoutBraces for qt low version
适配qt低版本的QUuid::WithoutBraces
2023-09-07 17:46:17 +08:00
luoqing
d1f35be2c1 refactor(*):Remove the context class;ConfigHelper is responsible for obtaining device configuration information based on the id, and DeviceCreator is responsible for creating the device;After the vid and pid are obtained, the configuration file is read. The driver name in the configuration file can generate the specific driver object and device object;Fixed an issue where fish's UKey device could not Verify on arm machines
- 修复fish的UKey设备在arm机器上无法进行Verify的问题
  去掉context类;
  根据id获取相应设备配置信息的功能由ConfigHelper承担,创建设备的功能由DeviceCreator承担
  获取到vid,pid之后读取配置文件,通过配置文件中的驱动名,就可以生成具体的驱动对象和设备对象
2023-06-28 17:17:47 +08:00
luoqing
c0ac94b3e1 fix(ukey):Fix the issue of duplicate binding of the same UKey device
- 修复同一个UKey设备可以重复绑定的问题

Related #I78P3F
2023-06-16 14:51:34 +08:00
luoqing
fe4d374448 fix(feature-db):Fix the issue of not obtaining features from the database when deviceSerialNumber is empty
- 修复deviceSerialNumber为空时,从数据库获取不到feature的问题
2023-06-02 20:46:58 +08:00
luoqing
0b0d3a5df1 fix(ukey):Fix the issue where only one ukey can be bound to a device;Fix some self-test bugs
- 修复一台设备只能绑一个ukey的问题
  修复一些自测缺陷

Closes #I78P3F
2023-06-02 16:58:45 +08:00
luoqing
261c122c0c fix(mf-iristar-driver):Fix compilation issues with std:: function in lower versions
- 修复std::function在低版本的编译问题
2023-05-24 17:48:14 +08:00
luoqing
2895d8ad0b feature(*):add Ukey management tool;added iristar device , supporting iris and facial enroll and identify;fix some defects.
- 新增Ukey管理工具
  新增iristar设备,支持虹膜、人脸的录入和验证
  修复一些缺陷
2023-05-24 14:59:12 +08:00
wangyucheng
fe0b860002 fix ld error: undefined reference to symbol 'dlclose@@GLIBC_2.2.5'
- 修复在低于2.34版本的glibc环境中出现的链接错误
2023-04-21 14:02:36 +08:00
wangyucheng
e8b53e63d0 fix(cmake): qt5 cmake command compatible
- 兼容qt5,cmake命令的兼容修改
2023-04-21 10:33:27 +08:00
luoqing
90caaf6034 Add libusb dependency 2023-04-20 16:32:56 +08:00
luoqing
a5909fc6cb feature(ukey):The UKey device is adapted
- 完成UKey设备适配
2023-04-19 10:59:04 +08:00
luoqing
7fc9843b29 Initial build 2023-04-03 15:20:59 +08:00