From accf45bc83079b3dd312b35e5d0d2ef51bc73098 Mon Sep 17 00:00:00 2001 From: tibbi Date: Thu, 17 Nov 2016 19:08:30 +0100 Subject: [PATCH] replace photoview license with Subsampling scale image view --- .../gallery/activities/LicenseActivity.kt | 2 +- app/src/main/res/layout/activity_license.xml | 8 ++++---- app/src/main/res/values-de/strings.xml | 2 +- app/src/main/res/values-es/strings.xml | 2 +- app/src/main/res/values-it/strings.xml | 2 +- app/src/main/res/values-ja/strings.xml | 2 +- app/src/main/res/values-pt-rPT/strings.xml | 2 +- app/src/main/res/values-sv/strings.xml | 2 +- app/src/main/res/values-zh/strings.xml | 2 +- app/src/main/res/values/strings.xml | 6 +++--- 10 files changed, 15 insertions(+), 15 deletions(-) diff --git a/app/src/main/kotlin/com/simplemobiletools/gallery/activities/LicenseActivity.kt b/app/src/main/kotlin/com/simplemobiletools/gallery/activities/LicenseActivity.kt index 7bd1096ea..e390964f0 100644 --- a/app/src/main/kotlin/com/simplemobiletools/gallery/activities/LicenseActivity.kt +++ b/app/src/main/kotlin/com/simplemobiletools/gallery/activities/LicenseActivity.kt @@ -12,7 +12,7 @@ class LicenseActivity : SimpleActivity() { setContentView(R.layout.activity_license) license_butterknife_title.setOnClickListener { openUrl(R.string.butterknife_url) } - license_photoview_title.setOnClickListener { openUrl(R.string.photoview_url) } + license_subsampling_title.setOnClickListener { openUrl(R.string.subsampling_url) } license_glide_title.setOnClickListener { openUrl(R.string.glide_url) } license_cropper_title.setOnClickListener { openUrl(R.string.cropper_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 bca049f32..2d00046df 100644 --- a/app/src/main/res/layout/activity_license.xml +++ b/app/src/main/res/layout/activity_license.xml @@ -32,18 +32,18 @@ android:text="@string/butterknife_text"/> + android:text="@string/subsampling_text"/> Diese App nutzt die folgenden Drittanbieterbilbiotheken, die mein Leben einfacher machen. Danke. Drittanbieterlizenzen Butter Knife (View Injector) - PhotoView (Zoomable Imageviews) + Subsampling Scale Image View (zoomable imageviews) Glide (Bilder laden und zwischenspeichern) Android Image Cropper Simple File Picker (filepicker dialog) diff --git a/app/src/main/res/values-es/strings.xml b/app/src/main/res/values-es/strings.xml index 91058b2c7..18e825df9 100644 --- a/app/src/main/res/values-es/strings.xml +++ b/app/src/main/res/values-es/strings.xml @@ -116,7 +116,7 @@ Esta aplicación usa las siguientes bibliotecas de terceros que hacen mi vida más fácil. Gracias. Licencias de terceros Butter Knife (view injector) - PhotoView (zoomable imageviews) + Subsampling Scale Image View (zoomable imageviews) Glide (image loading and caching) Android Image Cropper 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 e0e4ed7e5..d6e020ec4 100644 --- a/app/src/main/res/values-it/strings.xml +++ b/app/src/main/res/values-it/strings.xml @@ -116,7 +116,7 @@ Questa app usa le seguenti librerie di terze parti per semplificarmi la vita. Grazie. Licenze di terze parti Butter Knife (view injector) - PhotoView (zoomable imageviews) + PhotoView (zoomable imageviews) Glide (image loading and caching) Android Image Cropper 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 bedd6d027..93c2ff4a7 100644 --- a/app/src/main/res/values-ja/strings.xml +++ b/app/src/main/res/values-ja/strings.xml @@ -116,7 +116,7 @@ このアプリは、私の人生を容易にするために、次のサードパーティのライブラリーを使用しています。 ありがとうございます。 サードパーティー ライセンス Butter Knife (ビュー インジェクター) - PhotoView (ズーム可能イメージビュー) + Subsampling Scale Image View (ズーム可能イメージビュー) Glide (イメージ ローディングとキャッシング) Android Image Cropper 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 baecb19eb..f7b1a6fb6 100644 --- a/app/src/main/res/values-pt-rPT/strings.xml +++ b/app/src/main/res/values-pt-rPT/strings.xml @@ -116,7 +116,7 @@ Esta aplicação usa as seguintes bibliotecas de terceiros para facilitar a minha vida. Obrigado. Licenças de terceiros Butter Knife (injetor de vistas) - PhotoView (ampliação de imagens) + Subsampling Scale Image View (ampliação de imagens) Glide (carregamento e cache de imagens) Android Image Cropper Simple File Picker (diálogo de seleção de ficheiros) diff --git a/app/src/main/res/values-sv/strings.xml b/app/src/main/res/values-sv/strings.xml index 848ba522b..764b38867 100644 --- a/app/src/main/res/values-sv/strings.xml +++ b/app/src/main/res/values-sv/strings.xml @@ -116,7 +116,7 @@ Denna app använder följande tredjepartsbibliotek för att göra mitt liv enklare. Tack. Tredjepartslicenser Butter Knife (view injector) - PhotoView (zoomable imageviews) + Subsampling Scale Image View (zoomable imageviews) Glide (image loading and caching) Android Image Cropper Simple File Picker (filepicker dialog) diff --git a/app/src/main/res/values-zh/strings.xml b/app/src/main/res/values-zh/strings.xml index 2f4e15740..0a9041039 100644 --- a/app/src/main/res/values-zh/strings.xml +++ b/app/src/main/res/values-zh/strings.xml @@ -117,7 +117,7 @@ This app uses the following third party libraries to make my life easier. Thank you. 开放源代码 Butter Knife (view injector) - PhotoView (zoomable imageviews) + Subsampling Scale Image View (zoomable imageviews) Glide (image loading and caching) Android Image Cropper Simple File Picker (filepicker dialog) diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 179d12b24..424eb82bd 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -119,9 +119,9 @@ Butter Knife (view injector) Copyright 2013 Jake Wharton\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/JakeWharton/butterknife - PhotoView (zoomable imageviews) - Copyright 2011,2012 Chris Banes\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/chrisbanes/PhotoView + Subsampling Scale Image View (zoomable imageviews) + Copyright 2016 David Morrissey\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/davemorrissey/subsampling-scale-image-view 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