diff --git a/FindMyCarFull/AndroidManifest.xml b/FindMyCarFull/AndroidManifest.xml index 1c540f3..75054c2 100644 --- a/FindMyCarFull/AndroidManifest.xml +++ b/FindMyCarFull/AndroidManifest.xml @@ -55,6 +55,9 @@ android:name="com.TwentyCodes.android.FindMyCarLib.ParkignTimerActivity" android:theme="@android:style/Theme.Dialog" > + + + diff --git a/FindMyCarFull/assets/exceptionhandler.properties b/FindMyCarFull/assets/exceptionhandler.properties index f81a683..f695078 100644 --- a/FindMyCarFull/assets/exceptionhandler.properties +++ b/FindMyCarFull/assets/exceptionhandler.properties @@ -5,13 +5,15 @@ # This file is used to tell the Exception Handler LIbrary how to file # new exception reports # HTTP ONLY +# +# Place this file in you project's assets folder and edit as needed +# # server is the physical web address for your server # file is the path to your filing script # get is the path to your json retrieval script # app is the redmine project name # tracker is the redmine tracker -server = http://powers.doesntexist.com:8080/ -file = redmine/exceptionhandler +server = http://powers.doesntexist.com:8888/ app = Find My Car tracker = Bug diff --git a/FindMyCarLite/AndroidManifest.xml b/FindMyCarLite/AndroidManifest.xml index b9e6be4..9b7b466 100644 --- a/FindMyCarLite/AndroidManifest.xml +++ b/FindMyCarLite/AndroidManifest.xml @@ -13,12 +13,12 @@ - + @@ -45,16 +45,19 @@ android:theme="@android:style/Theme.Light" > + android:name="com.TwentyCodes.android.exception.ExceptionReportActivity" + android:configChanges="keyboard|keyboardHidden|orientation" > + android:name="com.google.ads.AdActivity" + android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize" /> + + + diff --git a/FindMyCarLite/assets/exceptionhandler.properties b/FindMyCarLite/assets/exceptionhandler.properties index 2303eb5..f695078 100644 --- a/FindMyCarLite/assets/exceptionhandler.properties +++ b/FindMyCarLite/assets/exceptionhandler.properties @@ -1,17 +1,21 @@ # exceptionhandler.properties -# This is the default Twenty Codes, LLC Exception Handler properties file +# @author ricky barrette +# @author twenty codes + +# This file is used to tell the Exception Handler LIbrary how to file +# new exception reports +# HTTP ONLY +# +# Place this file in you project's assets folder and edit as needed # -# @author Twenty Codes, LLC -# @author ricky barrette - - -# The following is for using our custom server based exception handler web application # server is the physical web address for your server # file is the path to your filing script # get is the path to your json retrieval script -server = http://powers.doesntexist.com:666 -file = /index.php?post=1 -#get = /index.php?get=1 +# app is the redmine project name +# tracker is the redmine tracker +server = http://powers.doesntexist.com:8888/ +app = Find My Car +tracker = Bug # uncomment the following if you want your application to use email to file reports. # if this is uncommented, email will always be used.