From 679103f8108bee3b8b0057e8241cf7363f3df01c Mon Sep 17 00:00:00 2001 From: tibbi Date: Sun, 20 Nov 2016 18:45:56 +0100 Subject: [PATCH] add Glide license --- .../camera/activities/LicenseActivity.kt | 1 + app/src/main/res/layout/activity_license.xml | 14 ++++++++++++++ app/src/main/res/values-de/strings.xml | 1 + app/src/main/res/values-it/strings.xml | 1 + app/src/main/res/values-ja/strings.xml | 1 + app/src/main/res/values-lt/strings.xml | 1 + app/src/main/res/values-pt-rPT/strings.xml | 1 + app/src/main/res/values-ru/strings.xml | 1 + app/src/main/res/values-sv/strings.xml | 1 + app/src/main/res/values/strings.xml | 3 +++ 10 files changed, 25 insertions(+) diff --git a/app/src/main/kotlin/com/simplemobiletools/camera/activities/LicenseActivity.kt b/app/src/main/kotlin/com/simplemobiletools/camera/activities/LicenseActivity.kt index ac94a020..dad4210a 100644 --- a/app/src/main/kotlin/com/simplemobiletools/camera/activities/LicenseActivity.kt +++ b/app/src/main/kotlin/com/simplemobiletools/camera/activities/LicenseActivity.kt @@ -13,6 +13,7 @@ class LicenseActivity : SimpleActivity() { setContentView(R.layout.activity_license) license_kotlin_title.setOnClickListener { openUrl(R.string.kotlin_url) } + license_glide_title.setOnClickListener { openUrl(R.string.glide_url) } license_filepicker_title.setOnClickListener { openUrl(R.string.filepicker_url) } } diff --git a/app/src/main/res/layout/activity_license.xml b/app/src/main/res/layout/activity_license.xml index c202a51c..fca5ba23 100644 --- a/app/src/main/res/layout/activity_license.xml +++ b/app/src/main/res/layout/activity_license.xml @@ -32,6 +32,20 @@ android:layout_height="wrap_content" android:text="@string/kotlin_text"/> + + + + Diese App nutzt die folgenden Drittanbieterbibliotheken, die mein Leben einfacher machen. Danke. Drittanbieterlizenzen Kotlin (Programmiersprache) + Glide (Bilder laden und zwischenspeichern) Simple File Picker (filepicker dialog) diff --git a/app/src/main/res/values-it/strings.xml b/app/src/main/res/values-it/strings.xml index 080a2886..b1c297d2 100644 --- a/app/src/main/res/values-it/strings.xml +++ b/app/src/main/res/values-it/strings.xml @@ -41,5 +41,6 @@ Questa app usa le seguenti librerie di terze parti per semplificarmi la vita. Grazie. Licenze di terze parti Kotlin (programming language) + Glide (image loading and caching) Simple File Picker (filepicker dialog) diff --git a/app/src/main/res/values-ja/strings.xml b/app/src/main/res/values-ja/strings.xml index 8205f207..ea997066 100644 --- a/app/src/main/res/values-ja/strings.xml +++ b/app/src/main/res/values-ja/strings.xml @@ -41,5 +41,6 @@ このアプリは、私の人生を容易にするために、次のサードパーティのライブラリーを使用しています。 ありがとうございます。 サードパーティー ライセンス Kotlin (programming language) + Glide (イメージ ローディングとキャッシング) Simple File Picker (filepicker dialog) diff --git a/app/src/main/res/values-lt/strings.xml b/app/src/main/res/values-lt/strings.xml index 256fa6bf..a41250b8 100644 --- a/app/src/main/res/values-lt/strings.xml +++ b/app/src/main/res/values-lt/strings.xml @@ -41,5 +41,6 @@ Ši programėlė naudoja sekančias trečiųjų šyalių bibliotekas, kad palengvinti man gyvenimą. Ačiū. Trečiųjų šalių licenzijos Kotlin (programming language) + Glide (image loading and caching) Simple File Picker (filepicker dialog) diff --git a/app/src/main/res/values-pt-rPT/strings.xml b/app/src/main/res/values-pt-rPT/strings.xml index b793f6a6..66eaf1c3 100644 --- a/app/src/main/res/values-pt-rPT/strings.xml +++ b/app/src/main/res/values-pt-rPT/strings.xml @@ -41,5 +41,6 @@ Esta aplicação usa as seguintes bibliotecas de terceiros para facilitar a minha vida. Obrigado. Licenças de terceiros Kotlin (linguagem de programação) + Glide (carregamento e cache de imagens) Simple File Picker (diálogo de seleção de ficheiros) diff --git a/app/src/main/res/values-ru/strings.xml b/app/src/main/res/values-ru/strings.xml index 1c9fc2aa..2095be0d 100644 --- a/app/src/main/res/values-ru/strings.xml +++ b/app/src/main/res/values-ru/strings.xml @@ -41,5 +41,6 @@ Это приложение использует следующие сторонние библиотеки, что бы сделать мою жизнь проще. Спасибо. Сторонние лицензии Kotlin (programming language) + Glide (image loading and caching) Simple File Picker (filepicker dialog) diff --git a/app/src/main/res/values-sv/strings.xml b/app/src/main/res/values-sv/strings.xml index ec71161c..063fee14 100644 --- a/app/src/main/res/values-sv/strings.xml +++ b/app/src/main/res/values-sv/strings.xml @@ -41,5 +41,6 @@ Denna app använder följande tredjepartsbibliotek för att göra mitt liv enklare. Tack. Tredjepartslicenser Kotlin (programming language) + Glide (image loading and caching) Simple File Picker (filepicker dialog) diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 7ae452c3..ce739080 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -44,6 +44,9 @@ Kotlin (programming language) Copyright 2010 - 2016 JetBrains s.r.o.\n\nLicensed 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\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless 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. https://github.com/JetBrains/kotlin + Glide (image loading and caching) + Copyright 2014 Google, Inc. All rights reserved.\n\nRedistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:\n\n1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.\n\n2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.\n\nTHIS SOFTWARE IS PROVIDED BY GOOGLE, INC. ``AS IS\'\' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL GOOGLE, INC. OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + https://github.com/bumptech/glide Simple File Picker (filepicker dialog) Copyright 2016 SimpleMobileTools\n\nLicensed 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\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless 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. https://github.com/SimpleMobileTools/Simple-File-Picker