Skip to content

Commit

Permalink
update version 2.0.5
Browse files Browse the repository at this point in the history
New support autoRotate;
Improve user interface.
  • Loading branch information
baishixian committed Dec 30, 2016
1 parent cb14ec5 commit 77c9e7f
Show file tree
Hide file tree
Showing 17 changed files with 103 additions and 25 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ Temporary Items
.apdisk
### Android template
# Built application files
*.apk
*.ap_

# Files for the ART/Dalvik VM
Expand Down
Binary file added Docs/full_screen_detail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Docs/full_screen_play.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Docs/window_detail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Docs/window_play.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
41 changes: 37 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,49 @@
# STVideoSDK for Android
##移动视频广告 SDK
移动视频广告 SDK

## 如何使用

##如何使用
- [Getting Started with STVideoSDK](https://github.com/shunfei/STVideoSDK-Android/blob/master/Docs/Getting_Started.md)

## Download

[STVideoSDK-Android-Release](https://github.com/shunfei/STVideoSDK-Android/releases)

## Change Log
12/07/2016 - v2.0.4

12/30/2016 - [v2.0.5](https://github.com/shunfei/STVideoSDK-Android/releases/tag/v2.0.5)

* New support autoRotate.
* Improve user interface.

12/07/2016 - [v2.0.4](https://github.com/shunfei/STVideoSDK-Android/releases/tag/v2.0.4)

* New support Https.
* Modify UI impression.

11/09/2016 - v2.0.3
11/09/2016 - [v2.0.3](https://github.com/shunfei/STVideoSDK-Android/releases/tag/v2.0.3)

* Update API.
* New support Security verification
* New support Android 7.0.
* bugs fixes.

## 效果展示

**Sample App下载**
[Sample Apk](https://raw.githubusercontent.com/shunfei/STVideoSDK-Android/master/STVideoSDKSample/STVideoSDK-sample.apk)

**全屏模式下播放效果**
![full_creen_play](https://raw.githubusercontent.com/shunfei/STVideoSDK-Android/master/Docs/full_screen_play.png)

**全屏模式下推广页效果**
![full_screen_detail](https://raw.githubusercontent.com/shunfei/STVideoSDK-Android/master/Docs//full_screen_detail.png)

**竖屏播放效果**
![window_play](https://raw.githubusercontent.com/shunfei/STVideoSDK-Android/master/Docs/window_play.png)

**竖屏推广页效果**
![window_detail](https://raw.githubusercontent.com/shunfei/STVideoSDK-Android/master/Docs/window_detail.png)



Binary file not shown.
Binary file added STVideoSDKSample/STVideoSDK-sample.apk
Binary file not shown.
28 changes: 28 additions & 0 deletions STVideoSDKSample/VideoAdSample/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,32 @@
# Created by .ignore support plugin (hsz.mobi)

### OSX template
*.DS_Store
.AppleDouble
.LSOverride

# Icon must end with two \r
Icon

# Thumbnails
._*

# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

### Android template
# Built application files
*.apk
Expand Down

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 27 additions & 3 deletions STVideoSDKSample/VideoAdSample/.idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 0 additions & 6 deletions STVideoSDKSample/VideoAdSample/.idea/vcs.xml

This file was deleted.

Binary file not shown.
2 changes: 1 addition & 1 deletion STVideoSDKSample/VideoAdSample/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ dependencies {
})
compile 'com.android.support:appcompat-v7:24.2.1'
testCompile 'junit:junit:4.12'
compile files('libs/STVideoSDK-2.0.4.jar')
compile files('libs/suntengvideo2.0.5.jar')
}
Binary file not shown.
2 changes: 1 addition & 1 deletion STVideoSDKSample/VideoAdSample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.2.2'
classpath 'com.android.tools.build:gradle:2.2.3'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down

0 comments on commit 77c9e7f

Please sign in to comment.