commit 2b3f9f8954f3918d289b815bb53c96d681af8169 Author: Ricky Barrette Date: Sun Jan 22 13:53:19 2012 -0500 Initial Commit diff --git a/IOIOTruck/.classpath b/IOIOTruck/.classpath new file mode 100644 index 0000000..50759ed --- /dev/null +++ b/IOIOTruck/.classpath @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/IOIOTruck/.project b/IOIOTruck/.project new file mode 100644 index 0000000..e7d1030 --- /dev/null +++ b/IOIOTruck/.project @@ -0,0 +1,33 @@ + + + IOIOTruck + + + + + + 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/IOIOTruck/AndroidManifest.xml b/IOIOTruck/AndroidManifest.xml new file mode 100644 index 0000000..b718880 --- /dev/null +++ b/IOIOTruck/AndroidManifest.xml @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/IOIOTruck/assets/exceptionhandler.properties b/IOIOTruck/assets/exceptionhandler.properties new file mode 100644 index 0000000..3d072f2 --- /dev/null +++ b/IOIOTruck/assets/exceptionhandler.properties @@ -0,0 +1,19 @@ +# exceptionhandler.properties +# This is the default Twenty Codes, LLC Exception Handler properties file +# +# @author Twenty Codes, LLC +# @author ricky barrette + + +# The following is for using our custom server based exception handler web application +# HTTP ONLY +# server is the physical web address for your server +# file is the path to your filing script +# get is the path to your json retrieval script +server = http://powers.doesntexist.com:666/testing +file = /index.php?post=1 +#get = /index.php?get=1 + +# uncomment the following if you want your application to use email to file reports. +# if this is uncommented, email will always be used. +#email = twentycodes@gmail.com \ No newline at end of file diff --git a/IOIOTruck/lint.xml b/IOIOTruck/lint.xml new file mode 100644 index 0000000..ee0eead --- /dev/null +++ b/IOIOTruck/lint.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/IOIOTruck/proguard.cfg b/IOIOTruck/proguard.cfg new file mode 100644 index 0000000..b1cdf17 --- /dev/null +++ b/IOIOTruck/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/IOIOTruck/project.properties b/IOIOTruck/project.properties new file mode 100644 index 0000000..9b8a819 --- /dev/null +++ b/IOIOTruck/project.properties @@ -0,0 +1,15 @@ +# 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:15 +android.library.reference.3=../LocationLib +android.library.reference.4=../../git/ioiolib +android.library.reference.1=../ExceptionHandlerLib +android.library.reference.2=../Joystick diff --git a/IOIOTruck/res/drawable/icon.png b/IOIOTruck/res/drawable/icon.png new file mode 100755 index 0000000..536841f Binary files /dev/null and b/IOIOTruck/res/drawable/icon.png differ diff --git a/IOIOTruck/res/layout/main.xml b/IOIOTruck/res/layout/main.xml new file mode 100644 index 0000000..8f887f2 --- /dev/null +++ b/IOIOTruck/res/layout/main.xml @@ -0,0 +1,98 @@ + + + + + + + + + + + + +