fansan
|
4f25e6d73b
|
fix:三星Spen失效的问题,并添加上一章和下一章的操作选项 (#1583)
|
2026-06-29 02:26:17 +08:00 |
|
HapeLee
|
eb0a0ff2ff
|
fix: 修复阅读界面功能问题
|
2026-06-28 02:18:12 +08:00 |
|
HapeLee
|
3052175432
|
Merge remote-tracking branch 'origin/main'
|
2026-06-28 02:02:13 +08:00 |
|
Kudomaga
|
6c92c4246e
|
Merge pull request #1575 from HapeLee/feature/highlight-tag-sorting
按醒目标签规则排序书籍详情标签
|
2026-06-28 02:00:20 +08:00 |
|
HapeLee
|
0d146b08ec
|
fix: 按醒目标签规则排序书籍详情标签
|
2026-06-28 01:56:57 +08:00 |
|
HapeLee
|
c318e259c7
|
feat: 完善 AI 对话界面与交互
|
2026-06-28 01:46:36 +08:00 |
|
HapeLee
|
6d8660ee5b
|
feat: 优化AI聊天侧栏,添加搜索过滤、时间标签、圆角卡片和窄宽度
|
2026-06-27 10:15:21 +08:00 |
|
HapeLee
|
3594dc2594
|
Merge pull request #1571 from HapeLee/feature/ai-foundation
feat: AI底座
|
2026-06-27 02:33:56 +08:00 |
|
Kudomaga
|
9d2a979197
|
Merge pull request #1568 from qyo123oyq/fix/bookshelf-manual-sort
fix(bookshelf): improve manual sort drag visual feedback and selection handling
|
2026-06-27 02:28:24 +08:00 |
|
HapeLee
|
486476d23a
|
chore: 更新数据库schema到版本92
|
2026-06-27 02:27:43 +08:00 |
|
HapeLee
|
c885306550
|
fix: 书籍详情页添加标签高亮显示
|
2026-06-27 02:27:43 +08:00 |
|
HapeLee
|
dd2190c091
|
refactor: 重构TXT目录规则界面为MVI架构
|
2026-06-27 02:27:43 +08:00 |
|
HapeLee
|
da6c02e2ca
|
refactor: 重构替换规则界面为MVI架构
|
2026-06-27 02:27:43 +08:00 |
|
HapeLee
|
5195d51b08
|
feat: 添加高亮标签规则配置入口和导航
|
2026-06-27 02:27:42 +08:00 |
|
HapeLee
|
64aeb33f91
|
feat: 添加标签分组规则功能,支持按书籍标签自动匹配分组
|
2026-06-27 02:27:42 +08:00 |
|
HapeLee
|
4b65d6fc71
|
feat: 添加连载已读/完本已读分组,基于canUpdate字段自动分类
|
2026-06-27 02:27:42 +08:00 |
|
HapeLee
|
389239ca67
|
fix: 合并标签分组与传统分组编辑界面,支持在分组编辑中查看和修改匹配规则
|
2026-06-27 02:27:42 +08:00 |
|
HapeLee
|
990fc78033
|
feat: ai底座
|
2026-06-27 02:16:11 +08:00 |
|
shilimesfriend
|
654f3095af
|
refactor(bookshelf): use graphicsLayer lambda for drag alpha per review
|
2026-06-26 23:13:48 +08:00 |
|
shilimesfriend
|
9e6feb9f67
|
fix: improve manual sort drag visual feedback and selection handling
|
2026-06-26 17:59:48 +08:00 |
|
shilimesfriend
|
860e1e5dac
|
fix: improve manual sort drag visual feedback and selection handling
|
2026-06-26 17:54:03 +08:00 |
|
shilimesfriend
|
ad4c5e7339
|
fix: improve manual sort drag visual feedback and selection handling
- Add isDragging parameter to ReorderableItem lambda
- Apply alpha(0.5f) during drag for visual feedback
- Fix modifier chain structure for longPressDraggableHandle
- Add import for androidx.compose.ui.draw.alpha
- Ensure selection state displays correctly in edit mode
|
2026-06-26 17:50:56 +08:00 |
|
Kudomaga
|
a490135163
|
Merge pull request #1546 from fansangg/fix/menu-style-update
fix:样式更新后,菜单内列未更新的问题
|
2026-06-26 00:58:51 +08:00 |
|
Kudomaga
|
476019b481
|
Merge pull request #1545 from fansangg/fix/edit-style-name
fix:修改样式名称时,bottomsheet被抬高的问题
|
2026-06-26 00:58:47 +08:00 |
|
Kudomaga
|
6e2ae96fa4
|
Merge pull request #1544 from fansangg/fix/brightnessbar
fix:阅读界面竖排亮度条二级菜单打开时隐藏
|
2026-06-26 00:58:42 +08:00 |
|
HapeLee
|
adf3cef981
|
feat: 合并 sigma 书源编辑与 JS 扩展功能
书源编辑界面:
- 新增事件监听、定制按钮 CheckBox 绑定
- 新增 callBackJs 字段接入正文规则
- 新增 menu_log 菜单项 (AppLogDialog)
- 新增撤销/重做回调 (KeyboardToolPop.CallBack)
- sendText() 智能滚动逻辑
- 保存时清除并发限制缓存
JS 扩展函数 (#1368):
- 新增 refreshBookToc() 方法
- reLoginView() 增加 deltaUp 参数
- upLoginData() 参数类型改为 Map<String, Any?>?
- SourceLoginDialog 适配新回调接口
- ExploreKindUiUseCase 适配新回调接口
BookInfo 事件监听:
- BookInfoViewModel 监听 REFRESH_BOOK_INFO/REFRESH_BOOK_TOC 事件
- 书源 JS 函数可触发书籍信息和目录刷新
|
2026-06-25 22:30:08 +08:00 |
|
fansan
|
1560c75798
|
fix:样式更新后,菜单内列未更新的问题
|
2026-06-22 22:09:42 +08:00 |
|
fansan
|
97e5784b7e
|
fix:修改样式名称时,bottomsheet被抬高的问题
|
2026-06-22 18:54:55 +08:00 |
|
fansan
|
ac221431d9
|
fix:阅读界面竖排亮度条二级菜单打开时隐藏
|
2026-06-22 18:37:42 +08:00 |
|
HapeLee
|
bea1095b0a
|
fix: 修正嵌套分页惯性滑动
|
2026-06-21 01:20:19 +08:00 |
|
HapeLee
|
f8f93b8be8
|
Use Legado theme colors for Miuix dropdown items
|
2026-06-21 00:43:49 +08:00 |
|
HapeLee
|
a5516245fe
|
Avoid initial loading indicator on book info
|
2026-06-21 00:43:48 +08:00 |
|
HapeLee
|
43d2b616f6
|
fix: 修复分页嵌套滑动冲突
|
2026-06-21 00:43:48 +08:00 |
|
HapeLee
|
b8192724c3
|
fix: 修复书架封面与更新标志显示
|
2026-06-21 00:43:48 +08:00 |
|
HapeLee
|
cfebbde2d8
|
fix: 修复阅读界面导航与朗读配置问题
|
2026-06-21 00:43:48 +08:00 |
|
Kudomaga
|
8090637770
|
Merge pull request #1509 from fansangg/fix/theme-switch-delay
fix:菜单切换深浅色一些按钮变化延迟的问题
|
2026-06-21 00:40:27 +08:00 |
|
Kudomaga
|
3daed11f05
|
Merge pull request #1506 from lalala-12138/feature/text-select-menu-filter
Feature/text select menu filter
|
2026-06-21 00:35:36 +08:00 |
|
HapeLee
|
eb7723adcd
|
refactor: TextSelectMenuFilterSheet 遵循项目规范
- MaterialTheme.typography → LegadoTheme.typography
- 原生 Switch → AdaptiveSwitch(适配 Miuix/Material3 主题引擎)
- 去掉底部全选/取消全选按钮和 ConfirmDismissButtonsRow
- 保存按钮改为 Check 图标放在 AppModalBottomSheet 的 endAction 中
- 通配符导入改为显式导入
|
2026-06-21 00:32:37 +08:00 |
|
fansan
|
3a423bf120
|
fix:菜单切换深浅色一些按钮变化延迟的问题
|
2026-06-20 23:47:30 +08:00 |
|
lyc
|
51e0f5d928
|
feat: 新增文字选择菜单第三方应用过滤功能并优化加载性能
|
2026-06-20 19:28:48 +08:00 |
|
HapeLee
|
0d8c5df795
|
fix: 清理字体选择器冗余转换
|
2026-06-20 00:25:15 +08:00 |
|
fansan
|
ce9ca94441
|
perf: 优化字体选择器性能 (#1497)
|
2026-06-20 00:20:35 +08:00 |
|
 lalala-12138andlyc
|
ad8b8df13f
|
feat: 增加是否展示菜单项图标的配置开关 (#1502)
* feat: 增加是否展示菜单项图标的配置开关
* fix(read-settings): 恢复被误删的 titleBarIconPosition 属性映射
---------
Co-authored-by: lyc <liuyichen@o-neg.com>
|
2026-06-20 00:16:00 +08:00 |
|
HapeLee
|
70c88cf3f4
|
fix: 优化书籍详情内存占用
|
2026-06-20 00:14:40 +08:00 |
|
HapeLee
|
c45e4355ff
|
fix: 修复内容编辑定位崩溃
|
2026-06-19 21:30:50 +08:00 |
|
HapeLee
|
5569bf9a62
|
fix: 修复 auto-release 未发布 mapping 文件的问题
|
2026-06-19 00:25:53 +08:00 |
|
HapeLee
|
7c1fcf683e
|
fix: 修复底部按钮配置不保存退出后重新进入状态未重置
|
2026-06-19 00:20:06 +08:00 |
|
HapeLee
|
b0c1f9fcec
|
feat: 添加朗读引擎批量导入选择界面及导出 URL 功能
|
2026-06-19 00:20:06 +08:00 |
|
HapeLee
|
847f2dc1f4
|
feat: 添加 Navigation3 ViewModel 生命周期绑定依赖
|
2026-06-19 00:20:06 +08:00 |
|
HapeLee
|
593ce2f82e
|
fix: 单章换源增加清除旧记录和持久化搜索结果
|
2026-06-19 00:20:06 +08:00 |
|