添加服务器文件名支持

This commit is contained in:
laoyuyu
2018-05-05 16:45:36 +08:00
parent 5b645ea494
commit a8d8440d81
6 changed files with 56 additions and 25 deletions

View File

@@ -1,10 +1,11 @@
## 开发日志
+ v_3.4
- 优化大量代码
- 重构Aria的ORM模型
- 可在任意类中使用Aria了[使用方法](http://aria.laoyuyu.me/aria_doc/start/any_java.html)
- window.location.replace("http://xxxx")类型的重定向支持
- 适配gzip、deflate 压缩类型的输入流
- 重构Aria的ORM模型,提高了数据读取的可靠性和读写速度
- 现在可在任意类中使用Aria了[使用方法](http://aria.laoyuyu.me/aria_doc/start/any_java.html)
- 添加`window.location.replace("http://xxxx")`类型的网页重定向支持
- 支持gzip、deflate 压缩类型的输入流
- 添加`useServerFileName`可使用服务端响应header的`Content-Disposition`携带的文件名
+ v_3.3.16
- 修复一个activity启动多次无法进行回掉的bug https://github.com/AriaLyy/Aria/issues/200
- 优化target代码结构移除路径被占用的提示