Skip to content

Commit ac51cd5

Browse files
author
Bence Albertini
committed
Optimized version display, removed .x from the end.
1 parent 6a34fac commit ac51cd5

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

EDITING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ and rename it to include the release's date e.g. `2017-06-15`:
2121

2222
...
2323
layout: markdown
24-
title: Player SDK for Android (v0.6.x)
24+
title: Player SDK for Android (v0.6.0)
2525
categoryItemIsShown: 0
2626
permalink: /player-sdk/android/0.6/
2727
...

_posts/android/0.3/2015-09-01-android.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
layout: post
3-
title: Player SDK for Android (v 0.3.x)
3+
title: Player SDK for Android (v0.3)
44
weight: 3
55
category: player-sdk
66
categoryItemType: documentation
77
categoryItemIsShown: 0
88
categoryItemWidth: 6
9-
categoryItemDescription: API documentation for version 0.3.x
9+
categoryItemDescription: API documentation for version 0.3
1010
categoryItemLabel: Read the documentation
1111
permalink: /player-sdk/android/0.3/
1212
---

_posts/android/0.4/2016-05-31-android-0.4.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
3-
title: Player SDK for Android (v 0.4.x)
3+
title: Player SDK for Android (v0.4)
44
weight: 3
55
permalink: player-sdk/android-0.4.html
66
category: player-sdk
77
categoryItemType: documentation
88
categoryItemIsShown: 0
99
categoryItemWidth: 6
10-
categoryItemDescription: API documentation for version 0.4.x
10+
categoryItemDescription: API documentation for version 0.4
1111
categoryItemLabel: Read the documentation
1212
permalink: /player-sdk/android/0.4/
1313
---
@@ -150,7 +150,7 @@ <h2>Step 6: Play live or recorded content</h2>
150150
ustreamPlayer.connect();
151151
}</code></pre>
152152

153-
<p>SDK version 0.4.0 introduced changes in the user facing interface, see the <a href="#changelog_17">Changelog</a> for details.</p>
153+
<p>Player SDK v0.4.0 introduced changes in the user facing interface, see the <a href="#changelog_17">Changelog</a> for details.</p>
154154

155155
<h4>Setting your listeners</h4>
156156
<p>To receive state changes and other events from the player you need to set listeners. There are mandatory and optional ones, but all of these listeners have to be set prior to calling <code class="java">ustreamPlayer.attach()</code> on your player instance. This should happen in the <code class="java">onResume()</code> callback of your Activity or Fragment. Calling <code class="java">attach()</code> is an important step, this is where your listeners and the player view is bound to the library. Forgetting to call this will cause the player to not render video on your view, and you will not receive any callback on your listeners.</p>
@@ -520,7 +520,7 @@ <h3>Localization</h3>
520520

521521
<section>
522522
<h2>Changelog</h2>
523-
<p>Changes in version 0.4.x compared to version <a href="../0.3/">0.3.x</a>:</p>
523+
<p>Changes in version 0.4.0 compared to version <a href="../0.3/">0.3.0</a>:</p>
524524
<ul>
525525
<li>Added <code class="java">IUstreamPlayer.isInitialized()</code> method to check whether the player is already initialized. This is most useful on a configuration change event. The information representing the init state of the player does not need to be manually saved anymore.</li>
526526
<li>Tweaks around <code class="java">IUstreamPlayer.destroy()</code>. This is not bound to Android lifecycle anymore, can be called anywhere after initialization.</li>

_posts/android/0.5/2017-02-09-readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: markdown
3-
title: Player SDK for Android (v0.5.x)
3+
title: Player SDK for Android (v0.5)
44
weight: 3
55
category: player-sdk
66
categoryItemType: documentation

_posts/android/0.5/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Ustream Player SDK for Android v0.5.x
1+
# Ustream Player SDK for Android v0.5.0
22

33
## Introduction
44

_posts/android/2017-02-09-readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: markdown
3-
title: Player SDK for Android (v0.5.x)
3+
title: Player SDK for Android (v0.5)
44
weight: 30
55
category: player-sdk
66
categoryItemType: documentation

0 commit comments

Comments
 (0)