diff --git a/ExceptionHandlerLib/bin/exceptionhandlerlib.jar b/ExceptionHandlerLib/bin/exceptionhandlerlib.jar index 17428d4..9e413f6 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 3262105..f730104 100644 --- a/ExceptionHandlerLib/gen/com/TwentyCodes/android/exception/R.java +++ b/ExceptionHandlerLib/gen/com/TwentyCodes/android/exception/R.java @@ -27,6 +27,7 @@ public final class R { public static int no_reports=0x7f030006; public static int send=0x7f030003; public static int sending=0x7f030002; + public static int sending_report=0x7f030007; public static int sorry=0x7f030001; public static int version=0x7f030005; } diff --git a/ExceptionReportViewer/.gitignore b/ExceptionReportViewer/.gitignore new file mode 100644 index 0000000..a02fbbe --- /dev/null +++ b/ExceptionReportViewer/.gitignore @@ -0,0 +1,2 @@ +/gen +/bin diff --git a/ExceptionReportViewer/bin/ExceptionReportViewer.apk b/ExceptionReportViewer/bin/ExceptionReportViewer.apk index 7ae3c26..9b73d2b 100644 Binary files a/ExceptionReportViewer/bin/ExceptionReportViewer.apk and b/ExceptionReportViewer/bin/ExceptionReportViewer.apk differ diff --git a/ExceptionReportViewer/bin/classes.dex b/ExceptionReportViewer/bin/classes.dex index 6c84bb1..3114ced 100644 Binary files a/ExceptionReportViewer/bin/classes.dex and b/ExceptionReportViewer/bin/classes.dex differ diff --git a/ExceptionReportViewer/bin/resources.ap_ b/ExceptionReportViewer/bin/resources.ap_ index cc7751f..3290e0a 100644 Binary files a/ExceptionReportViewer/bin/resources.ap_ and b/ExceptionReportViewer/bin/resources.ap_ differ diff --git a/ExceptionReportViewer/gen/com/TwentyCodes/android/ExceptionReportViewer/R.java b/ExceptionReportViewer/gen/com/TwentyCodes/android/ExceptionReportViewer/R.java index ca1806b..e08c6ea 100644 --- a/ExceptionReportViewer/gen/com/TwentyCodes/android/ExceptionReportViewer/R.java +++ b/ExceptionReportViewer/gen/com/TwentyCodes/android/ExceptionReportViewer/R.java @@ -184,14 +184,16 @@ or to a theme attribute in the form "?[package:][type:]na public static final int main=0x7f030004; } public static final class string { - public static final int app_name=0x7f040007; + public static final int app_name=0x7f040009; public static final int crash=0x7f040000; public static final int description=0x7f040004; - public static final int hello=0x7f040006; + public static final int hello=0x7f040008; + public static final int no_reports=0x7f040006; 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 there_was_an_error=0x7f040008; + public static final int there_was_an_error=0x7f04000a; public static final int version=0x7f040005; } public static final class style { diff --git a/ExceptionReportViewer/gen/com/TwentyCodes/android/exception/R.java b/ExceptionReportViewer/gen/com/TwentyCodes/android/exception/R.java index ade2304..8eed0a7 100644 --- a/ExceptionReportViewer/gen/com/TwentyCodes/android/exception/R.java +++ b/ExceptionReportViewer/gen/com/TwentyCodes/android/exception/R.java @@ -184,14 +184,16 @@ or to a theme attribute in the form "?[package:][type:]na public static final int main=0x7f030004; } public static final class string { - public static final int app_name=0x7f040007; + public static final int app_name=0x7f040009; public static final int crash=0x7f040000; public static final int description=0x7f040004; - public static final int hello=0x7f040006; + public static final int hello=0x7f040008; + public static final int no_reports=0x7f040006; 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 there_was_an_error=0x7f040008; + public static final int there_was_an_error=0x7f04000a; public static final int version=0x7f040005; } public static final class style {