Skip to content

Commit

Permalink
Making small progress towards storing blob images. Updated everything…
Browse files Browse the repository at this point in the history
… for XE12.
  • Loading branch information
w9jds committed Dec 18, 2013
1 parent b234b23 commit d44266f
Show file tree
Hide file tree
Showing 7 changed files with 720 additions and 216 deletions.
9 changes: 9 additions & 0 deletions .idea/libraries/android_agent_3_239_0.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

378 changes: 299 additions & 79 deletions .idea/workspace.xml

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion GlassShare/GlassShare-GlassShare.iml
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,10 @@
<orderEntry type="library" exported="" name="google-http-client-1.17.0-rc" level="project" />
<orderEntry type="library" exported="" name="google-http-client-android-1.17.0-rc" level="project" />
<orderEntry type="library" exported="" name="jackson-core-2.1.3" level="project" />
<orderEntry type="library" exported="" name="google-api-client-android-1.17.0-rc" level="project" />
<orderEntry type="library" exported="" name="gson-2.2.2" level="project" />
<orderEntry type="library" exported="" name="google-api-client-android-1.17.0-rc" level="project" />
<orderEntry type="library" exported="" name="mobileservices-1.1.0" level="project" />
<orderEntry type="library" exported="" name="android-agent-3.239.0" level="project" />
<orderEntry type="library" exported="" name="jackson-core-asl-1.9.11" level="project" />
<orderEntry type="library" exported="" name="google-api-services-drive-v2-rev108-1.17.0-rc" level="project" />
<orderEntry type="library" exported="" name="google-http-client-gson-1.17.0-rc" level="project" />
Expand Down
4 changes: 4 additions & 0 deletions GlassShare/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:0.6.+'
classpath 'com.newrelic.agent.android:agent-gradle-plugin:3.239.0'
}
}
apply plugin: 'android'
apply plugin: 'newrelic'

repositories {
mavenCentral()
Expand Down Expand Up @@ -35,6 +37,7 @@ android {

dependencies
{
compile 'com.newrelic.agent.android:android-agent:3.239.0'
compile 'com.google.api-client:google-api-client:1.17.0-rc@jar'
compile 'com.google.api-client:google-api-client-android:1.17.0-rc@jar'
compile 'com.google.http-client:google-http-client:1.17.0-rc@jar'
Expand All @@ -49,4 +52,5 @@ dependencies
compile files('libs/google-play-services.jar')
compile files('libs/gson-2.2.2.jar')
compile files('libs/mobileservices-1.1.0.jar')

}
5 changes: 4 additions & 1 deletion GlassShare/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@
<application
android:allowBackup="true"
android:icon="@drawable/ic_photo_50"
android:label="@string/app_name" >
android:label="@string/app_name"
android:name="com.w9jds.glassshare.Classes.StorageApplication">



<meta-data
android:name="com.google.android.gms.version"
Expand Down
Loading

0 comments on commit d44266f

Please sign in to comment.