Skip to content

Commit

Permalink
release v3.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathen committed Jun 26, 2016
1 parent 8f3f130 commit b9dd1c4
Show file tree
Hide file tree
Showing 14 changed files with 27 additions and 27 deletions.
14 changes: 7 additions & 7 deletions README-ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
--
<p align="center">
<a href="http://developer.android.com/index.html"><img src="https://img.shields.io/badge/platform-android-green.svg"></a>
<a href="http://search.maven.org/#artifactdetails%7Cfm.jiecao%7Cjiecaovideoplayer%7C3.6%7Caar"><img src="https://img.shields.io/badge/Maven%20Central-3.6-green.svg"></a>
<a href="http://search.maven.org/#artifactdetails%7Cfm.jiecao%7Cjiecaovideoplayer%7C3.6.1%7Caar"><img src="https://img.shields.io/badge/Maven%20Central-3.6.1-green.svg"></a>
<a href="http://choosealicense.com/licenses/mit/"><img src="https://img.shields.io/badge/license-MIT-green.svg"></a>
<a href="https://android-arsenal.com/details/1/3269"><img src="https://img.shields.io/badge/Android%20Arsenal-jiecaovideoplayer-green.svg?style=true"></a>
</p>
Expand All @@ -22,28 +22,28 @@

##效果

