Releases: TalbotGooday/Android-Oembed-Video
Releases · TalbotGooday/Android-Oembed-Video
Release list
Code refactoring and libraries updated
0.2.9 Code refactoring and libraries updated
0.2.8
0.2.5
0.2.4
- Added a
EmbeddingRequestclass along with direct video link usage that allows you to add custom headers for the request.
Example:
EmbeddingRequest.build {
setUrl(url)
headers {
host(FACEBOOK_HOST_NAME) {
add("access_token", "")
addAll(mapOf())
}
}
}
- Third party libraries updated to latest versions
0.2.3
0.2.2
Refactoring. Bug fixes and other improvements
0.2.1
0.2.0
0.1.9
Ultimedia added
Added customization options to the BottomVideoController
0.1.8
Merge remote-tracking branch 'origin/master'