diff --git a/software/applications/ShoeBot/.classpath b/software/applications/ShoeBot/.classpath new file mode 100644 index 000000000..7bc01d9a9 --- /dev/null +++ b/software/applications/ShoeBot/.classpath @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/software/applications/ShoeBot/.project b/software/applications/ShoeBot/.project new file mode 100644 index 000000000..69b5a17ae --- /dev/null +++ b/software/applications/ShoeBot/.project @@ -0,0 +1,33 @@ + + + ShoeBot + + + + + + 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/software/applications/ShoeBot/AndroidManifest.xml b/software/applications/ShoeBot/AndroidManifest.xml new file mode 100644 index 000000000..36f2cd080 --- /dev/null +++ b/software/applications/ShoeBot/AndroidManifest.xml @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/software/applications/ShoeBot/lint.xml b/software/applications/ShoeBot/lint.xml new file mode 100644 index 000000000..9c834f4b3 --- /dev/null +++ b/software/applications/ShoeBot/lint.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/software/applications/ShoeBot/proguard.cfg b/software/applications/ShoeBot/proguard.cfg new file mode 100644 index 000000000..b1cdf17b5 --- /dev/null +++ b/software/applications/ShoeBot/proguard.cfg @@ -0,0 +1,40 @@ +-optimizationpasses 5 +-dontusemixedcaseclassnames +-dontskipnonpubliclibraryclasses +-dontpreverify +-verbose +-optimizations !code/simplification/arithmetic,!field/*,!class/merging/* + +-keep public class * extends android.app.Activity +-keep public class * extends android.app.Application +-keep public class * extends android.app.Service +-keep public class * extends android.content.BroadcastReceiver +-keep public class * extends android.content.ContentProvider +-keep public class * extends android.app.backup.BackupAgentHelper +-keep public class * extends android.preference.Preference +-keep public class com.android.vending.licensing.ILicensingService + +-keepclasseswithmembernames class * { + native ; +} + +-keepclasseswithmembers class * { + public (android.content.Context, android.util.AttributeSet); +} + +-keepclasseswithmembers class * { + public (android.content.Context, android.util.AttributeSet, int); +} + +-keepclassmembers class * extends android.app.Activity { + public void *(android.view.View); +} + +-keepclassmembers enum * { + public static **[] values(); + public static ** valueOf(java.lang.String); +} + +-keep class * implements android.os.Parcelable { + public static final android.os.Parcelable$Creator *; +} diff --git a/software/applications/ShoeBot/project.properties b/software/applications/ShoeBot/project.properties new file mode 100644 index 000000000..b435ececa --- /dev/null +++ b/software/applications/ShoeBot/project.properties @@ -0,0 +1,16 @@ +# 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, +# "ant.properties", and override values to adapt the script to your +# project structure. + +# Project target. +target=Google Inc.:Google APIs:10 +android.library.reference.1=../../IOIOLib/target/android +android.library.reference.2=../../IOIOLibAccessory +android.library.reference.3=../../IOIOLibBT + +manifestmerger.enabled=true diff --git a/software/applications/ShoeBot/res/drawable-hdpi/icon.png b/software/applications/ShoeBot/res/drawable-hdpi/icon.png new file mode 100644 index 000000000..8074c4c57 Binary files /dev/null and b/software/applications/ShoeBot/res/drawable-hdpi/icon.png differ diff --git a/software/applications/ShoeBot/res/drawable-ldpi/icon.png b/software/applications/ShoeBot/res/drawable-ldpi/icon.png new file mode 100644 index 000000000..1095584ec Binary files /dev/null and b/software/applications/ShoeBot/res/drawable-ldpi/icon.png differ diff --git a/software/applications/ShoeBot/res/drawable-mdpi/icon.png b/software/applications/ShoeBot/res/drawable-mdpi/icon.png new file mode 100644 index 000000000..a07c69fa5 Binary files /dev/null and b/software/applications/ShoeBot/res/drawable-mdpi/icon.png differ diff --git a/software/applications/ShoeBot/res/drawable/ioio_down.png b/software/applications/ShoeBot/res/drawable/ioio_down.png new file mode 100644 index 000000000..92ca834c1 Binary files /dev/null and b/software/applications/ShoeBot/res/drawable/ioio_down.png differ diff --git a/software/applications/ShoeBot/res/layout/main.xml b/software/applications/ShoeBot/res/layout/main.xml new file mode 100644 index 000000000..ea32da0cf --- /dev/null +++ b/software/applications/ShoeBot/res/layout/main.xml @@ -0,0 +1,21 @@ + + + + +