**[jiecaovideoplayer-3.6-demo.apk](https://raw.githubusercontent.com/lipangit/jiecaovideoplayer/develop/downloads/jiecaovideoplayer-3.6-demo.apk)**
**[jiecaovideoplayer-3.6.1-demo.apk](https://raw.githubusercontent.com/lipangit/jiecaovideoplayer/develop/downloads/jiecaovideoplayer-3.6.1-demo.apk)**

![Demo Screenshot][1]

##使用
1.添加类库
```gradle
compile 'fm.jiecao:jiecaovideoplayer:3.6'
compile 'fm.jiecao:jiecaovideoplayer:3.6.1'
```

或直接下载

* [jiecaovideoplayer-3.6.aar](https://raw.githubusercontent.com/lipangit/jiecaovideoplayer/develop/downloads/jiecaovideoplayer-3.6.aar)
* [jiecaovideoplayer-3.6-javadoc.jar](https://raw.githubusercontent.com/lipangit/jiecaovideoplayer/develop/downloads/jiecaovideoplayer-3.6-javadoc.jar)
* [jiecaovideoplayer-3.6-sources.jar](https://raw.githubusercontent.com/lipangit/jiecaovideoplayer/develop/downloads/jiecaovideoplayer-3.6-sources.jar)
* [jiecaovideoplayer-3.6.1.aar](https://raw.githubusercontent.com/lipangit/jiecaovideoplayer/develop/downloads/jiecaovideoplayer-3.6.1.aar)
* [jiecaovideoplayer-3.6.1-javadoc.jar](https://raw.githubusercontent.com/lipangit/jiecaovideoplayer/develop/downloads/jiecaovideoplayer-3.6.1-javadoc.jar)
* [jiecaovideoplayer-3.6.1-sources.jar](https://raw.githubusercontent.com/lipangit/jiecaovideoplayer/develop/downloads/jiecaovideoplayer-3.6.1-sources.jar)

2.添加布局
```xml
<fm.jiecao.jcvideoplayer_lib.JCVideoPlayerStandard
android:id="@+id/custom_videoplayer_standard"
android:layout_width="match_parent"
android:lay3.6out_height="200dp"/>
android:lay3.6.1out_height="200dp"/>
```

3.设置视频地址、缩略图地址、标题
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
--
<p align="center">
<a href="http://developer.android.com/index.html"><img src="https://img.shields.io/badge/platform-android-green.svg"></a>
<a href="http://search.maven.org/#artifactdetails%7Cfm.jiecao%7Cjiecaovideoplayer%7C3.6%7Caar"><img src="https://img.shields.io/badge/Maven%20Central-3.6-green.svg"></a>
<a href="http://search.maven.org/#artifactdetails%7Cfm.jiecao%7Cjiecaovideoplayer%7C3.6.1%7Caar"><img src="https://img.shields.io/badge/Maven%20Central-3.6.1-green.svg"></a>
<a href="http://choosealicense.com/licenses/mit/"><img src="https://img.shields.io/badge/license-MIT-green.svg"></a>
<a href="https://android-arsenal.com/details/1/3269"><img src="https://img.shields.io/badge/Android%20Arsenal-jiecaovideoplayer-green.svg?style=true"></a>
</p>
Expand All @@ -26,21 +26,21 @@ Android truly full-screen capabilities, the Android platform to become the most

## Effect

**[jiecaovideoplayer-3.6-demo.apk](https://raw.githubusercontent.com/lipangit/jiecaovideoplayer/develop/downloads/jiecaovideoplayer-3.6-demo.apk)**
**[jiecaovideoplayer-3.6.1-demo.apk](https://raw.githubusercontent.com/lipangit/jiecaovideoplayer/develop/downloads/jiecaovideoplayer-3.6.1-demo.apk)**

![Demo Screenshot][1]

## Usage
1.Import library
```gradle
compile 'fm.jiecao:jiecaovideoplayer:3.6'
compile 'fm.jiecao:jiecaovideoplayer:3.6.1'
```

Or download lib

* [jiecaovideoplayer-3.6.aar](https://raw.githubusercontent.com/lipangit/jiecaovideoplayer/develop/downloads/jiecaovideoplayer-3.6.aar)
* [jiecaovideoplayer-3.6-javadoc.jar](https://raw.githubusercontent.com/lipangit/jiecaovideoplayer/develop/downloads/jiecaovideoplayer-3.6-javadoc.jar)
* [jiecaovideoplayer-3.6-sources.jar](https://raw.githubusercontent.com/lipangit/jiecaovideoplayer/develop/downloads/jiecaovideoplayer-3.6-sources.jar)
* [jiecaovideoplayer-3.6.1.aar](https://raw.githubusercontent.com/lipangit/jiecaovideoplayer/develop/downloads/jiecaovideoplayer-3.6.1.aar)
* [jiecaovideoplayer-3.6.1-javadoc.jar](https://raw.githubusercontent.com/lipangit/jiecaovideoplayer/develop/downloads/jiecaovideoplayer-3.6.1-javadoc.jar)
* [jiecaovideoplayer-3.6.1-sources.jar](https://raw.githubusercontent.com/lipangit/jiecaovideoplayer/develop/downloads/jiecaovideoplayer-3.6.1-sources.jar)

2.Add JCVideoPlayer in your layout
```xml
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "fm.jiecao.jiecaovideoplayer"
minSdkVersion 16
targetSdkVersion 23
versionCode 28
versionName "3.6"
versionCode 29
versionName "3.6.1"
}
buildTypes {
release {
Expand Down
16 changes: 8 additions & 8 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="fm.jiecao.jiecaovideoplayer">
package="fm.jiecao.jiecaovideoplayer">

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.INTERNET"/>

<application
android:name=".DemoApplication"
Expand All @@ -15,27 +15,27 @@
android:configChanges="orientation"
android:screenOrientation="portrait">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<action android:name="android.intent.action.MAIN"/>

<category android:name="android.intent.category.LAUNCHER" />
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
</activity>

<activity
android:name=".ListActivity"
android:screenOrientation="portrait" />
android:screenOrientation="portrait"/>

<activity
android:name=".ListViewpagerActivity"
android:screenOrientation="portrait" />
android:screenOrientation="portrait"/>

<activity
android:name=".MultiHolderActivity"
android:screenOrientation="portrait" />
android:screenOrientation="portrait"/>

<activity
android:name=".LoadImageActivity"
android:screenOrientation="portrait" />
android:screenOrientation="portrait"/>

</application>

Expand Down
Binary file removed downloads/jiecaovideoplayer-3.6-javadoc.jar
Binary file not shown.
Binary file removed downloads/jiecaovideoplayer-3.6-sources.jar
Binary file not shown.
Binary file not shown.
Binary file added downloads/jiecaovideoplayer-3.6.1-javadoc.jar
Binary file not shown.
Binary file added downloads/jiecaovideoplayer-3.6.1-sources.jar
Binary file not shown.
Binary file added downloads/jiecaovideoplayer-3.6.1.aar
Binary file not shown.
Binary file removed downloads/jiecaovideoplayer-3.6.aar
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle/maven_push.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ signing {

group = "fm.jiecao"
archivesBaseName = "jiecaovideoplayer"
version = "3.6"
version = "3.6.1"

uploadArchives {
repositories {
Expand Down
4 changes: 2 additions & 2 deletions jcvideoplayer-lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 23
versionCode 28
versionName "3.6"
versionCode 29
versionName "3.6.1"
}
buildTypes {
release {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* <br>注意!relativelayout中无法全屏,要嵌套一个linearlayout</p>
* <p>Referring Android system Video View of onMeasure method
* <br>NOTE! Can not fullscreen relativelayout, to nest a linearlayout</p>
* <p/>
*
* Created by Nathen
* On 2016/06/02 00:01
*/
Expand Down

0 comments on commit b9dd1c4

Please sign in to comment.