Started to preform a major update

I Removed all needed class that are replaced by lib classes

I updated the manifest

I updated from a tabactivity to a fragment activity, implmenting a tab
host controlling fragments

Change-Id: I2ab2eb548c122f3fe1afbce1fdd6e5bad448a724
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
This commit is contained in:
2012-03-02 09:32:08 -05:00
parent 51f497ccf7
commit 47400460d7
13 changed files with 243 additions and 1077 deletions

View File

@@ -0,0 +1,22 @@
# exceptionhandler.properties
# @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
#
# 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://rickbarrette.dyndns.org:8080/redmine/exceptionhandler
app = test
tracker = Development Bug
# uncomment the following if you want your application to use email to file reports.
# if this is uncommented, email will always be used.
#email = twentycodes@gmail.com