Skip to content

Commit

Permalink
Merge pull request eneim#48 from eneim/nam/v1/beta3
Browse files Browse the repository at this point in the history
Nam/v1/beta3
  • Loading branch information
eneim authored Dec 19, 2019
2 parents 1a33b9d + 123c3be commit 483a684
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 21 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## 1.0.0-beta.3
## 1.0.0.2010004-beta.3

_2019.12.18_

Expand Down
7 changes: 1 addition & 6 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Video playback for Android made easy.

| Automatic playback | Playback continuity (Seamless fullscreen) |
| :----------------------------------------------------------- | :----------------------------------------------------------- |
| <img src="./art/kohii_demo_2.gif" width="216" height="468"/> | <img src="./art/kohii_demo_3.gif" width="468" height="468"/> |
| <img src="./art/kohii_demo_2.gif" width="216"/> | <img src="./art/kohii_demo_3.gif" width="468"/> |

## Setup

Expand Down Expand Up @@ -78,8 +78,3 @@ kohii.setUp(videoUrl).bind(playerView);
**Kohii** works on Android 4.4+ (API level 19+) and on Java 8+. It is recommended to use **Kohii** using the **Kotlin&trade;** language.

The core library doesn't come with any actual playback logic. Actual implementation comes with extension libraries. The extensions require corresponding 3rd libraries: `kohii-exoplayer` will require `exoplayer`, `kohii-androidx` will require `androidx.media2`.

Read more:

- [Getting start](/usage/start/)
- [Basic usages](/usage/basic/)
7 changes: 1 addition & 6 deletions docs/usage/advance.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Advance usages session will focus on using **Kohii** with **ExoPlayer**. Using o

Here, we assume that you are familiar with **ExoPlayer**, including its core components (Player, ExoPlayer, SimpleExoPlayer, MediaSource, etc) and UI system (PlayerView, PlayerControlView, ControlDispatcher, etc).

This session may use some keywords about components in **Kohii** like **Container**, **Bucket**, etc. You can find their definitions here: [Components](/customize/terms).
This session may use some keywords about components in **Kohii** like **Container**, **Bucket**, etc. You can find their definitions here: [Components](../../customize/terms).

## Using unique tag

Expand Down Expand Up @@ -117,9 +117,4 @@ While allowing client to define this behavior, **Kohii** will strictly observe s

_COMING SOON_

Next:

- [Exploring demo app](/usage/demos/)
- [Extending Kohii](/customize/custom_engine/)

[^1]: The Video that is selected to play
4 changes: 0 additions & 4 deletions docs/usage/basic.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,3 @@ But let's understand the concept behind:
In the one line above: `kohii.setUp(videoUrl)` turns the url to a [`Binder`](../../api/kohii-core/kohii.v1.core/-binder/) object which can be used to bind to a [`container`](../../customize/terms/#renderer-and-container). Once you finish the setup, you have the Video to be automatically played/paused once user scrolls the list such that the `container` is visible more (will play) or less (will pause) than 65% of its area.

Also, to ensure the playback is automatic, if the [`renderer`](../../customize/terms/#renderer-and-container) is a `PlayerView` **Kohii** will forcefully disable the `PlayerView`'s `PlayerControlView` even if you set it before. To have manual playback control enabled, you need some additional configuration which will be discussed in other session.

Next:

- [Advance usages](/usage/advance/)
4 changes: 0 additions & 4 deletions docs/usage/start.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,3 @@ implementation "im.ene.kohii:kohii-experiments:${kohiiVersion}"

!!! warning
Again, please use this package with caution!

Next:

- [Basic usages](/usage/basic/)
4 changes: 4 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ extra:
- type: 'github'
link: 'https://github.com/eneim/kohii'

google_analytics:
- 'UA-72567780-9'
- 'auto'

# Navigation
nav:
- 'Overview': index.md
Expand Down

0 comments on commit 483a684

Please sign in to comment.