Skip to content

Commit bf334a4

Browse files
committed
chore: release 1.7.5 for support non-utf-8 encoding for 'Content-Disposition', cover the case of wrong response code from aliyun and fix on Android O background-start-service issue
1 parent 2c89c86 commit bf334a4

5 files changed

Lines changed: 29 additions & 3 deletions

File tree

CHANGELOG-ZH.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
> [ Change log in english](https://github.com/lingochamp/FileDownloader/blob/master/CHANGELOG.md)
44
5+
## Version 1.7.5
6+
7+
_2018-08-03_
8+
9+
#### 修复
10+
11+
- 修复: 修复在Android O的系统上,当应用不在前台,并且不在白名单的时候,由于下载服务无法通过`JobScheduler`来执行下载事务,只能通过`startService`,引起 "Not allowed to start service Intent..." 的问题。 closes #1078
12+
13+
#### Enhance
14+
15+
- 提升实用性: 支持`Content-Disposition`中的非UTF-8编码。 closes #1057
16+
- 提高实用性: 处理了阿里云服务错误反馈`416`的情况`。 closes #1050
17+
518
## Version 1.7.4
619

720
_2018-05-19_

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
> [中文迭代日志](https://github.com/lingochamp/FileDownloader/blob/master/CHANGELOG-ZH.md)
44
5+
## Version 1.7.5
6+
7+
_2018-08-03_
8+
9+
#### Fix
10+
11+
- Fix: fix raise "Not allowed to start service Intent..." issue when starting DownloadService on Android O and the application isn't on the foreground and also not on the whitelist, because we can't use `JobScheduler` to handle the download affair. closes #1078
12+
13+
#### Enhance
14+
15+
- Improve Practicability: support character set and the launguage encoding for `Content-Disposition`. closes #1057
16+
- Improve Practicability: cover the error response code 416 from aliyun repo. closes #1050
17+
518
## Version 1.7.4
619

720
_2018-05-19_

README-zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Android 文件下载引擎,稳定、高效、灵活、简单易用
6969
在项目中引用:
7070

7171
```groovy
72-
implementation 'com.liulishuo.filedownloader:library:1.7.4'
72+
implementation 'com.liulishuo.filedownloader:library:1.7.5'
7373
```
7474

7575
> 如果是eclipse引入jar包参考: [这里](https://github.com/lingochamp/FileDownloader/issues/212#issuecomment-232240415)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ FileDownloader is installed by adding the following dependency to your `build.gr
3232

3333
```groovy
3434
dependencies {
35-
implementation 'com.liulishuo.filedownloader:library:1.7.4'
35+
implementation 'com.liulishuo.filedownloader:library:1.7.5'
3636
}
3737
```
3838

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_NAME=1.7.5-SNAPSHOT
1+
VERSION_NAME=1.7.5
22
BUILD_TOOLS_VERSION=27.0.3
33
COMPILE_SDK_VERSION=27
44

0 commit comments

Comments
 (0)