Christopher Eby eea5deceb6 CoverView improvements
- Switch to next song immediately when fling is started. Makes response
  faster, but can also cause a minor delay on slower devices. Setting
  a lower priority on worker threads helps with this a bit.
- Simplify scrolling code. No longer uses View's scrolling code
- Remove invalidateCovers(). There is no advantage to using this since
  the view has no children.
- Various minor tweaks
2012-02-29 21:24:25 -06:00
2012-01-23 12:45:36 -06:00
2012-02-21 01:28:35 -06:00
2012-02-23 18:13:20 -06:00
2012-02-21 01:28:35 -06:00
2012-02-29 21:24:25 -06:00
2011-10-25 18:23:35 -05:00
2012-02-23 18:13:20 -06:00
2012-02-19 21:24:01 -06:00
2012-02-18 16:57:06 -06:00

Building

To build you will need:

  • A Java compiler compatible with Java 1.6
  • The Android SDK with platform 14 (Android 4.0) 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%