Repository: incubator-taverna-mobile Updated Branches: refs/heads/master 37fdd7233 -> c850e0593
Remove the licence string since it is now loaded from json asset Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/commit/c850e059 Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/tree/c850e059 Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/diff/c850e059 Branch: refs/heads/master Commit: c850e0593a993efd0ad2b098ad79991ac317c4f2 Parents: 37fdd72 Author: Ian Dunlop <[email protected]> Authored: Fri Oct 14 15:53:21 2016 +0100 Committer: Ian Dunlop <[email protected]> Committed: Fri Oct 14 15:53:21 2016 +0100 ---------------------------------------------------------------------- app/src/main/res/values/strings.xml | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/c850e059/app/src/main/res/values/strings.xml ---------------------------------------------------------------------- diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 929a63a..fe0ef68 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -181,5 +181,4 @@ limitations under the License. <string name="please_wait">Please Wait ...</string> <string name="headline_taverna_player_portal_login">Taverna Player Portal Login</string> <string name="button_text_login">Login</string> - <string name="licence_data">[{\'library_name\': \'dropbox-android-sdk\',\'version\': \'1.6.3\', \'licence\': \'MIT\'}, {\'library_name\': \'json_simple\',\'version\': \'1.1\',\'licence\': \'Apache 2\'}, {\'library_name\': \'sjxp\',\'version\': \'2.2\', \'licence\': \'Apache 2\'}, {\'library_name\': \'com.android.support:appcompat\',\'version\': \'v7:23.3.0\', \'licence\': \'Apache 2\'}, {\'library_name\': \'com.android.support:cardview\',\'version\': \'v7:23.3.0\', \'licence\': \'Apache 2\'}, {\'library_name\': \'com.android.support:recyclerview\',\'version\': \'v7:23.3.0\', \'licence\': \'Apache 2\'}, {\'library_name\': \'com.android.support:support\',\'version\': \'v4:23.3.0\', \'licence\': \'Apache 2\'}, {\'library_name\': \'com.android.support:design\',\'version\': \':23.3.0\', \'licence\': \'Apache 2\'}, {\'library_name\': \'com.squareup.retrofit2:retrofit\',\'version\': \'2.0.2\', \'licence\': \'Apache 2\'}, {\'library_name\': \'com.squareup.retrofit2:adapter-rxjava\', \'v ersion\': \'2.0.2\', \'licence\': \'Apache 2\'}, { \'library_name\': \'com.squareup.okhttp3:logging-interceptor\', \'version\': \'3.2.0\', \'licence\': \'Apache 2\'}, { \'library_name\': \'com.squareup.retrofit2:converter-simplexml\', \'version\': \'2.0.2\', \'licence\': \'Apache 2\'}, { \'library_name\': \'com.jakewharton:butterknife\', \'version\': \'8.0.1\', \'licence\': \'Apache 2\'}, { \'library_name\': \'com.jakewharton:butterknife-compiler\', \'version\': \'8.0.1\', \'licence\': \'Apache 2\'}, {\'library_name\': \'io.reactivex:rxandroid\', \'version\': \'1.2.0\', \'licence\': \'Apache 2\'}, {\'library_name\': \'io.reactivex:rxjava\', \'version\': \'1.1.4\', \'licence\': \'Apache 2\'}, {\'library_name\': \'org.simpleframework:simple-xml\', \'version\': \'2.7. +\', \'licence\': \'Apache 2\'}, { \'library_name\': \'com.github.bumptech.glide:glide\', \'version\': \'3.6.0\', \'licence\': \'BSD, MIT & Apache 2\'}, { \'library_name\': \'com.caverock:androidsvg\', \'version\': \' 1.2.1\', \'licence\': \'Apache 2\'}, { \'library_name\': \'com.github.Raizlabs.DBFlow:dbflow-processor\', \'version\': \'3.0.1\', \'licence\': \'MIT\'}, { \'library_name\': \'com.github.Raizlabs.DBFlow:dbflow-core\', \'version\': \'3.0.1\', \'licence\': \'MIT\'}, { \'library_name\': \'com.github.Raizlabs.DBFlow:dbflow\', \'version\': \'3.0.1\', \'licence\': \'MIT\'}, { \'library_name\': \'com.facebook.stetho:stetho\', \'version\': \'1.3.1\', \'licence\': \'BSD\'}, { \'library_name\': \'com.facebook.stetho:stetho-okhttp\', \'version\': \'3: 1.3.1\', \'licence\': \'BSD\'}, { \'library_name\': \'com.github.chrisbanes:PhotoView\', \'version\': \'1.2.6\', \'licence\': \'Apache 2\'}, { \'library_name\': \'com.androidsupport:multidex\',\'version\': \'1.0.0\', \'licence\': \'Apache 2\'}, {\'library_name\': \'com.google.code.gson:gson\',\'version\': \'2.7\', \'licence\': \'Apache 2\'}, {\'library_name\': \'com.squareup.retrofit2:converter-gson\',\'version\': \'2.0.2\', \'licence\': \'A pache 2\'}, {\'library_name\': \'com.anton46:stepsview\',\'version\': \'0.0.2\', \'licence\': \'Apache 2\'}]</string> </resources>
