Reuse Statement - teamshodan/GeoChan GitHub Wiki
Libraries Used:
-
Licensed under the [Apache 2.0] (https://code.google.com/p/google-gson/) license.
-
JEST (Android fork) (forked from JEST)
Licensed under the [Apache 2.0] (https://github.com/jviau/Jest#copyright-and-license) license.
-
osmdroid & the osmbonuspack
Licensed under the [Apache 2.0] (https://code.google.com/p/osmdroid/) license.
-
[Robotium] (https://code.google.com/p/robotium/)
Licensed under the [Apache 2.0] (https://code.google.com/p/robotium/) license.
-
[PullToRefresh-ListView] (https://github.com/erikwt/PullToRefresh-ListView)
Licensed under the [Apache 2.0] (https://github.com/erikwt/PullToRefresh-ListView#license) license.
Code reused:
Various posts on StackOverflow:
-
[Workaround for bitmapFactory running out of memory] (http://stackoverflow.com/a/5878773)
-
[Android Bitmap to base64 String] (http://stackoverflow.com/questions/9224056/android-bitmap-to-base64-string)
-
[Serializing and Deserializing Location GPS data into JSON] (http://stackoverflow.com/a/13997920)
Other reference material used:
-
[Navigating back through nested fragments.] (http://android.joao.jp/2013/09/back-stack-with-nested-fragments-back.html)