148 lines
6.3 KiB
HTML
148 lines
6.3 KiB
HTML
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<style>
|
|
body { font-family: sans-serif; background: transparent;}
|
|
pre { background-color: #ccc; color: #000; padding: 1em; white-space: pre-wrap; display: none; }
|
|
h2 { border-bottom: 1px solid #444; }
|
|
a { color: #5c5cff; }
|
|
</style>
|
|
<script>
|
|
function show(n) {
|
|
var e = document.getElementById(n);
|
|
if (e.style.display == "block") {
|
|
e.style.display="none";
|
|
} else {
|
|
e.style.display="block";
|
|
}
|
|
}
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<h1>Vanilla Music</h1>
|
|
<p><b>Version:</b> 1.0.32 Released Oct. 1, 2015<br><br>
|
|
<b>Website:</b> <a href='https://github.com/vanilla-music/vanilla'>https://github.com/vanilla-music/vanilla</a><br>
|
|
<b>Issue tracker:</b> <a href='https://github.com/vanilla-music/vanilla/issues'>https://github.com/vanilla-music/vanilla/issues</a><br>
|
|
<br>
|
|
<b>Changelog</b> [<a href='javascript:show("changelog")'>show</a>]
|
|
<pre id='changelog'>
|
|
<b>1.0.32</b>
|
|
- <b>NEW</b> Added support for ducking (Thanks to Xiao Bao Clark)
|
|
- <b>NEW</b> Added support for MirrorLink (Thanks to Laurent Cremmer)
|
|
- <b>FIX</b> Fix layout issues with big fonts
|
|
|
|
<b>1.0.31</b>
|
|
- <b>NEW</b> Fadein cover artwork
|
|
- <b>FIX</b> Various small patches and fixes
|
|
|
|
<b>1.0.30</b>
|
|
- <b>NEW</b> Display album artwork in listview
|
|
- <b>NEW</b> Fling-Remove of playlist items
|
|
- <b>FIX</b> Fixed playlist reordering bug
|
|
|
|
<b>1.0.20</b>
|
|
- <b>NEW</b> Support for heads-up-display notifications
|
|
- <b>NEW</b> Added 'skip 10 seconds' longpress action
|
|
- <b>FIX</b> Disable fastscroll in library view, making it useable on Android 5.1
|
|
- <b>FIX</b> Improved parsing of ID3v-2.4 tags (Thanks to Noah Crocker)
|
|
|
|
<b>1.0.10</b>
|
|
- <b>NEW</b> Dark material theme support
|
|
|
|
<b>1.0.00</b>
|
|
- <b>NEW</b> Added 'Continuous Shuffling' option
|
|
- <b>FIX</b> Workaround for AudioFX crashes on CyanogenMod
|
|
- <b>FIX</b> Save track position on shutdown
|
|
- <b>FIX</b> Fixed some 'shake action' issues
|
|
- <b>FIX</b> Remember list position while deleting songs
|
|
- <b>FIX</b> Unbreak widgets broken in 0.99
|
|
|
|
<b>0.9.99</b>
|
|
- <b>NEW</b> Material design
|
|
- <b>NEW</b> Native searchview
|
|
- <b>NEW</b> <i>Empty queue</i> option in Queue screen
|
|
- <b>NEW</b> Gradle / Android Studio support by @AltNico
|
|
- <b>FIX</b> Enqueue bug introduced in 0.9.42
|
|
</pre>
|
|
<h2>Contributors</h2>
|
|
<ul>
|
|
<li>Adrian Ulrich (current maintainer)</li>
|
|
<li>Amin Bandali (current maintainer)</li>
|
|
<li>Chris Eby (original creator)</li>
|
|
<li>David Beswick (various contributions)</li>
|
|
<li>Emir Sarı (Turkish translation)</li>
|
|
<li>Ferenc Nagy (icon)</li>
|
|
<li>Jean-Baptiste Lab (notication color invert)</li>
|
|
<li>Jean-François Im (cover art loading)</li>
|
|
<li>Jerry Liao (Chinese (Taiwan) translation)</li>
|
|
<li>Jiri Grönroos (Finnish translation)</li>
|
|
<li>Magnus Anderssen (headset button)</li>
|
|
<li>Mildred Ki'Lya (stop after track mode)</li>
|
|
<li>Rosario Antoci (Italian translation)</li>
|
|
<li>Xiao Bao Clark (various contributions)</li>
|
|
<!-- TODO: add more translators -->
|
|
</ul>
|
|
<h2>Licenses</h2>
|
|
<h3>Vanilla Music [<a href='javascript:show("l1")'>show</a>]</h3>
|
|
<pre id='l1'>
|
|
Copyright (C) 2012-2015 Vanilla Music contributors
|
|
|
|
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
|
|
|
|
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
|
</pre>
|
|
|
|
<h3>Vanilla Music includes code released under the <a href='javascript:show("l2")'>MIT License</a></h3>
|
|
<pre id='l2'>
|
|
Copyright (C) 2012-2013 Vanilla Music contributors
|
|
|
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
|
|
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
|
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
</pre>
|
|
<h3>ViewPageIndicator [<a href='javascript:show("l3")'>show</a>]</h3>
|
|
<pre id='l3'>
|
|
Copyright (C) 2011 The Android Open Source Project
|
|
Copyright (C) 2011 Jake Wharton
|
|
|
|
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>
|
|
<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>
|
|
|
|
<script>
|
|
var query = decodeURIComponent(window.location.search.substring(1));
|
|
var color = query.match(/^#..(.+)/);
|
|
if (color != null) {
|
|
// android gives us aRGB, but we need RGB
|
|
color = '#' + color[1];
|
|
document.body.style.color = color;
|
|
}
|
|
</script>
|
|
|
|
</html>
|