From 60b337120b2dc9be2b3f4c3f7e626ad5344b2d25 Mon Sep 17 00:00:00 2001 From: ricky barrette Date: Wed, 16 Feb 2011 16:45:46 +0000 Subject: [PATCH] refs #128 updated manifest with proper version code, set save location to auto, and verified other information for release --- SweetDreamsFull/.classpath | 1 + SweetDreamsFull/.project | 5 + SweetDreamsFull/AndroidManifest.xml | 3 +- .../android/SweetDreamsFull/R.java | 2 + .../TwentyCodes/android/SweetDreamsLib/R.java | 2 + .../com/TwentyCodes/android/exception/R.java | 197 ++++++++++++++++++ 6 files changed, 208 insertions(+), 2 deletions(-) create mode 100644 SweetDreamsFull/gen/com/TwentyCodes/android/exception/R.java diff --git a/SweetDreamsFull/.classpath b/SweetDreamsFull/.classpath index c487a26..3d91940 100644 --- a/SweetDreamsFull/.classpath +++ b/SweetDreamsFull/.classpath @@ -4,5 +4,6 @@ + diff --git a/SweetDreamsFull/.project b/SweetDreamsFull/.project index c96fdae..bda8766 100644 --- a/SweetDreamsFull/.project +++ b/SweetDreamsFull/.project @@ -31,6 +31,11 @@ org.eclipse.jdt.core.javanature + + ExceptionHandlerLib_src + 2 + _android_ExceptionHandlerLib_7d68b46a/src + SweetDreamsLib_src 2 diff --git a/SweetDreamsFull/AndroidManifest.xml b/SweetDreamsFull/AndroidManifest.xml index 7bf298f..8c8a71a 100644 --- a/SweetDreamsFull/AndroidManifest.xml +++ b/SweetDreamsFull/AndroidManifest.xml @@ -1,8 +1,7 @@ + android:versionCode="1" android:versionName="1.0.0" android:installLocation="auto"> diff --git a/SweetDreamsFull/gen/com/TwentyCodes/android/SweetDreamsFull/R.java b/SweetDreamsFull/gen/com/TwentyCodes/android/SweetDreamsFull/R.java index d3d6873..f92c246 100644 --- a/SweetDreamsFull/gen/com/TwentyCodes/android/SweetDreamsFull/R.java +++ b/SweetDreamsFull/gen/com/TwentyCodes/android/SweetDreamsFull/R.java @@ -10,6 +10,7 @@ package com.TwentyCodes.android.SweetDreamsFull; public final class R { public static final class array { public static final int sounds=0x7f060000; + public static final int sounds_lite=0x7f060001; } public static final class attr { /**

