Skip to content

Commit

Permalink
prepare release 7.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
CarGuo committed Dec 2, 2019
1 parent b51bebc commit 599d2dd
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 1 deletion.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,29 @@ ExoSourceManager.setExoMediaSourceInterceptListener(new ExoMediaSourceInterceptL

## 五、近期版本


### 7.1.2(2019-12-02)

* fix #2436 增加 exo 的 http timeout
```
ExoSourceManager
public static void setHttpReadTimeout(int httpReadTimeout)
public static void setHttpConnectTimeout(int httpConnectTimeout)
```
* 优化视频尺寸显示计算
* 增加 exo 支持 raw 文件播放

```
String url = RawResourceDataSource.buildRawResourceUri(R.raw.test).toString();
```
* 增加模拟下载共用缓存例子 DetailDownloadPlayer
* 适配 android 10 的全屏
* fix #2382#2411#2343#2379#2350#2328


### 7.1.1(2019-10-12)

* fix #2244#2252(resolveFullVideoShow 不执行情况)、#2279#2280
Expand Down
21 changes: 21 additions & 0 deletions doc/UPDATE_VERSION.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
## 下方个版本说明,可以当做简单的wiki使用~,效果可参考DEMO。

### 7.1.2(2019-12-02)

* fix #2436 增加 exo 的 http timeout
```
ExoSourceManager
public static void setHttpReadTimeout(int httpReadTimeout)
public static void setHttpConnectTimeout(int httpConnectTimeout)
```
* 优化视频尺寸显示计算
* 增加 exo 支持 raw 文件播放

```
String url = RawResourceDataSource.buildRawResourceUri(R.raw.test).toString();
```
* 增加模拟下载共用缓存例子 DetailDownloadPlayer
* 适配 android 10 的全屏
* fix #2382#2411#2343#2379#2350#2328

### 7.1.1(2019-10-12)

* fix #2244#2252(resolveFullVideoShow 不执行情况)、#2279#2280
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ org.gradle.jvmargs=-Xmx2048m
BINTRAY_USER=carguo
BINTRAY_KEY=
PROJ_GROUP=com.shuyu
PROJ_VERSION=7.1.1
PROJ_VERSION=7.1.2
PROJ_WEBSITEURL=https://github.com/CarGuo/GSYVideoPlayer
PROJ_ISSUETRACKERURL=
PROJ_VCSURL=git@github.com:CarGuo/GSYVideoPlayer.git
Expand Down

0 comments on commit 599d2dd

Please sign in to comment.