SLMS Development Team
|
1b02cd8b48
|
feat: 更新AI服务、数据管理和借阅历史等功能
|
4 weeks ago |
SLMS Development Team
|
803c4d3c29
|
fix: 修复资源泄漏问题(SonarQube可靠性)
- LoginDialog: 使用try-with-resources关闭FileInputStream
- BookQRCodeFragment: 使用try-with-resources关闭FileOutputStream
- BookCameraActivity: 使用try-with-resources关闭InputStream和FileOutputStream
- SpeechRecognitionService: 使用try-with-resources关闭BufferedReader
- LibraryDatabaseHelper: 使用try-with-resources关闭InputStream和OutputStream
- NetworkUtils: 使用try-with-resources关闭BufferedReader
|
4 weeks ago |
SLMS Development Team
|
41e7e44470
|
fix: 修复Android API兼容性问题和SonarLint警告
- 将所有 .formatted() 替换为 String.format() (API 34 -> API 24兼容)
- 修复 DatabaseHelperTest 中的多余花括号警告
- 更新 android/build.gradle lint 配置
|
4 weeks ago |
SLMS Development Team
|
587ce8b4f1
|
增大覆盖率
|
1 month ago |
SLMS Development Team
|
a509bcf397
|
Kiro与Opus解决所有问题
|
1 month ago |
SLMS Development Team
|
f1e59af499
|
修复代码质量问题:移除未使用的导入和修复AndroidManifest.xml中的queries元素位置
|
1 month ago |
SLMS Development Team
|
9695959b0d
|
TRAE继续修复问题
|
1 month ago |
SLMS Development Team
|
7438f8be9f
|
GLM很蠢而Qwen确修复所有问题
|
1 month ago |
SLMS Development Team
|
e59089f192
|
流水线失败了
|
1 month ago |
SLMS Development Team
|
5bdf21552c
|
sonarqube扫码如何修复
|
1 month ago |
SLMS Development Team
|
3533d22240
|
修复效率很低
|
1 month ago |
SLMS Development Team
|
0772a1649d
|
低效修复sonarqube问题
|
1 month ago |
SLMS Development Team
|
11dbd595d2
|
傻傻的不知道使用“添加到对话”
|
1 month ago |
SLMS Development Team
|
d714c9ed9d
|
TRAE修复质量没问题就是慢
|
1 month ago |
SLMS Development Team
|
559b831c3e
|
TRAE接力Kiro修复SonarQube问题
|
1 month ago |
SLMS Development Team
|
6337d908db
|
修复SonarQube问题
|
1 month ago |
SLMS Development Team
|
87f168cc2f
|
fix: 修复SLMS特色功能构建错误 - SmartReminderService使用ic_notifications替代ic_launcher_foreground - ImmersiveReadingActivity修复TTS服务调用方式 - TranslationActivity修复TTS服务调用方式
|
1 month ago |
SLMS Development Team
|
ab33cd53fe
|
增强移动端特色功能
|
1 month ago |
SLMS Development Team
|
880af85d43
|
Android端应用实现本地和网络数据源模式
|
1 month ago |
SLMS Development Team
|
811868dfc4
|
增强Android端AI特色功能
|
1 month ago |
SLMS Development Team
|
bf45edee92
|
android端扫描功能闭环实现
|
1 month ago |
SLMS Development Team
|
c17c2d4b1d
|
完善开发文档
|
1 month ago |
SLMS Development Team
|
08386d4fe2
|
修复流水线的android失败
|
1 month ago |
SLMS Development Team
|
3d1415e334
|
refactor: 四端切换改为统一项目模式,无需切换分支
- CLI: 直接运行 gradlew :gui:run 或 :backend:bootRun
- GUI: 直接运行 gradlew :cli:run 或 :backend:bootRun
- Web: 更新说明为统一项目模式
- Android: 更新切换说明
|
1 month ago |
SLMS Development Team
|
952f39bb2d
|
merge: 合并四端功能到统一分支
- CLI: 命令行客户端完整功能
- GUI: JavaFX桌面客户端
- Web: Spring Boot Web应用
- Android: 移动端应用
实现单分支+多模块架构
|
1 month ago |
SLMS Development Team
|
ebea28d0fd
|
WEB功能完善
|
1 month ago |
SLMS Development Team
|
da6acb44b2
|
feat: 四端实现快速登录功能(教师、学生、访客测试账号)
|
1 month ago |
SLMS Development Team
|
8035ac7ae3
|
feat: Android端实现本地模式网络拦截及UML图本地优先加载
|
2 months ago |
SLMS Development Team
|
0894c789a3
|
Android: 完善本地模式收藏与笔记逻辑,并优化 UML 查看
|
2 months ago |
SLMS Development Team
|
2e924a2ca5
|
应用内扫码
|
2 months ago |
SLMS Development Team
|
c66eb02adf
|
android: use embedded QR scanner for borrow/return
|
2 months ago |
SLMS Development Team
|
3bd0e20316
|
android: fix local favorites and notes features
|
2 months ago |
SLMS Development Team
|
21c0d0b97e
|
feat(android): 本地模式用户登录和借阅支持
|
2 months ago |
SLMS Development Team
|
a224ef3aeb
|
feat(android): UML 图内嵌查看与系统功能完善
|
2 months ago |
SLMS Development Team
|
95dbd71b1f
|
feat(android): 接入 AI 接口并重构菜单结构
|
2 months ago |
SLMS Development Team
|
6b0ba0c518
|
feat: 四端功能联调与 Android 在线阅读与登录增强
|
2 months ago |
SLMS Development Team
|
20d289918d
|
feat: 完成 Android 功能并将 MainActivity 迁移为 Java 实现
|
2 months ago |
SLMS Development Team
|
136816bcd4
|
feat(v1.2.0): 完善图书管理功能,四端一致
BookService 新增功能:
- searchBooks() 按关键词搜索
- findBookByIsbn() 按ISBN查找
- findBooksByCategory() 按分类查找
- findBooksByType() 按类型查找
- updateBook() 更新图书信息
- deleteBook() / deleteBookByIsbn() 删除图书
- countBooks() / countAvailableBooks() 统计
- getAllCategories() 获取所有分类
CLI 端完善:
- 修复图书类型: 普通图书 -> 实体书
- 添加图书类型选择 (1-实体书 2-电子书 3-期刊)
- 新增 edit/detail/category/stats 命令
- ISBN 重复检查、删除确认
GUI 端完善:
- 工具栏添加编辑/详情/删除/搜索/统计按钮
- 表格添加类型列,双击查看详情
- 添加书籍类型下拉选择
- ISBN 唯一性检查
Web 端完善:
- 添加编辑/删除图书功能
- 新增 edit-book.html 模板
- 使用 searchBooks() 优化搜索
- 添加统计页面 /stats
|
2 months ago |
SLMS Development Team
|
01ee5d8d66
|
修复IDE问题:创建缺失目录、InterruptedException处理、静态方法调用
|
2 months ago |
SLMS Development Team
|
34aaea67b9
|
修复安全热点:AI密钥改为从local.properties配置读取
|
2 months ago |
SLMS Development Team
|
6ac3bfbf06
|
Android端完成:修复重复类问题,切换Web功能,构建成功
|
2 months ago |
SLMS Development Team
|
75b2b093bb
|
Android应用实现:MainActivity、UML查看器、AI助手、图书管理功能
|
2 months ago |
SLMS Development Team
|
41ff9e485f
|
feat(app): Android子系统 - 只包含Android和Core模块
|
2 months ago |
SLMS Development Team
|
79818bf54b
|
feat(app): 鏇存柊 Android 瀛愮郴缁?- 鍙寘鍚?Android 鍜?Core 妯″潡
|
2 months ago |
SLMS Development Team
|
0f88decf9e
|
chore: 初始化项目 - 核心模块和配置文件
- 添加core模块(领域模型、数据访问层、业务逻辑层)
- 实现数据库抽象层(SQLite + PostgreSQL支持)
- 实现设计模式(工厂、观察者、策略、适配器)
- 添加项目文档和规范
- 配置Gradle构建系统
- 添加.gitignore和README.md
|
2 months ago |