Commit Graph

325 Commits

Author SHA1 Message Date
lisonge
5e8de4bc1f feat: 点击页面可以移除禁用 2024-01-13 22:40:04 +08:00
lisonge
2fc998c862 perf: add shizuku get appId 2024-01-12 11:08:45 +08:00
lisonge
d13f14a434 docs: fix yml 2024-01-11 14:27:40 +08:00
lisonge
57c4043904 docs: actions 2024-01-11 14:25:26 +08:00
二刺螈
19ef17baad
feat: Add monochrome icon.
Add monochrome icon.
2024-01-10 21:27:19 +08:00
cgcel
d54a598c32 Add monochrome icon. 2024-01-10 21:14:52 +08:00
lisonge
0f0c54d053 fix: 规则触发匹配不一致 (#465) 2024-01-09 15:16:05 +08:00
lisonge
8a8de5d801 feat(selector): export connectKeys 2024-01-08 10:55:23 +08:00
lisonge
7d96c5f886 docs: update demo 2024-01-08 10:54:49 +08:00
lisonge
b24e68ec8f chore: v1.6.4 2024-01-05 00:26:58 +08:00
lisonge
4b744a33a9 fix: quickFind 标识 text 错误导致 [text='xx'] 不生效 2024-01-05 00:24:49 +08:00
lisonge
2e0dcc6c42 fix: 切换日志对象 2024-01-04 00:49:48 +08:00
lisonge
4c1a2d10e9 perf: 优化规则在某些场景下的查询 2024-01-04 00:23:32 +08:00
lisonge
a3fea7681c chore: v1.6.3 2024-01-03 19:38:56 +08:00
lisonge
dc66369123 perf: 优化规则执行逻辑 2024-01-03 19:37:30 +08:00
lisonge
f83e32b8ab feat: 新增 matchLauncher 字段 2024-01-03 17:53:47 +08:00
lisonge
11388c81a6 perf: change event type 2024-01-03 17:27:54 +08:00
lisonge
d1aae150b5 feat: 自定义禁用 2024-01-03 17:12:38 +08:00
lisonge
8f869c6bb6 fix: 调整子节点数量限制 2024-01-03 01:50:10 +08:00
lisonge
bb8fbacec3 perf: 优化图片显示 2024-01-01 02:10:05 +08:00
lisonge
6039f8cea5 perf: 降低轮询 shizuku 频率 2023-12-31 01:31:26 +08:00
lisonge
3e945bef29 perf: 优化图标管理 2023-12-31 01:08:25 +08:00
lisonge
3787457ec7 perf(actions): upload apk 2023-12-30 23:15:12 +08:00
lisonge
2534e81827 perf: 优化 json5 输出格式 2023-12-30 22:53:21 +08:00
lisonge
787398210d fix: 重启无障碍时没有自动开启通知栏服务 2023-12-30 22:34:21 +08:00
lisonge
e64956067d perf: update dependency 2023-12-29 20:13:45 +08:00
lisonge
75efe375c8 chore: update example 2023-12-28 23:51:52 +08:00
lisonge
bff953540b perf(actions): release remove cache 2023-12-28 22:25:46 +08:00
lisonge
703d325a30 perf(actions): 移除缓存 2023-12-28 22:04:42 +08:00
lisonge
984b80dd10 chore: v1.6.2 2023-12-28 21:54:18 +08:00
lisonge
bdca10cfb2 fix: get event props null 2023-12-28 21:53:56 +08:00
lisonge
eba2edd72c chore: v1.6.1 2023-12-28 21:37:58 +08:00
lisonge
1e398fc6ae fix: failed get sealed instance 2023-12-28 21:37:29 +08:00
lisonge
05d2b69c99 chore: v1.6.0 2023-12-28 20:42:46 +08:00
lisonge
f66f3320bb fix: not del config when del global group 2023-12-28 18:02:30 +08:00
lisonge
ad442052ea fix: failed get event.source (#426) 2023-12-27 22:33:59 +08:00
lisonge
6af00a44bc fix: 数据库点击记录插入冲突 2023-12-27 22:21:22 +08:00
lisonge
032ce0fcc6 fix: 子孙节点遍历顺序错误 2023-12-27 12:38:11 +08:00
lisonge
6116dd981b chore: format code 2023-12-27 12:31:17 +08:00
二刺螈
108cafb302
perf: 优化某些操作的性能
perf: 优化某些操作的性能
2023-12-27 12:21:47 +08:00
lisonge
3dfefa2a7d perf: 优化 shizuku 运行逻辑 (#423) 2023-12-27 12:19:39 +08:00
lisonge
b0131ecd5b perf: 优化订阅校验错误提示 2023-12-27 12:11:31 +08:00
weishu
5e8e610efa perf: 使用线程池而非协程处理 IO 事件。
在 pixel6 测试,协程启动耗时约 0.5-1ms,线程池约 0.02-0.1ms。
2023-12-27 11:59:03 +08:00
weishu
933fd91d08 perf: 缓存 activity 信息,避免重复查询 2023-12-27 11:52:38 +08:00
二刺螈
a8ad0c9838
perf: 过滤无关无障碍事件
perf: 快速过滤掉不感兴趣的事件,避免不必要的函数调用。(在 VIEW_SCROLL 这种场景下开销会很明显)
2023-12-26 21:40:34 +08:00
lisonge
e5d96dcfc0 Merge branch 'main' into pr/tiann/402 2023-12-26 21:39:58 +08:00
lisonge
24a0b3622d feat: 移除 null 事件 2023-12-26 21:35:47 +08:00
lisonge
396a9145a2 fix: statusBar appearance 2023-12-26 21:23:50 +08:00
lisonge
589df8fa25 perf: 优化查询逻辑 2023-12-26 21:05:17 +08:00
lisonge
b1d0e662cb fix: enableService 不生效 (#419) 2023-12-26 10:19:59 +08:00