This repository has been archived by the owner on Dec 6, 2019. It is now read-only.
Releases: leancloud/android-sdk-all
Releases · leancloud/android-sdk-all
v4.7.15
4.7.14 releasenotes
Break changes
- None
New features
- 支持 Oppo 推送
Optimization and fixed bugs
- 修改美国节点和华东节点应用默认的访问域名;
4.7.13 releasenotes
Break changes
- None
New features
- 支持 https 上传文件到七牛
Optimization and fixed bugs
- 升级 HMS 版本到 2.6.3.301;
4.7.12 releasenotes
Break changes
- None
New features
- None
Optimization and fixed bugs
- bugfix: 解决少量机型上出现的,PushService 比 Application 先初始化时 AVInstallation.getCurrentInstallation 出现 NPE 错误的 bug;
4.7.11 releasenotes
Break changes
- None
New features
- None
Optimization and fixed bugs
- 增强 PushService 健壮性;
4.7.10 releasenotes
Break changes
- None
New features
- None
Optimization and fixed bugs
- AVIMClient 创建普通 AVIMConversation 时,默认启用 unique 标志;
- 缓存数据与 appid 关联,避免同一个程序切换 appId 之后受之前缓存数据的影响;
- 优化服务端 failover 策略,在遇到故障时可以自动、快速完成切换 websocket server 操作,保证可用。
4.7.9 release notes
Break changes
- None
New features
- None
Optimization and fixed bugs
- 修复 4.7.8 版本上存在的
java.lang.IllegalStateException: WebSocketClient objects are not reuseable
问题。
v4.7.7 release notes
Break changes
- None
New features
- None
Optimization and fixed bugs
- 兼容 Android P,去掉 apache http 依赖。
v4.7.6 release notes
Break changes
- None
New features
- None
Optimization and fixed bugs
- 网络连接状态检测,支持有线网络(Ethernet)的连接方式
v4.7.5 release notes
Break changes
- None
New features
- None
Optimization and fixed bugs
- 在网络连接频繁断开的时候,避免多次关闭连接。