android客户端实现发送图片的功能 #18

Closed
opened 1 week ago by alimu · 1 comments
alimu commented 1 week ago
Owner

需要在安卓客户端实现发送图片的功能,不能改动服务端交互协议
参考音频消息的相关实现
由客户端实现消息分片发送,然后也由客户端分片接收
添加图片按钮参考微信界面交互

需要在安卓客户端实现发送图片的功能,不能改动服务端交互协议 参考音频消息的相关实现 由客户端实现消息分片发送,然后也由客户端分片接收 添加图片按钮参考微信界面交互
alimu self-assigned this 1 week ago
alimu commented 1 week ago
Poster
Owner

已完成此 issue,改动已推送到 codex/alimu

  • Android 客户端新增图片消息发送、接收、预览与本地持久化
  • 发送端新增图片压缩、分片发送与大图保护
  • 优化图片解码链路,提升对 JPG/JPEG/PNG/WEBP/BMP/GIF,以及系统支持下 HEIC/HEIF 的兼容性
  • 当前提交:64040d5 (feat(android): add image message sending)

验证:

  • cd android-client && ./gradlew :app:assembleDebug
已完成此 issue,改动已推送到 `codex/alimu`。 - Android 客户端新增图片消息发送、接收、预览与本地持久化 - 发送端新增图片压缩、分片发送与大图保护 - 优化图片解码链路,提升对 JPG/JPEG/PNG/WEBP/BMP/GIF,以及系统支持下 HEIC/HEIF 的兼容性 - 当前提交:`64040d5` (`feat(android): add image message sending`) 验证: - `cd android-client && ./gradlew :app:assembleDebug`
alimu closed this issue 1 week ago
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: alimu/OnlineMsgServer#18
Loading…
There is no content yet.