diff --git a/ExceptionHandlerLib/bin/exceptionhandlerlib.jar b/ExceptionHandlerLib/bin/exceptionhandlerlib.jar index 86f53de..17428d4 100644 Binary files a/ExceptionHandlerLib/bin/exceptionhandlerlib.jar and b/ExceptionHandlerLib/bin/exceptionhandlerlib.jar differ diff --git a/ExceptionHandlerLib/gen/com/TwentyCodes/android/exception/R.java b/ExceptionHandlerLib/gen/com/TwentyCodes/android/exception/R.java index 52b96c0..3262105 100644 --- a/ExceptionHandlerLib/gen/com/TwentyCodes/android/exception/R.java +++ b/ExceptionHandlerLib/gen/com/TwentyCodes/android/exception/R.java @@ -24,6 +24,7 @@ public final class R { public static final class string { public static int crash=0x7f030000; public static int description=0x7f030004; + public static int no_reports=0x7f030006; public static int send=0x7f030003; public static int sending=0x7f030002; public static int sorry=0x7f030001; diff --git a/ExceptionHandlerLib/res/layout/list.xml b/ExceptionHandlerLib/res/layout/list.xml index ed2a878..1fe71f4 100644 --- a/ExceptionHandlerLib/res/layout/list.xml +++ b/ExceptionHandlerLib/res/layout/list.xml @@ -14,7 +14,7 @@ android:layout_width="fill_parent" android:layout_height="wrap_content" android:gravity="center_vertical" - android:text="No Reports" + android:text="@string/no_reports" android:textAppearance="?android:attr/textAppearanceLarge" android:textColor="#99CC00" /> diff --git a/ExceptionHandlerLib/res/values/strings.xml b/ExceptionHandlerLib/res/values/strings.xml index a603675..b1d79f3 100644 --- a/ExceptionHandlerLib/res/values/strings.xml +++ b/ExceptionHandlerLib/res/values/strings.xml @@ -1,9 +1,12 @@ - Application Fault + + Application Fault I\'m sorry, but we found a problem. Please click here. - Sending... + Sending… Send Optional: Describe what happened Version - + No Reports + + \ No newline at end of file