Christopher Eby 0f54cb6242 Revert to using Bitmaps and a cache for cover art instead of URIs
While storing a Bitmap in a Bundle for RemoteViews seems to be spectacularly
slow, using URIs to prevent this does not seem to be worth the additional
disk I/O they incur.
2011-11-08 22:28:05 -06:00
2011-10-30 16:30:22 -05:00
2011-10-25 18:23:35 -05:00
2011-10-25 18:23:35 -05:00
2011-10-21 08:07:32 -05:00
2011-10-30 02:56:02 -05:00
2011-10-31 16:57:09 -05:00

Vanilla Music Player is a music player for Android

To build:

  • Ensure you have JDK 6 or greater installed and in the path. JDK 6 is required for @Override annoations for interface methods.
  • Ensure you have the Android SDK installed and in your path with platform android-11 or higher installed.
  • Execute android update project --path . You must provide a --target parameter as well if you are not using platform 14.
  • Execute ant debug (or ant release)

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%