diff --git a/AutoPlayer/.gitignore b/AutoPlayer/.gitignore new file mode 100644 index 0000000..a22392a --- /dev/null +++ b/AutoPlayer/.gitignore @@ -0,0 +1,2 @@ +/bin +/gen diff --git a/AutoPlayer/.project b/AutoPlayer/.project index d733d9e..32ee92f 100644 --- a/AutoPlayer/.project +++ b/AutoPlayer/.project @@ -30,11 +30,4 @@ com.android.ide.eclipse.adt.AndroidNature org.eclipse.jdt.core.javanature - - - ExceptionHandlerLib_src - 2 - _android_ExceptionHandlerLib_7d68b46a/src - - diff --git a/AutoPlayer/bin/classes/com/TwentyCodes/android/AutoPlayer/AutoPlayerActivity.class b/AutoPlayer/bin/classes/com/TwentyCodes/android/AutoPlayer/AutoPlayerActivity.class index fa488b8..407d4e9 100644 Binary files a/AutoPlayer/bin/classes/com/TwentyCodes/android/AutoPlayer/AutoPlayerActivity.class and b/AutoPlayer/bin/classes/com/TwentyCodes/android/AutoPlayer/AutoPlayerActivity.class differ diff --git a/AutoPlayer/bin/classes/com/TwentyCodes/android/AutoPlayer/ConfirmDialog.class b/AutoPlayer/bin/classes/com/TwentyCodes/android/AutoPlayer/ConfirmDialog.class index 4af9e96..2733571 100644 Binary files a/AutoPlayer/bin/classes/com/TwentyCodes/android/AutoPlayer/ConfirmDialog.class and b/AutoPlayer/bin/classes/com/TwentyCodes/android/AutoPlayer/ConfirmDialog.class differ diff --git a/AutoPlayer/bin/classes/com/TwentyCodes/android/AutoPlayer/R$string.class b/AutoPlayer/bin/classes/com/TwentyCodes/android/AutoPlayer/R$string.class index e66d60a..47d5ca2 100644 Binary files a/AutoPlayer/bin/classes/com/TwentyCodes/android/AutoPlayer/R$string.class and b/AutoPlayer/bin/classes/com/TwentyCodes/android/AutoPlayer/R$string.class differ diff --git a/AutoPlayer/bin/classes/com/TwentyCodes/android/exception/R$string.class b/AutoPlayer/bin/classes/com/TwentyCodes/android/exception/R$string.class index ce888d9..23e6267 100644 Binary files a/AutoPlayer/bin/classes/com/TwentyCodes/android/exception/R$string.class and b/AutoPlayer/bin/classes/com/TwentyCodes/android/exception/R$string.class differ diff --git a/AutoPlayer/gen/com/TwentyCodes/android/AutoPlayer/R.java b/AutoPlayer/gen/com/TwentyCodes/android/AutoPlayer/R.java index eaacd92..56b8dc1 100644 --- a/AutoPlayer/gen/com/TwentyCodes/android/AutoPlayer/R.java +++ b/AutoPlayer/gen/com/TwentyCodes/android/AutoPlayer/R.java @@ -39,21 +39,23 @@ public final class R { public static final int main=0x7f030004; } public static final class string { - public static final int about=0x7f04000b; - public static final int app_name=0x7f040007; - public static final int build=0x7f04000f; - public static final int confirm=0x7f04000d; + public static final int about=0x7f04000d; + public static final int app_name=0x7f040009; + public static final int build=0x7f040011; + public static final int confirm=0x7f04000f; public static final int crash=0x7f040000; public static final int description=0x7f040004; - public static final int enable=0x7f04000c; - public static final int hello=0x7f040006; - public static final int loading=0x7f04000a; - public static final int music_volume=0x7f040008; - public static final int pick_an_activity=0x7f040009; + public static final int enable=0x7f04000e; + public static final int hello=0x7f040008; + public static final int loading=0x7f04000c; + public static final int music_volume=0x7f04000a; + public static final int no_reports=0x7f040006; + public static final int pick_an_activity=0x7f04000b; public static final int send=0x7f040003; public static final int sending=0x7f040002; + public static final int sending_report=0x7f040007; public static final int sorry=0x7f040001; - public static final int start=0x7f04000e; + public static final int start=0x7f040010; public static final int version=0x7f040005; } } diff --git a/AutoPlayer/gen/com/TwentyCodes/android/exception/R.java b/AutoPlayer/gen/com/TwentyCodes/android/exception/R.java index 82b2ab6..1f97f90 100644 --- a/AutoPlayer/gen/com/TwentyCodes/android/exception/R.java +++ b/AutoPlayer/gen/com/TwentyCodes/android/exception/R.java @@ -39,21 +39,23 @@ public final class R { public static final int main=0x7f030004; } public static final class string { - public static final int about=0x7f04000b; - public static final int app_name=0x7f040007; - public static final int build=0x7f04000f; - public static final int confirm=0x7f04000d; + public static final int about=0x7f04000d; + public static final int app_name=0x7f040009; + public static final int build=0x7f040011; + public static final int confirm=0x7f04000f; public static final int crash=0x7f040000; public static final int description=0x7f040004; - public static final int enable=0x7f04000c; - public static final int hello=0x7f040006; - public static final int loading=0x7f04000a; - public static final int music_volume=0x7f040008; - public static final int pick_an_activity=0x7f040009; + public static final int enable=0x7f04000e; + public static final int hello=0x7f040008; + public static final int loading=0x7f04000c; + public static final int music_volume=0x7f04000a; + public static final int no_reports=0x7f040006; + public static final int pick_an_activity=0x7f04000b; public static final int send=0x7f040003; public static final int sending=0x7f040002; + public static final int sending_report=0x7f040007; public static final int sorry=0x7f040001; - public static final int start=0x7f04000e; + public static final int start=0x7f040010; public static final int version=0x7f040005; } } diff --git a/AutoPlayer/project.properties b/AutoPlayer/project.properties index 226c463..5734102 100644 --- a/AutoPlayer/project.properties +++ b/AutoPlayer/project.properties @@ -7,7 +7,7 @@ # "ant.properties", and override values to adapt the script to your # project structure. -android.library.reference.1=../ExceptionHandlerLib +android.library.reference.1=../../exception_handler_library/ExceptionHandlerLib # Project target. target=android-15 #proguard.config=proguard.cfg