已完成 Android 客户端“历史消息本地存储”实现并推送到 main。
main
提交:3974c06 (feat(android): persist chat history in local Room database)
3974c06
feat(android): persist chat history in local Room database
修改点:
ChatDatabase
ChatMessageEntity
ChatMessageDao
ChatHistoryRepository
ChatSessionManager
ksp
room-runtime / room-ktx / room-compiler
验证:
./gradlew :app:compileDebugKotlin
./gradlew :app:assembleDebug
说明:历史消息现存储于应用本地数据库(Room),符合 issue 要求。
No due date set.
No dependencies set.
Deleting a branch is permanent. It CANNOT be undone. Continue?
已完成 Android 客户端“历史消息本地存储”实现并推送到
main。提交:
3974c06(feat(android): persist chat history in local Room database)修改点:
ChatDatabaseChatMessageEntityChatMessageDaoChatHistoryRepositoryChatSessionManager接入历史消息持久化ksp插件room-runtime / room-ktx / room-compiler验证:
./gradlew :app:compileDebugKotlin通过./gradlew :app:assembleDebug通过说明:历史消息现存储于应用本地数据库(Room),符合 issue 要求。