Adrian Ulrich 2a6ce919f3 Move deletion code to PlaybackActivity
So we can re-use it in other parts of the application
2015-01-01 09:39:05 +01:00
2014-10-25 09:45:08 +02:00
2011-10-25 18:23:35 -05:00
2014-10-25 09:54:43 +02:00
2012-10-18 22:35:44 +02:00
2014-12-17 15:59:57 +01:00

Vanilla Music

Note: This project is not available from the google playstore after some troll managed to convince google to remove the project from the playstore. You can still compile it yourself or install it using F-Droid. It is unlikely that Vanilla Music will ever re-appear in the playstore.

Vanilla Music player is an MP3/OGG/FLAC/PCM player for Android with the following features:

  • multiple playlist support
  • grouping by artist, album or genre
  • plain filesystem browsing
  • ReplayGain support
  • headset/Bluetooth controls
  • accelerometer/shake control
  • cover art support
  • ScrobbleDroid support for Last.fm integration

Translating

You can help translate here. If your language isn't on the list, open an issue and I can add it.

Building

To build you will need:

  • A Java compiler compatible with Java 1.6
  • The Android SDK with platform 16 (JellyBean) installed

Building from command-line

  • android update project --path . to generate local.properties
  • ant debug to build the APK at bin/VanillaMusic-debug.apk
  • Optional: ant installd to install the APK to a connected device

Building from Eclipse

You can also build from Eclipse. Create a new Android Project, choosing "Create project from exisiting source", then set the compiler compliance level to 1.6 in project settings.

Documentation

Javadocs can be generated using ant doc

Description
No description provided
Readme 27 MiB
Languages
Java 97.2%
HTML 1.3%
Perl 1%
Makefile 0.4%
Shell 0.1%