Must be a color value, in the form of "#rgb", "#argb", @@ -94,6 +95,7 @@ containing a value of this type. } public static final class xml { public static final int settings=0x7f040000; + public static final int settings_lite=0x7f040001; } public static final class styleable { /** Attributes that can be used with a com_admob_android_ads_AdView. diff --git a/SweetDreamsFull/gen/com/TwentyCodes/android/SweetDreamsLib/R.java b/SweetDreamsFull/gen/com/TwentyCodes/android/SweetDreamsLib/R.java index fddb6c3..e42c9bc 100644 --- a/SweetDreamsFull/gen/com/TwentyCodes/android/SweetDreamsLib/R.java +++ b/SweetDreamsFull/gen/com/TwentyCodes/android/SweetDreamsLib/R.java @@ -10,6 +10,7 @@ package com.TwentyCodes.android.SweetDreamsLib; public final class R { public static final class array { public static final int sounds=0x7f060000; + public static final int sounds_lite=0x7f060001; } public static final class attr { /**

Must be a color value, in the form of "#rgb", "#argb", @@ -94,6 +95,7 @@ containing a value of this type. } public static final class xml { public static final int settings=0x7f040000; + public static final int settings_lite=0x7f040001; } public static final class styleable { /** Attributes that can be used with a com_admob_android_ads_AdView. diff --git a/SweetDreamsFull/gen/com/TwentyCodes/android/exception/R.java b/SweetDreamsFull/gen/com/TwentyCodes/android/exception/R.java new file mode 100644 index 0000000..6ab1ca7 --- /dev/null +++ b/SweetDreamsFull/gen/com/TwentyCodes/android/exception/R.java @@ -0,0 +1,197 @@ +/* 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.exception; + +public final class R { + public static final class array { + public static final int sounds=0x7f060000; + public static final int sounds_lite=0x7f060001; + } + public static final class attr { + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int backgroundColor=0x7f010000; + /**

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int keywords=0x7f010003; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int primaryTextColor=0x7f010001; + /**

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int refreshInterval=0x7f010004; + /**

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + */ + public static final int secondaryTextColor=0x7f010002; + } + public static final class drawable { + public static final int icon=0x7f020000; + public static final int pasusenormal=0x7f020001; + public static final int pause_button=0x7f020002; + public static final int pausedisabled=0x7f020003; + public static final int pausehot=0x7f020004; + public static final int pausenormalred=0x7f020005; + public static final int pausepressed=0x7f020006; + public static final int play_button=0x7f020007; + public static final int playdisabled=0x7f020008; + public static final int playhot=0x7f020009; + public static final int playnormal=0x7f02000a; + public static final int playpressed=0x7f02000b; + } + public static final class id { + public static final int ad=0x7f080004; + public static final int play_pause_button=0x7f080001; + public static final int time_left=0x7f080002; + public static final int track_title=0x7f080000; + public static final int volume=0x7f080003; + } + public static final class layout { + public static final int main=0x7f030000; + public static final int main_lite=0x7f030001; + } + public static final class raw { + public static final int ac=0x7f050000; + public static final int beach=0x7f050001; + public static final int crickets=0x7f050002; + public static final int falls=0x7f050003; + public static final int river=0x7f050004; + } + public static final class string { + public static final int app_name=0x7f070000; + public static final int app_name_lite=0x7f070001; + } + public static final class xml { + public static final int settings=0x7f040000; + public static final int settings_lite=0x7f040001; + } + public static final class styleable { + /** Attributes that can be used with a com_admob_android_ads_AdView. +

Includes the following attributes:

+ + + + + + + + + +
AttributeDescription
{@link #com_admob_android_ads_AdView_backgroundColor com.TwentyCodes.android.SweetDreamsFull:backgroundColor}
{@link #com_admob_android_ads_AdView_keywords com.TwentyCodes.android.SweetDreamsFull:keywords}
{@link #com_admob_android_ads_AdView_primaryTextColor com.TwentyCodes.android.SweetDreamsFull:primaryTextColor}
{@link #com_admob_android_ads_AdView_refreshInterval com.TwentyCodes.android.SweetDreamsFull:refreshInterval}
{@link #com_admob_android_ads_AdView_secondaryTextColor com.TwentyCodes.android.SweetDreamsFull:secondaryTextColor}
+ @see #com_admob_android_ads_AdView_backgroundColor + @see #com_admob_android_ads_AdView_keywords + @see #com_admob_android_ads_AdView_primaryTextColor + @see #com_admob_android_ads_AdView_refreshInterval + @see #com_admob_android_ads_AdView_secondaryTextColor + */ + public static final int[] com_admob_android_ads_AdView = { + 0x7f010000, 0x7f010001, 0x7f010002, 0x7f010003, + 0x7f010004 + }; + /** +

This symbol is the offset where the {@link com.TwentyCodes.android.SweetDreamsFull.R.attr#backgroundColor} + attribute's value can be found in the {@link #com_admob_android_ads_AdView} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android:backgroundColor + */ + public static final int com_admob_android_ads_AdView_backgroundColor = 0; + /** +

This symbol is the offset where the {@link com.TwentyCodes.android.SweetDreamsFull.R.attr#keywords} + attribute's value can be found in the {@link #com_admob_android_ads_AdView} array. + + +

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android:keywords + */ + public static final int com_admob_android_ads_AdView_keywords = 3; + /** +

This symbol is the offset where the {@link com.TwentyCodes.android.SweetDreamsFull.R.attr#primaryTextColor} + attribute's value can be found in the {@link #com_admob_android_ads_AdView} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android:primaryTextColor + */ + public static final int com_admob_android_ads_AdView_primaryTextColor = 1; + /** +

This symbol is the offset where the {@link com.TwentyCodes.android.SweetDreamsFull.R.attr#refreshInterval} + attribute's value can be found in the {@link #com_admob_android_ads_AdView} array. + + +

Must be an integer value, such as "100". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android:refreshInterval + */ + public static final int com_admob_android_ads_AdView_refreshInterval = 4; + /** +

This symbol is the offset where the {@link com.TwentyCodes.android.SweetDreamsFull.R.attr#secondaryTextColor} + attribute's value can be found in the {@link #com_admob_android_ads_AdView} array. + + +

Must be a color value, in the form of "#rgb", "#argb", +"#rrggbb", or "#aarrggbb". +

This may also be a reference to a resource (in the form +"@[package:]type:name") or +theme attribute (in the form +"?[package:][type:]name") +containing a value of this type. + @attr name android:secondaryTextColor + */ + public static final int com_admob_android_ads_AdView_secondaryTextColor = 2; + }; +}