Christopher Eby 8fa1d301e9 Use colored status icon for Gingerbread and below
On Honeycomb and above the status icon is dimmed by Android so
it looks best if it's all white. But on Gingerbread and below it's
okay to do whatever.
2012-03-09 09:42:54 -06:00
2012-02-23 18:13:20 -06:00
2012-03-05 04:37:38 -06:00
2011-10-25 18:23:35 -05:00
2012-02-29 21:24:40 -06:00

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 15 (Android 4.0.3) 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%