diff --git a/TravelPost/.classpath b/TravelPost/.classpath new file mode 100644 index 0000000..609aa00 --- /dev/null +++ b/TravelPost/.classpath @@ -0,0 +1,7 @@ + + + + + + + diff --git a/TravelPost/.project b/TravelPost/.project new file mode 100644 index 0000000..ee1f480 --- /dev/null +++ b/TravelPost/.project @@ -0,0 +1,33 @@ + + + TravelPost + + + + + + 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/TravelPost/AndroidManifest.xml b/TravelPost/AndroidManifest.xml new file mode 100644 index 0000000..1a3538c --- /dev/null +++ b/TravelPost/AndroidManifest.xml @@ -0,0 +1,12 @@ + + + + + + + + + \ No newline at end of file diff --git a/TravelPost/default.properties b/TravelPost/default.properties new file mode 100644 index 0000000..77f7ad7 --- /dev/null +++ b/TravelPost/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=Google Inc.:Google APIs:9 diff --git a/TravelPost/gen/com/TwentyCodes/android/TravelPost/R.java b/TravelPost/gen/com/TwentyCodes/android/TravelPost/R.java new file mode 100644 index 0000000..161d088 --- /dev/null +++ b/TravelPost/gen/com/TwentyCodes/android/TravelPost/R.java @@ -0,0 +1,23 @@ +/* AUTO-GENERATED FILE. DO NOT MODIFY. + * + * This class was automatically generated by the + * aapt tool from the resource data it found. It + * should not be modified by hand. + */ + +package com.TwentyCodes.android.TravelPost; + +public final class R { + public static final class attr { + } + public static final class drawable { + public static final int icon=0x7f020000; + } + public static final class layout { + public static final int main=0x7f030000; + } + public static final class string { + public static final int app_name=0x7f040001; + public static final int hello=0x7f040000; + } +} diff --git a/TravelPost/proguard.cfg b/TravelPost/proguard.cfg new file mode 100644 index 0000000..8ad7d33 --- /dev/null +++ b/TravelPost/proguard.cfg @@ -0,0 +1,34 @@ +-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 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 --git a/TravelPost/res/drawable-hdpi/icon.png b/TravelPost/res/drawable-hdpi/icon.png new file mode 100644 index 0000000..8074c4c Binary files /dev/null and b/TravelPost/res/drawable-hdpi/icon.png differ diff --git a/TravelPost/res/drawable-ldpi/icon.png b/TravelPost/res/drawable-ldpi/icon.png new file mode 100644 index 0000000..1095584 Binary files /dev/null and b/TravelPost/res/drawable-ldpi/icon.png differ diff --git a/TravelPost/res/drawable-mdpi/icon.png b/TravelPost/res/drawable-mdpi/icon.png new file mode 100644 index 0000000..a07c69f Binary files /dev/null and b/TravelPost/res/drawable-mdpi/icon.png differ diff --git a/TravelPost/res/layout/main.xml b/TravelPost/res/layout/main.xml new file mode 100644 index 0000000..3a5f117 --- /dev/null +++ b/TravelPost/res/layout/main.xml @@ -0,0 +1,12 @@ + + + + diff --git a/TravelPost/res/values/strings.xml b/TravelPost/res/values/strings.xml new file mode 100644 index 0000000..d7bf46a --- /dev/null +++ b/TravelPost/res/values/strings.xml @@ -0,0 +1,5 @@ + + + Hello World! + Travel Post +