From 3742005d0aab795ce8acc2c84ef318fde91fe2a0 Mon Sep 17 00:00:00 2001 From: shuyu <359369982@qq.com> Date: Fri, 11 May 2018 21:19:38 +0800 Subject: [PATCH] prepare 4.1.3 --- README.md | 20 ++++++++++---------- UPDATE_VERSION.md | 13 +++++++++++++ dependencies.md | 34 +++++++++++++++++----------------- gradle.properties | 2 +- 4 files changed, 41 insertions(+), 28 deletions(-) diff --git a/README.md b/README.md index f55a87c..af2d1b9 100644 --- a/README.md +++ b/README.md @@ -53,21 +53,21 @@ #### A、直接引入 ``` //完整版引入 -compile 'com.shuyu:GSYVideoPlayer:4.1.2' +compile 'com.shuyu:GSYVideoPlayer:4.1.3' ``` #### B、添加java和你想要的so支持: ``` -compile 'com.shuyu:gsyVideoPlayer-java:4.1.2' +compile 'com.shuyu:gsyVideoPlayer-java:4.1.3' //根据你的需求 -compile 'com.shuyu:gsyVideoPlayer-armv5:4.1.2' -compile 'com.shuyu:gsyVideoPlayer-armv7a:4.1.2' -compile 'com.shuyu:gsyVideoPlayer-arm64:4.1.2' -compile 'com.shuyu:gsyVideoPlayer-x64:4.1.2' -compile 'com.shuyu:gsyVideoPlayer-x86:4.1.2' +compile 'com.shuyu:gsyVideoPlayer-armv5:4.1.3' +compile 'com.shuyu:gsyVideoPlayer-armv7a:4.1.3' +compile 'com.shuyu:gsyVideoPlayer-arm64:4.1.3' +compile 'com.shuyu:gsyVideoPlayer-x64:4.1.3' +compile 'com.shuyu:gsyVideoPlayer-x86:4.1.3' ``` @@ -77,9 +77,9 @@ A、B普通版本支持263/264/265等,对于mpeg编码会有声音无画面情 C 引入的so支持mpeg编码和其他补充协议,但是so包相对变大。 ``` -compile 'com.shuyu:gsyVideoPlayer-java:4.1.2' +compile 'com.shuyu:gsyVideoPlayer-java:4.1.3' -compile 'com.shuyu:gsyVideoPlayer-ex_so:4.1.2' +compile 'com.shuyu:gsyVideoPlayer-ex_so:4.1.3' ``` @@ -132,7 +132,7 @@ compile 'com.shuyu:gsyVideoPlayer-ex_so:4.1.2' ## 五、近期版本 -### 4.1.3(2018-xx-xx 未发布) +### 4.1.3(2018-05-11) * 优化单双击 * update support and build sdk to 27 * 增加是否根据视频尺寸,自动选择竖屏全屏或者横屏全屏,注意,这时候默认旋转无效。 diff --git a/UPDATE_VERSION.md b/UPDATE_VERSION.md index 62f1ee9..92dd681 100644 --- a/UPDATE_VERSION.md +++ b/UPDATE_VERSION.md @@ -1,5 +1,18 @@ ## 下方个版本说明,可以当做简单的wiki使用~,效果可参考DEMO。 +### 4.1.3(2018-05-11) +* 优化单双击 +* update support and build sdk to 27 +* 增加是否根据视频尺寸,自动选择竖屏全屏或者横屏全屏,注意,这时候默认旋转无效。 +``` +/** + * 是否根据视频尺寸,自动选择竖屏全屏或者横屏全屏,注意,这时候默认旋转无效 + * @param autoFullWithSize 默认false + */ + public void setAutoFullWithSize(boolean autoFullWithSize) +``` + + ### 4.1.2(2018-04-14) * 修复已知问题。 * 增加ijkplayer的raw播放支持。 diff --git a/dependencies.md b/dependencies.md index aff4924..5fdc9b7 100644 --- a/dependencies.md +++ b/dependencies.md @@ -7,21 +7,21 @@ #### A、直接引入 ``` //完整版引入 -compile 'com.shuyu:GSYVideoPlayer:4.1.2' +compile 'com.shuyu:GSYVideoPlayer:4.1.3' ``` #### B、添加java和你想要的so支持: ``` -compile 'com.shuyu:gsyVideoPlayer-java:4.1.2' +compile 'com.shuyu:gsyVideoPlayer-java:4.1.3' //根据你的需求 -compile 'com.shuyu:gsyVideoPlayer-armv5:4.1.2' -compile 'com.shuyu:gsyVideoPlayer-armv7a:4.1.2' -compile 'com.shuyu:gsyVideoPlayer-arm64:4.1.2' -compile 'com.shuyu:gsyVideoPlayer-x64:4.1.2' -compile 'com.shuyu:gsyVideoPlayer-x86:4.1.2' +compile 'com.shuyu:gsyVideoPlayer-armv5:4.1.3' +compile 'com.shuyu:gsyVideoPlayer-armv7a:4.1.3' +compile 'com.shuyu:gsyVideoPlayer-arm64:4.1.3' +compile 'com.shuyu:gsyVideoPlayer-x64:4.1.3' +compile 'com.shuyu:gsyVideoPlayer-x86:4.1.3' ``` @@ -31,9 +31,9 @@ A、B普通版本支持263/264/265等,对于mpeg编码会有声音无画面情 C 引入的so支持mpeg编码和其他补充协议,但是so包相对变大。 ``` -compile 'com.shuyu:gsyVideoPlayer-java:4.1.2' +compile 'com.shuyu:gsyVideoPlayer-java:4.1.3' -compile 'com.shuyu:gsyVideoPlayer-ex_so:4.1.2' +compile 'com.shuyu:gsyVideoPlayer-ex_so:4.1.3' ``` @@ -76,14 +76,14 @@ compile 'com.github.CarGuo.GSYVideoPlayer:GSYVideoPlayer:v4.1.1' ``` -compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-java:v4.1.2' +compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-java:v4.1.3' //根据你的需求 -compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-x64:v4.1.2' -compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-x86:v4.1.2' -compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-arm64:v4.1.2' -compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-armv5:v4.1.2' -compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-armv7a:v4.1.2' +compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-x64:v4.1.3' +compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-x86:v4.1.3' +compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-arm64:v4.1.3' +compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-armv5:v4.1.3' +compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-armv7a:v4.1.3' ``` @@ -93,8 +93,8 @@ A、B普通版本支持263/264/265等,对于mpeg编码会有声音无画面情 C 方法引入的so支持mpeg编码和其他补充协议,但是so包相对变大。 ``` -compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-java:v4.1.2' +compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-java:v4.1.3' -compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-ex_so:v4.1.2' +compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-ex_so:v4.1.3' ``` diff --git a/gradle.properties b/gradle.properties index aa99442..ecde215 100644 --- a/gradle.properties +++ b/gradle.properties @@ -18,7 +18,7 @@ org.gradle.jvmargs=-Xmx1536m BINTRAY_USER=carguo BINTRAY_KEY= PROJ_GROUP=com.shuyu -PROJ_VERSION=4.1.2 +PROJ_VERSION=4.1.3 PROJ_WEBSITEURL=https://github.com/CarGuo/GSYVideoPlayer PROJ_ISSUETRACKERURL= PROJ_VCSURL=git@github.com:CarGuo/GSYVideoPlayer.git -- GitLab