version 0.9.40

This commit is contained in:
Adrian Ulrich 2014-10-25 09:54:43 +02:00
parent c9b0a95e50
commit e8444d9246
2 changed files with 27 additions and 4 deletions

View File

@ -23,8 +23,8 @@ THE SOFTWARE.
--> -->
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="ch.blinkenlights.android.vanilla" package="ch.blinkenlights.android.vanilla"
android:versionName="0.9.30" android:versionName="0.9.40"
android:versionCode="0930" android:versionCode="0940"
android:installLocation="auto"> android:installLocation="auto">
<uses-sdk android:minSdkVersion="15" android:targetSdkVersion="16" /> <uses-sdk android:minSdkVersion="15" android:targetSdkVersion="16" />
<uses-permission android:name="android.permission.WAKE_LOCK" /> <uses-permission android:name="android.permission.WAKE_LOCK" />

View File

@ -19,7 +19,7 @@ function show(n) {
</head> </head>
<body> <body>
<h1>Vanilla Music</h1> <h1>Vanilla Music</h1>
<p><b>Version:</b> 0.9.30 released Oct. 17, 2014<br><br> <p><b>Version:</b> 0.9.40 released Oct. 26, 2014<br><br>
<b>Website:</b> <a href='https://github.com/adrian-bl/vanilla'>https://github.com/adrian-bl/vanilla</a><br> <b>Website:</b> <a href='https://github.com/adrian-bl/vanilla'>https://github.com/adrian-bl/vanilla</a><br>
<b>Issue tracker:</b> <a href='https://github.com/adrian-bl/vanilla/issues'>https://github.com/adrian-bl/vanilla/issues</a><br> <b>Issue tracker:</b> <a href='https://github.com/adrian-bl/vanilla/issues'>https://github.com/adrian-bl/vanilla/issues</a><br>
<h2>Contributors</h2> <h2>Contributors</h2>
@ -32,7 +32,11 @@ function show(n) {
<li>Jean-Fran&ccedil;ois Im (cover art loading)</li> <li>Jean-Fran&ccedil;ois Im (cover art loading)</li>
<li>Magnus Anderssen (headset button)</li> <li>Magnus Anderssen (headset button)</li>
<li>Mildred Ki'Lya (stop after track mode)</li> <li>Mildred Ki'Lya (stop after track mode)</li>
<!-- TODO: add translators --> <li>Jerry Liao (Chinese (Taiwan) translation)</li>
<li>Rosario Antoci (Italian translation)</li>
<li>Emir Sarı (Turkish translation)</li>
<li>Jiri Grönroos (Finnish translation)</li>
<!-- TODO: add more translators -->
</ul> </ul>
<h2>Licenses</h2> <h2>Licenses</h2>
<h3>Vanilla Music [<a href='javascript:show("l1")'>show</a>]</h3> <h3>Vanilla Music [<a href='javascript:show("l1")'>show</a>]</h3>
@ -65,5 +69,24 @@ http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
</pre> </pre>
<h3>DragSortListView [<a href='javascript:show("l4")'>show</a>]</h3>
<pre id='l4'>
A subclass of the Android ListView component that enables drag
and drop re-ordering of list items.
Copyright 2012 Carl Bauer
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
</pre>
</body> </body>
</html> </html>