|
|
@ -44,16 +44,16 @@ Aria有以下特点: |
|
|
|
|
|
|
|
|
|
|
|
## 引入库 |
|
|
|
## 引入库 |
|
|
|
[![license](http://img.shields.io/badge/license-Apache2.0-brightgreen.svg?style=flat)](https://github.com/AriaLyy/Aria/blob/master/LICENSE) |
|
|
|
[![license](http://img.shields.io/badge/license-Apache2.0-brightgreen.svg?style=flat)](https://github.com/AriaLyy/Aria/blob/master/LICENSE) |
|
|
|
[![Core](https://img.shields.io/badge/Core-3.7.6-blue)](https://github.com/AriaLyy/Aria) |
|
|
|
[![Core](https://img.shields.io/badge/Core-3.7.7-blue)](https://github.com/AriaLyy/Aria) |
|
|
|
[![Compiler](https://img.shields.io/badge/Compiler-3.7.6-blue)](https://github.com/AriaLyy/Aria) |
|
|
|
[![Compiler](https://img.shields.io/badge/Compiler-3.7.7-blue)](https://github.com/AriaLyy/Aria) |
|
|
|
[![FtpComponent](https://img.shields.io/badge/FtpComponent-3.7.6-orange)](https://github.com/AriaLyy/Aria) |
|
|
|
[![FtpComponent](https://img.shields.io/badge/FtpComponent-3.7.7-orange)](https://github.com/AriaLyy/Aria) |
|
|
|
[![M3U8Component](https://img.shields.io/badge/M3U8Component-3.7.6-orange)](https://github.com/AriaLyy/Aria) |
|
|
|
[![M3U8Component](https://img.shields.io/badge/M3U8Component-3.7.7-orange)](https://github.com/AriaLyy/Aria) |
|
|
|
|
|
|
|
|
|
|
|
```java |
|
|
|
```java |
|
|
|
implementation 'com.arialyy.aria:core:3.7.6' |
|
|
|
implementation 'com.arialyy.aria:core:3.7.7' |
|
|
|
annotationProcessor 'com.arialyy.aria:compiler:3.7.6' |
|
|
|
annotationProcessor 'com.arialyy.aria:compiler:3.7.7' |
|
|
|
implementation 'com.arialyy.aria:ftpComponent:3.7.6' # 如果需要使用ftp,请增加该组件 |
|
|
|
implementation 'com.arialyy.aria:ftpComponent:3.7.7' # 如果需要使用ftp,请增加该组件 |
|
|
|
implementation 'com.arialyy.aria:m3u8Component:3.7.6' # 如果需要使用m3u8下载功能,请增加该组件 |
|
|
|
implementation 'com.arialyy.aria:m3u8Component:3.7.7' # 如果需要使用m3u8下载功能,请增加该组件 |
|
|
|
``` |
|
|
|
``` |
|
|
|
如果出现android support依赖错误,请将 `compile 'com.arialyy.aria:core:<last-version>'`替换为 |
|
|
|
如果出现android support依赖错误,请将 `compile 'com.arialyy.aria:core:<last-version>'`替换为 |
|
|
|
``` |
|
|
|
``` |
|
|
@ -137,14 +137,9 @@ protected void onCreate(Bundle savedInstanceState) { |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### 版本日志 |
|
|
|
### 版本日志 |
|
|
|
+ v_3.7.6 (2019/11/19) |
|
|
|
+ v_3.7.7 (2019/11/20) |
|
|
|
- fix bug https://github.com/AriaLyy/Aria/issues/505 |
|
|
|
- 修复ftp无法完成下载的问题 |
|
|
|
- fix bug https://github.com/AriaLyy/Aria/issues/516 |
|
|
|
- 修复一个http下载崩溃的问题 |
|
|
|
- fix bug https://github.com/AriaLyy/Aria/issues/515 |
|
|
|
|
|
|
|
- 增加强制上传的api`forceUpload()` |
|
|
|
|
|
|
|
- 修复for循环上传文件出现的问题 |
|
|
|
|
|
|
|
- 移除创建任务的500ms间隔限制 |
|
|
|
|
|
|
|
- 修复多线程读写时可能出现的`database is locked`的问题 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[更多版本记录](https://github.com/AriaLyy/Aria/blob/master/DEV_LOG.md) |
|
|
|
[更多版本记录](https://github.com/AriaLyy/Aria/blob/master/DEV_LOG.md) |
|
|
|
|
|
|
|
|
|
|
|