From d45e87da7d6169922fc0c8cdacc78ed3440b3eb2 Mon Sep 17 00:00:00 2001 From: Ryan Oberholzer Date: Tue, 17 May 2016 09:25:51 -0400 Subject: [PATCH 1/5] Update README.mkd --- README.mkd | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/README.mkd b/README.mkd index 69a3114..7baef07 100644 --- a/README.mkd +++ b/README.mkd @@ -10,17 +10,22 @@ To make it easier to manage the vehicle models and years, the app pulls them fro ##Links Vehicle Models and Years Spreadsheet: [https://goo.gl/ZBHKzR](https://goo.gl/ZBHKzR) + Data Submissions Spreadsheet: [https://goo.gl/6hJOUk](https://goo.gl/6hJOUk) + Google Form: [https://goo.gl/xcKpcD](https://goo.gl/xcKpcD) ##Future Improvements -*Add the ability to automatically pull VIN from car -*Show and record the type of VI connected (i.e. Reference, CrossChasm, etc.) -⋅*This would require a change to the firmware -*Add warning if extra signals (beyond the standard 19) are detected - + ## License -Copyright (c) 2011-2013 Ford Motor Company +Copyright (c) 2011-2016 Ford Motor Company Licensed under the BSD license. From 052e5d66d787858e285d5d18953bdeb6933843c2 Mon Sep 17 00:00:00 2001 From: Ryan Oberholzer Date: Tue, 17 May 2016 09:27:28 -0400 Subject: [PATCH 2/5] Update README.mkd --- README.mkd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.mkd b/README.mkd index 7baef07..517fb28 100644 --- a/README.mkd +++ b/README.mkd @@ -27,5 +27,5 @@ Google Form: [https://goo.gl/xcKpcD](https://goo.gl/xcKpcD) ## License -Copyright (c) 2011-2016 Ford Motor Company +Copyright (c) 2016 Ford Motor Company Licensed under the BSD license. From 30809d9642e39a114a2a8885359caa8549eeed4b Mon Sep 17 00:00:00 2001 From: Ryan Oberholzer Date: Wed, 18 May 2016 09:59:29 -0400 Subject: [PATCH 3/5] Update .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 04e43f8..ad3f6c9 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ reference .settings .project .classpath +/.idea/ # Gradle files .gradle/ @@ -17,6 +18,7 @@ build/ # Local configuration file (sdk path, etc) local.properties +gradle.properties # Proguard folder generated by Eclipse proguard/ From 8b611f5b50e2d557c186b8fb334bb771c975584f Mon Sep 17 00:00:00 2001 From: Ryan Oberholzer Date: Wed, 18 May 2016 10:04:43 -0400 Subject: [PATCH 4/5] Update README.mkd --- README.mkd | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.mkd b/README.mkd index 517fb28..56bdd03 100644 --- a/README.mkd +++ b/README.mkd @@ -18,9 +18,6 @@ Google Form: [https://goo.gl/xcKpcD](https://goo.gl/xcKpcD) ##Future Improvements
  • Add the ability to automatically pull VIN from car
  • -
      -
    • This would require a change to the firmware -
  • Show and record the type of VI connected (i.e. Reference, CrossChasm, etc.)
  • Add warning if extra signals (beyond the standard 19) are detected
From 2316a0bab1f6e6f4028288f5076c655926475767 Mon Sep 17 00:00:00 2001 From: Ryan Oberholzer Date: Wed, 18 May 2016 10:05:48 -0400 Subject: [PATCH 5/5] Delete gradle.properties --- gradle.properties | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 gradle.properties diff --git a/gradle.properties b/gradle.properties deleted file mode 100644 index 329ac46..0000000 --- a/gradle.properties +++ /dev/null @@ -1,19 +0,0 @@ -## Project-wide Gradle settings. -# -# For more details on how to configure your build environment visit -# http://www.gradle.org/docs/current/userguide/build_environment.html -# -# Specifies the JVM arguments used for the daemon process. -# The setting is particularly useful for tweaking memory settings. -# Default value: -Xmx10248m -XX:MaxPermSize=256m -# org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 -# -# When configured, Gradle will run in incubating parallel mode. -# This option should only be used with decoupled projects. More details, visit -# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects -# org.gradle.parallel=true -#Fri Apr 22 07:51:31 EDT 2016 -systemProp.https.proxyPort=83 -systemProp.http.proxyHost=proxyvipfmcc.nb.ford.com -systemProp.https.proxyHost=proxyvipfmcc.nb.ford.com -systemProp.http.proxyPort=83