diff --git a/NOTICE.md b/NOTICE.md index 2aa36ff..3300714 100644 --- a/NOTICE.md +++ b/NOTICE.md @@ -24,6 +24,7 @@ Current owners and lead developers are: Ludwig Brinckmann, devemux86 + Copyright 2019 Philipp Jahoda 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 @@ -33,6 +34,7 @@ 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. + Copyright 2015 Dmytro Tarianyk Licensed under the Apache License, Version 2.0 (the "License"); @@ -47,6 +49,24 @@ See the License for the specific language governing permissions and limitations under the License. + + + © 2016-2019 Tobias Zwick. This library is released under the terms of the GNU Lesser General Public License (LGPL). + + + + 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. + This copy of Jackson JSON processor streaming parser/generator is licensed under the diff --git a/app/build.gradle b/app/build.gradle index 6e874c8..4388224 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -67,20 +67,23 @@ dependencies { implementation 'org.mapsforge:mapsforge-map-android:0.11.0' implementation 'com.caverock:androidsvg:1.3' + // Charts implementation 'net.sf.kxml:kxml2:2.3.0' implementation 'com.github.PhilJay:MPAndroidChart:v3.1.0' implementation 'com.github.clans:fab:1.6.4' + // XML implementation 'stax:stax-api:1.0.1' implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.9.8' + // Upload to OSM implementation ('de.westnordost:osmapi-traces:1.0') configurations { compile.exclude group: 'net.sf.kxml', module: 'kxml2' // already included in Android } implementation 'oauth.signpost:signpost-commonshttp4:1.2.1.2' - // Android Room + // Android Room Database def room_version = "2.2.0" annotationProcessor "androidx.room:room-compiler:$room_version" implementation "androidx.room:room-runtime:$room_version"