commit fe3d34807706fc65e25f69f6c62aa3b68e2279a9 Author: Ricky Barrette Date: Mon Aug 27 11:03:40 2012 -0400 Initial Project Creation The goal of this project is to create an intuitive forum browsing application for the Ocean State Jeepsters (http://www.oceanstatejeepsters.com/forum/) Signed-off-by: Ricky Barrette diff --git a/AndroidAutoIncrementVersionCode.exe b/AndroidAutoIncrementVersionCode.exe new file mode 100755 index 0000000..6eb824f Binary files /dev/null and b/AndroidAutoIncrementVersionCode.exe differ diff --git a/OSJ Forum/.classpath b/OSJ Forum/.classpath new file mode 100644 index 0000000..a4763d1 --- /dev/null +++ b/OSJ Forum/.classpath @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/OSJ Forum/.externalToolBuilders/Build Incrementer.launch b/OSJ Forum/.externalToolBuilders/Build Incrementer.launch new file mode 100644 index 0000000..0200361 --- /dev/null +++ b/OSJ Forum/.externalToolBuilders/Build Incrementer.launch @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/OSJ Forum/.gitignore b/OSJ Forum/.gitignore new file mode 100644 index 0000000..a22392a --- /dev/null +++ b/OSJ Forum/.gitignore @@ -0,0 +1,2 @@ +/bin +/gen diff --git a/OSJ Forum/.project b/OSJ Forum/.project new file mode 100644 index 0000000..a8cf96a --- /dev/null +++ b/OSJ Forum/.project @@ -0,0 +1,47 @@ + + + OSJ Forum + + + + + + com.android.ide.eclipse.adt.ResourceManagerBuilder + + + + + com.android.ide.eclipse.adt.PreCompilerBuilder + + + + + org.eclipse.jdt.core.javabuilder + + + + + com.android.ide.eclipse.adt.ApkBuilder + + + + + org.eclipse.ui.externaltools.ExternalToolBuilder + auto,full,incremental, + + + LaunchConfigHandle + <project>/.externalToolBuilders/Build Incrementer.launch + + + incclean + true + + + + + + com.android.ide.eclipse.adt.AndroidNature + org.eclipse.jdt.core.javanature + + diff --git a/OSJ Forum/AndroidManifest.xml b/OSJ Forum/AndroidManifest.xml new file mode 100644 index 0000000..284c810 --- /dev/null +++ b/OSJ Forum/AndroidManifest.xml @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/OSJ Forum/assets/exceptionhandler.properties b/OSJ Forum/assets/exceptionhandler.properties new file mode 100644 index 0000000..ce69127 --- /dev/null +++ b/OSJ Forum/assets/exceptionhandler.properties @@ -0,0 +1,22 @@ +# exceptionhandler.properties +# @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 +# +# 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.org/redmine/exceptionhandler +app = OSJ Forum +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 \ No newline at end of file diff --git a/OSJ Forum/ic_launcher-web.png b/OSJ Forum/ic_launcher-web.png new file mode 100644 index 0000000..1c32bb9 Binary files /dev/null and b/OSJ Forum/ic_launcher-web.png differ diff --git a/OSJ Forum/libs/android-support-v4.jar b/OSJ Forum/libs/android-support-v4.jar new file mode 100644 index 0000000..feaf44f Binary files /dev/null and b/OSJ Forum/libs/android-support-v4.jar differ diff --git a/OSJ Forum/lint.xml b/OSJ Forum/lint.xml new file mode 100644 index 0000000..ee0eead --- /dev/null +++ b/OSJ Forum/lint.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/OSJ Forum/proguard-project.txt b/OSJ Forum/proguard-project.txt new file mode 100644 index 0000000..f2fe155 --- /dev/null +++ b/OSJ Forum/proguard-project.txt @@ -0,0 +1,20 @@ +# To enable ProGuard in your project, edit project.properties +# to define the proguard.config property as described in that file. +# +# Add project specific ProGuard rules here. +# By default, the flags in this file are appended to flags specified +# in ${sdk.dir}/tools/proguard/proguard-android.txt +# You can edit the include path and order by changing the ProGuard +# include property in project.properties. +# +# For more details, see +# http://developer.android.com/guide/developing/tools/proguard.html + +# Add any project specific keep options here: + +# If your project uses WebView with JS, uncomment the following +# and specify the fully qualified class name to the JavaScript interface +# class: +#-keepclassmembers class fqcn.of.javascript.interface.for.webview { +# public *; +#} diff --git a/OSJ Forum/project.properties b/OSJ Forum/project.properties new file mode 100644 index 0000000..0b267e7 --- /dev/null +++ b/OSJ Forum/project.properties @@ -0,0 +1,15 @@ +# This file is automatically generated by Android Tools. +# Do not modify this file -- YOUR CHANGES WILL BE ERASED! +# +# This file must be checked in Version Control Systems. +# +# To customize properties used by the Ant build system edit +# "ant.properties", and override values to adapt the script to your +# project structure. +# +# To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home): +#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt + +# Project target. +target=android-16 +android.library.reference.1=../exception_handler_library/ExceptionHandlerLib diff --git a/OSJ Forum/res/drawable-hdpi/ic_launcher.png b/OSJ Forum/res/drawable-hdpi/ic_launcher.png new file mode 100644 index 0000000..92a3f0b Binary files /dev/null and b/OSJ Forum/res/drawable-hdpi/ic_launcher.png differ diff --git a/OSJ Forum/res/drawable-ldpi/ic_launcher.png b/OSJ Forum/res/drawable-ldpi/ic_launcher.png new file mode 100644 index 0000000..9c839ed Binary files /dev/null and b/OSJ Forum/res/drawable-ldpi/ic_launcher.png differ diff --git a/OSJ Forum/res/drawable-mdpi/ic_launcher.png b/OSJ Forum/res/drawable-mdpi/ic_launcher.png new file mode 100644 index 0000000..9bc9c2b Binary files /dev/null and b/OSJ Forum/res/drawable-mdpi/ic_launcher.png differ diff --git a/OSJ Forum/res/drawable-xhdpi/ic_launcher.png b/OSJ Forum/res/drawable-xhdpi/ic_launcher.png new file mode 100644 index 0000000..697b5dd Binary files /dev/null and b/OSJ Forum/res/drawable-xhdpi/ic_launcher.png differ diff --git a/OSJ Forum/res/layout/activity_topic_detail.xml b/OSJ Forum/res/layout/activity_topic_detail.xml new file mode 100644 index 0000000..7cb57b9 --- /dev/null +++ b/OSJ Forum/res/layout/activity_topic_detail.xml @@ -0,0 +1,6 @@ + diff --git a/OSJ Forum/res/layout/activity_topic_list.xml b/OSJ Forum/res/layout/activity_topic_list.xml new file mode 100644 index 0000000..687616e --- /dev/null +++ b/OSJ Forum/res/layout/activity_topic_list.xml @@ -0,0 +1,9 @@ + diff --git a/OSJ Forum/res/layout/activity_topic_twopane.xml b/OSJ Forum/res/layout/activity_topic_twopane.xml new file mode 100644 index 0000000..8cbc5b9 --- /dev/null +++ b/OSJ Forum/res/layout/activity_topic_twopane.xml @@ -0,0 +1,23 @@ + + + + + + + diff --git a/OSJ Forum/res/layout/fragment_topic_detail.xml b/OSJ Forum/res/layout/fragment_topic_detail.xml new file mode 100644 index 0000000..82c7b1d --- /dev/null +++ b/OSJ Forum/res/layout/fragment_topic_detail.xml @@ -0,0 +1,8 @@ + diff --git a/OSJ Forum/res/values-large/refs.xml b/OSJ Forum/res/values-large/refs.xml new file mode 100644 index 0000000..d1df037 --- /dev/null +++ b/OSJ Forum/res/values-large/refs.xml @@ -0,0 +1,3 @@ + + @layout/activity_topic_twopane + diff --git a/OSJ Forum/res/values-sw600dp/refs.xml b/OSJ Forum/res/values-sw600dp/refs.xml new file mode 100644 index 0000000..d1df037 --- /dev/null +++ b/OSJ Forum/res/values-sw600dp/refs.xml @@ -0,0 +1,3 @@ + + @layout/activity_topic_twopane + diff --git a/OSJ Forum/res/values-v11/styles.xml b/OSJ Forum/res/values-v11/styles.xml new file mode 100644 index 0000000..d408cbc --- /dev/null +++ b/OSJ Forum/res/values-v11/styles.xml @@ -0,0 +1,5 @@ + + +