Updated to new Exception Handler requirements
Change-Id: Id9f0ab7f98198e0957eae414383f3f73152075a9 Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
This commit is contained in:
@@ -55,6 +55,9 @@
|
|||||||
android:name="com.TwentyCodes.android.FindMyCarLib.ParkignTimerActivity"
|
android:name="com.TwentyCodes.android.FindMyCarLib.ParkignTimerActivity"
|
||||||
android:theme="@android:style/Theme.Dialog" >
|
android:theme="@android:style/Theme.Dialog" >
|
||||||
</activity>
|
</activity>
|
||||||
|
|
||||||
|
<service android:name="com.TwentyCodes.android.exception.ReportPostingService" >
|
||||||
|
</service>
|
||||||
</application>
|
</application>
|
||||||
|
|
||||||
<uses-sdk android:minSdkVersion="4" />
|
<uses-sdk android:minSdkVersion="4" />
|
||||||
|
|||||||
@@ -5,13 +5,15 @@
|
|||||||
# This file is used to tell the Exception Handler LIbrary how to file
|
# This file is used to tell the Exception Handler LIbrary how to file
|
||||||
# new exception reports
|
# new exception reports
|
||||||
# HTTP ONLY
|
# HTTP ONLY
|
||||||
|
#
|
||||||
|
# Place this file in you project's assets folder and edit as needed
|
||||||
|
#
|
||||||
# server is the physical web address for your server
|
# server is the physical web address for your server
|
||||||
# file is the path to your filing script
|
# file is the path to your filing script
|
||||||
# get is the path to your json retrieval script
|
# get is the path to your json retrieval script
|
||||||
# app is the redmine project name
|
# app is the redmine project name
|
||||||
# tracker is the redmine tracker
|
# tracker is the redmine tracker
|
||||||
server = http://powers.doesntexist.com:8080/
|
server = http://powers.doesntexist.com:8888/
|
||||||
file = redmine/exceptionhandler
|
|
||||||
app = Find My Car
|
app = Find My Car
|
||||||
tracker = Bug
|
tracker = Bug
|
||||||
|
|
||||||
|
|||||||
@@ -13,9 +13,9 @@
|
|||||||
<uses-library android:name="com.google.android.maps" />
|
<uses-library android:name="com.google.android.maps" />
|
||||||
|
|
||||||
<activity
|
<activity
|
||||||
|
android:name="FindMyCar"
|
||||||
android:configChanges="keyboard|keyboardHidden|orientation"
|
android:configChanges="keyboard|keyboardHidden|orientation"
|
||||||
android:label="@string/app_name_lite"
|
android:label="@string/app_name_lite"
|
||||||
android:name="FindMyCar"
|
|
||||||
android:theme="@android:style/Theme.Light.NoTitleBar"
|
android:theme="@android:style/Theme.Light.NoTitleBar"
|
||||||
android:uiOptions="splitActionBarWhenNarrow" >
|
android:uiOptions="splitActionBarWhenNarrow" >
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
@@ -45,16 +45,19 @@
|
|||||||
android:theme="@android:style/Theme.Light" >
|
android:theme="@android:style/Theme.Light" >
|
||||||
</activity>
|
</activity>
|
||||||
<activity
|
<activity
|
||||||
android:configChanges="keyboard|keyboardHidden|orientation"
|
android:name="com.TwentyCodes.android.exception.ExceptionReportActivity"
|
||||||
android:name="com.TwentyCodes.android.exception.ExceptionReportActivity" >
|
android:configChanges="keyboard|keyboardHidden|orientation" >
|
||||||
</activity>
|
</activity>
|
||||||
<activity
|
<activity
|
||||||
android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize"
|
android:name="com.google.ads.AdActivity"
|
||||||
android:name="com.google.ads.AdActivity" />
|
android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize" />
|
||||||
<activity
|
<activity
|
||||||
android:name="com.TwentyCodes.android.FindMyCarLib.ParkignTimerActivity"
|
android:name="com.TwentyCodes.android.FindMyCarLib.ParkignTimerActivity"
|
||||||
android:theme="@android:style/Theme.Dialog" >
|
android:theme="@android:style/Theme.Dialog" >
|
||||||
</activity>
|
</activity>
|
||||||
|
|
||||||
|
<service android:name="com.TwentyCodes.android.exception.ReportPostingService" >
|
||||||
|
</service>
|
||||||
</application>
|
</application>
|
||||||
|
|
||||||
<uses-sdk android:minSdkVersion="4" />
|
<uses-sdk android:minSdkVersion="4" />
|
||||||
|
|||||||
@@ -1,17 +1,21 @@
|
|||||||
# exceptionhandler.properties
|
# exceptionhandler.properties
|
||||||
# This is the default Twenty Codes, LLC Exception Handler properties file
|
# @author ricky barrette <rickbarrette@gmail.com>
|
||||||
|
# @author twenty codes <twentycodes@gmail.com>
|
||||||
|
|
||||||
|
# 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
|
# server is the physical web address for your server
|
||||||
# file is the path to your filing script
|
# file is the path to your filing script
|
||||||
# get is the path to your json retrieval script
|
# get is the path to your json retrieval script
|
||||||
server = http://powers.doesntexist.com:666
|
# app is the redmine project name
|
||||||
file = /index.php?post=1
|
# tracker is the redmine tracker
|
||||||
#get = /index.php?get=1
|
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.
|
# uncomment the following if you want your application to use email to file reports.
|
||||||
# if this is uncommented, email will always be used.
|
# if this is uncommented, email will always be used.
|
||||||
|
|||||||
Reference in New Issue
Block a user