JunjieBai
|
4fdc102102
|
Optimize the result queue logic of app search plugin.
|
2023-01-17 17:53:20 +08:00 |
jixiaoxu
|
e73366e7f0
|
完善应用搜索中断返回逻辑;
|
2023-01-16 15:56:58 +08:00 |
iaom
|
3eddcd3f90
|
!54 移除无用的信号量
Merge pull request !54 from iaom/0113
|
2023-01-14 13:40:13 +00:00 |
iaom
|
c4c50b40b4
|
更新libukui-search的pc文件
|
2023-01-14 21:25:14 +08:00 |
iaom
|
baf40c3cf7
|
移除无用的信号量
|
2023-01-13 15:09:37 +08:00 |
JunjieBai
|
f6b80dd87c
|
Add the english ts file.
|
2023-01-12 17:58:52 +08:00 |
JunjieBai
|
134bdf721a
|
Fix the problem that the search plugin of ukcc can not be searched
|
2023-01-09 15:29:56 +08:00 |
JunjieBai
|
95736ef771
|
Fix: the app widget will display a exception while zooming.
|
2023-01-03 00:37:34 +00:00 |
iaom
|
5254c49ffa
|
解决系统字体变化时UI未能及时更新的问题
|
2022-12-30 13:52:33 +08:00 |
iaom
|
c3fadf77c2
|
修复两处内存问题
|
2022-12-29 14:27:46 +08:00 |
baijunjie
|
29c6440e23
|
Add the refresh of search dirs' ui in ukcc plugin when the udisk is unplugged.
|
2022-12-27 12:36:06 +08:00 |
baijunjie
|
020f869a29
|
Modify settings search, use dbus interface of ukcc instead of xml file to get data.
|
2022-12-23 09:31:25 +00:00 |
iaom
|
c6322feb77
|
增加unmount信号监听处理
|
2022-12-23 15:41:57 +08:00 |
iaom
|
e3ef150d35
|
更新README.md
|
2022-12-22 11:18:20 +08:00 |
jixiaoxu
|
1d737c8f2a
|
搜索服务应用数据库新增跟随版本更新机制;
|
2022-12-22 02:55:43 +00:00 |
iaom
|
09a423aa38
|
解决注册文本内容插件命令失效问题
|
2022-12-21 15:16:39 +08:00 |
iaom
|
77395a8627
|
修复反复开关索引导致的索引异常问题(偶现打开索引失败)
|
2022-12-21 07:05:49 +00:00 |
JunjieBai
|
1e51726207
|
Fix the problem that the right side of each result is blocked in tablet mode.
|
2022-12-13 11:22:30 +08:00 |
iaom
|
c749aa7b83
|
解决设置网络搜索引擎不生效的问题
|
2022-12-12 08:42:48 +08:00 |
iaom
|
3af1582eb1
|
增加了一个用于调试的索引状态监控页面,可通过'ukui-search-service -m'打开.
|
2022-12-12 08:37:37 +08:00 |
JunjieBai
|
8611cf74b6
|
Replace open() with exec() in order to prevent the high cpu occupancy.
|
2022-12-09 09:34:13 +08:00 |
JunjieBai
|
f12b8385a0
|
Fix the problem that ui responded incorrectly while regaining focus.
|
2022-12-08 17:51:06 +08:00 |
iaom
|
37ab793367
|
解决添加和删除索引目录异常的问题
|
2022-12-08 17:41:55 +08:00 |
JunjieBai
|
6b06460e79
|
Add a switch for fuzzy search.
Add the logic to custom the search scope.
Modify the ui of search plugin of ukcc.
|
2022-12-07 17:52:17 +08:00 |
iaom
|
8074df1dc4
|
解决未打开索引时搜索不能弹出提示窗的问题
|
2022-12-06 09:25:40 +08:00 |
iaom
|
15c4331da8
|
解决首次索引后,重启后无法搜索部分文件的问题
|
2022-12-05 08:46:38 +00:00 |
jixiaoxu
|
f2236096b3
|
修复UI最佳匹配与结果分类触摸行为不一致的问题;
|
2022-12-05 14:51:57 +08:00 |
iaom
|
495669c057
|
增加索引数据库版本号机制,版本号升级时将重建数据库
|
2022-12-02 07:23:22 +00:00 |
jixiaoxu
|
ff5cb5327d
|
完善汉字转拼音接口逻辑;
|
2022-12-01 13:51:30 +08:00 |
iaom
|
48bc9e4209
|
默认不编译test子项目
|
2022-11-30 16:39:38 +08:00 |
iaom
|
83f1b904ad
|
解决文件内容搜索详情页获取数据时偶现的崩溃问题
|
2022-11-30 16:19:18 +08:00 |
纪笑旭
|
888aca24eb
|
!29 增加文件内容模糊搜索功能,优化全局设置代码
Merge pull request !29 from iaom/1128
|
2022-11-29 06:26:20 +00:00 |
iaom
|
134d2039ec
|
增加文件内容模糊搜索功能,优化全局设置代码
|
2022-11-29 14:05:16 +08:00 |
iaom
|
3d8cebba41
|
优化文件索引操作
|
2022-11-25 17:32:15 +08:00 |
iaom
|
723e833891
|
!22 Add plugin re-register and un-register function.Modify the destructor function of Applications search plugin.
Merge pull request !22 from 白俊杰/1012upstream
|
2022-11-25 08:19:29 +00:00 |
baijunjie
|
192b2e9ed5
|
Add plugin re-register and un-register function.
Modify the destructor function of Applications search plugin.
Enable plugins to adjust their order.
|
2022-11-25 11:30:39 +08:00 |
iaom
|
2ba15cf6c0
|
同步分词子项目<更新分词基础词库内容,分词准确性提升>
|
2022-11-22 09:40:07 +08:00 |
JunjieBai
|
f1f6b36588
|
Fix#146819 the app-data-service crashes when the destructor is executed.
|
2022-11-22 09:20:05 +08:00 |
iaom
|
e76ebe9f0b
|
!27 修复控制面板搜索插件崩溃的问题
Merge pull request !27 from 1021upstream
|
2022-11-21 02:21:12 +00:00 |
baijunjie
|
b102bb0793
|
修复控制面板搜索插件崩溃的问题
|
2022-11-21 10:11:12 +08:00 |
纪笑旭
|
e46c607beb
|
!26 修复内容搜索详情页加载图片失败导致的崩溃问题。
Merge pull request !26 from iaom/bug-fix
|
2022-11-18 01:57:21 +00:00 |
iaom
|
51eb1798e2
|
修复内容搜索详情页加载图片失败导致的崩溃问题。
|
2022-11-17 11:38:01 +08:00 |
iaom
|
39db2a4252
|
!25 优化控制面板搜索插件的构造函数和pluginUi函数
Merge pull request !25 from 白俊杰/1109upstream
|
2022-11-09 06:26:54 +00:00 |
JunjieBai
|
fde4d184b0
|
Optimize the contructor and pluginUi function of search plugin for ukcc.
|
2022-11-09 11:31:35 +08:00 |
纪笑旭
|
b95c481a9e
|
!24 解决平板模式下,单击结果项直接执行打开动作,无法打开详情页的问题。
Merge pull request !24 from iaom/1102
|
2022-11-08 00:53:09 +00:00 |
iaom
|
34fa8c7498
|
解决平板模式下,单机结果项直接执行打开动作,无法打开详情页的问题。
|
2022-11-04 17:35:40 +08:00 |
纪笑旭
|
c37bcfd278
|
!23 搜索插件接口增加一个反向调用接口,应用搜索增加截图打开时隐藏主页面动作。
Merge pull request !23 from iaom/1102
|
2022-11-03 02:32:57 +00:00 |
iaom
|
ceb36981b4
|
搜索插件接口增加一个反向调用接口,应用搜索增加截图打开时隐藏主页面动作。
|
2022-11-02 20:50:30 +08:00 |
iaom
|
4e37c1d210
|
!21 修改默认行高.
Merge pull request !21 from iaom/1026
|
2022-10-26 09:38:13 +00:00 |
iaom
|
3ba0c77626
|
修改默认行高.
|
2022-10-26 17:36:44 +08:00 |