commit 5e4244a95d50f8d54ec65314fb76e63e352bb1f6 Author: Christopher Eby Date: Mon Feb 15 09:51:10 2010 -0600 Import version 1.0 diff --git a/.classpath b/.classpath new file mode 100644 index 00000000..6e9239ff --- /dev/null +++ b/.classpath @@ -0,0 +1,7 @@ + + + + + + + diff --git a/.project b/.project new file mode 100644 index 00000000..967ed449 --- /dev/null +++ b/.project @@ -0,0 +1,33 @@ + + + Tumult + + + + + + com.android.ide.eclipse.adt.ResourceManagerBuilder + + + + + com.android.ide.eclipse.adt.PreCompilerBuilder + + + + + org.eclipse.jdt.core.javabuilder + + + + + com.android.ide.eclipse.adt.ApkBuilder + + + + + + com.android.ide.eclipse.adt.AndroidNature + org.eclipse.jdt.core.javanature + + diff --git a/.settings/org.eclipse.jdt.core.prefs b/.settings/org.eclipse.jdt.core.prefs new file mode 100644 index 00000000..4149f6d5 --- /dev/null +++ b/.settings/org.eclipse.jdt.core.prefs @@ -0,0 +1,5 @@ +#Thu Dec 24 11:30:20 CST 2009 +eclipse.preferences.version=1 +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5 +org.eclipse.jdt.core.compiler.compliance=1.5 +org.eclipse.jdt.core.compiler.source=1.5 diff --git a/AndroidManifest.xml b/AndroidManifest.xml new file mode 100644 index 00000000..e7c33017 --- /dev/null +++ b/AndroidManifest.xml @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/default.properties b/default.properties new file mode 100644 index 00000000..4513a1e4 --- /dev/null +++ b/default.properties @@ -0,0 +1,11 @@ +# This file is automatically generated by Android Tools. +# Do not modify this file -- YOUR CHANGES WILL BE ERASED! +# +# This file must be checked in Version Control Systems. +# +# To customize properties used by the Ant build system use, +# "build.properties", and override values to adapt the script to your +# project structure. + +# Project target. +target=android-3 diff --git a/res/drawable/icon.png b/res/drawable/icon.png new file mode 100644 index 00000000..dafd6466 Binary files /dev/null and b/res/drawable/icon.png differ diff --git a/res/drawable/status_icon.png b/res/drawable/status_icon.png new file mode 100644 index 00000000..525283e0 Binary files /dev/null and b/res/drawable/status_icon.png differ diff --git a/res/layout/songselector.xml b/res/layout/songselector.xml new file mode 100644 index 00000000..1fcc7770 --- /dev/null +++ b/res/layout/songselector.xml @@ -0,0 +1,58 @@ + + + + + +