No idea why this happens, looks like an android bug (can not reproduce) But this fix should be good enough as the returned value is only used in the UI
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.propertiesant 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
Languages
Java
97.2%
HTML
1.3%
Perl
1%
Makefile
0.4%
Shell
0.1%