Vanilla Music

Version: 1.0.20 released Jun. 10, 2015

Website: https://github.com/vanilla-music/vanilla
Issue tracker: https://github.com/vanilla-music/vanilla/issues

Changelog [show]

1.0.20
- NEW Support for heads-up-display notifications
- NEW Added 'skip 10 seconds' longpress action
- FIX Disable fastscroll in library view, making it useable on Android 5.1
- FIX Improved parsing of ID3v-2.4 tags (Thanks to Noah Crocker)

1.0.10
- NEW Dark material theme support

1.0.00
- NEW Added 'Continuous Shuffling' option
- FIX Workaround for AudioFX crashes on CyanogenMod
- FIX Save track position on shutdown
- FIX Fixed some 'shake action' issues
- FIX Remember list position while deleting songs
- FIX Unbreak widgets broken in 0.99

0.9.99
- NEW Material design
- NEW Native searchview
- NEW Empty queue option in Queue screen
- NEW Gradle / Android Studio support by @AltNico
- FIX Enqueue bug introduced in 0.9.42

Contributors

Licenses

Vanilla Music [show]

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.

Vanilla Music includes code released under the MIT License

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.

ViewPageIndicator [show]

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.

DragSortListView [show]

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.