THIRDPARTYREADME.txt revision c864b6b9d1cf692f7ddba65b2d886dcd9343a00c
0N/AThis project uses the following third party libraries:
180N/A
0N/AZXing Core (com.google.zxing)
0N/A-----------------------------
0N/A
0N/Aproject: https://github.com/zxing/zxing/
180N/Ajar: http://search.maven.org/#browse|-115907821
0N/ALicense: Apache License 2.0
180N/A
0N/AUsing version 2.3.0, but compatible with later versions.
0N/A
0N/A
0N/AGson (com.google)
0N/A-----------------
0N/A
0N/Aproject: https://github.com/google/gson
0N/Ajar: http://search.maven.org/#artifactdetails|com.google.code.gson|gson|2.3.1|jar
0N/Alicense: Apache License 2.0
0N/A
0N/A
180N/APicasso (com.squareup.picasso)
180N/A------------------------------
180N/A
0N/Aproject: https://github.com/square/picasso
0N/Ajar: http://search.maven.org/#artifactdetails|com.squareup.picasso|picasso|2.4.0|jar
0N/Alicense: Apache License 2.0
0N/A
0N/ARoboguice
0N/A------------------------------
0N/Agithub: https://github.com/roboguice/roboguice
0N/Alicense: Apache License 2.0
0N/A
0N/AGuice library for Android.
0N/A
0N/A
0N/A----------------------------------------------------------------------------------------------------
0N/A
0N/AFurthermore, it uses the following third party libraries for testing:
0N/A
0N/ATestNG (org.testng)
0N/A-------------------
0N/A
311N/Aproject: http://testng.org/doc/index.html
0N/Ajar: http://search.maven.org/remotecontent?filepath=org/testng/testng/6.8.5/testng-6.8.5.jar
0N/Alicense: Apache License 2.0
311N/A
0N/AUsing version 6.8.5 as this is inline with OpenAM. No other reason for this version.
0N/A
0N/ASLF4J Android Wrapper
311N/A---------------------
0N/A
0N/Aproject: http://www.slf4j.org
311N/Aresource: https://bintray.com/bintray/jcenter/org.slf4j%3Aslf4j-android/view
0N/Alicense: MIT License
0N/A
0N/AA repackage of SLF4J with a basic Android implementation which hooks into Java Util Logging.
Robolectric Android Unit Test framework
---------------------
project: http://robolectric.org/
resource: https://bintray.com/bintray/jcenter/org.robolectric%3Arobolectric/view
github: https://github.com/robolectric/robolectric
license: MIT License
Robolectric is a testing framework that mocks out the Android SDK, which allows for more complete
testing. Should be kept up to date to keep up with Android versions.
Spoon
---------------------
github: https://github.com/square/spoon
license: Apache License 2.0
Distributing instrumentation tests to all your Androids. Used for running UI tests and generating screenshots.
Falcon Spoon
---------------------
github: https://github.com/jraska/Falcon
license: Apache License 2.0
Take Android screenshots with Falcons bright eye! Improved screenshot provider.
slf4j-test
---------------------
project: http://projects.lidalia.org.uk/slf4j-test/
license: MIT X11 License
Used for testing the logging aspects of the project.
Mock Web Server
---------------------
project: http://square.github.io/okhttp
github: https://github.com/square/okhttp/tree/master/mockwebserver
license: Apache License 2.0
Used for testing http requests.