Skip to content

Commit

Permalink
Move volley into third party.
Browse files Browse the repository at this point in the history
  • Loading branch information
sjudd committed Jun 17, 2014
1 parent d47862b commit a963bcc
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[submodule "samples/flickr/ActionBarSherlock"]
path = samples/flickr/ActionBarSherlock
url = https://github.com/JakeWharton/ActionBarSherlock.git
[submodule "library/volley"]
path = library/volley
url = https://android.googlesource.com/platform/frameworks/volley
[submodule "library/src/test/resources/exif-orientation-examples"]
path = library/src/test/resources/exif-orientation-examples
url = https://github.com/recurser/exif-orientation-examples.git
[submodule "third_party/volley/volley"]
path = third_party/volley/volley
url = https://android.googlesource.com/platform/frameworks/volley
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ jar:
git submodule update
cd third_party/gif_decoder && ant clean && ant jar
cp third_party/gif_decoder/bin/gifdecoder*.jar library/libs
cd library/volley && ant clean && ant jar
cp library/volley/bin/volley.jar library/libs
cd third_party/volley/volley && ant clean && ant jar
cp third_party/volley/volley/bin/volley.jar library/libs
cd library && ant clean && ant jar
1 change: 0 additions & 1 deletion library/volley
Submodule volley deleted from e542f4
13 changes: 13 additions & 0 deletions third_party/volley/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Copyright (C) 2014 The Android Open Source Project

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
10 changes: 10 additions & 0 deletions third_party/volley/README.third_party
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
URL: https://android.googlesource.com/platform/frameworks/volley/+archive/527f964cc7df8e807deb21469a537a6f6800e0fb.tar.gz
Version: 527f964cc7df8e807deb21469a537a6f6800e0fb
License: Apache 2.0
License File: LICENSE

Description:
A networking library for Android.

Local Modifications:
No local modifications.
1 change: 1 addition & 0 deletions third_party/volley/volley
Submodule volley added at 527f96

0 comments on commit a963bcc

Please sign in to comment.