# HG changeset patch # User Brad Greco # Date 1307225017 14400 # Node ID 46783e4c83e252d695da783b97f27197b4e97d29 Initial commit diff -r 000000000000 -r 46783e4c83e2 .classpath --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.classpath Sat Jun 04 18:03:37 2011 -0400 @@ -0,0 +1,7 @@ + + + + + + + diff -r 000000000000 -r 46783e4c83e2 .project --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.project Sat Jun 04 18:03:37 2011 -0400 @@ -0,0 +1,33 @@ + + + DirectoryPicker + + + + + + 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 -r 000000000000 -r 46783e4c83e2 AndroidManifest.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/AndroidManifest.xml Sat Jun 04 18:03:37 2011 -0400 @@ -0,0 +1,17 @@ + + + + + + + + + + + + + \ No newline at end of file diff -r 000000000000 -r 46783e4c83e2 default.properties --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/default.properties Sat Jun 04 18:03:37 2011 -0400 @@ -0,0 +1,12 @@ +# 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-4 +android.library=true diff -r 000000000000 -r 46783e4c83e2 proguard.cfg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/proguard.cfg Sat Jun 04 18:03:37 2011 -0400 @@ -0,0 +1,36 @@ +-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 ; +} + +-keepclasseswithmembernames class * { + public (android.content.Context, android.util.AttributeSet); +} + +-keepclasseswithmembernames class * { + public (android.content.Context, android.util.AttributeSet, int); +} + +-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 -r 000000000000 -r 46783e4c83e2 res/drawable/icon.png Binary file res/drawable/icon.png has changed diff -r 000000000000 -r 46783e4c83e2 res/layout/chooser_list.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/res/layout/chooser_list.xml Sat Jun 04 18:03:37 2011 -0400 @@ -0,0 +1,16 @@ + + + +