From b725899d962bfc883b76e715ab50401be1987d0c Mon Sep 17 00:00:00 2001 From: tibbi Date: Sun, 20 Nov 2016 17:49:36 +0100 Subject: [PATCH] add the BigNerdRanch multiselector license --- .../gallery/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-es/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-pt-rPT/strings.xml | 1 + app/src/main/res/values-sv/strings.xml | 1 + app/src/main/res/values-zh/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/gallery/activities/LicenseActivity.kt b/app/src/main/kotlin/com/simplemobiletools/gallery/activities/LicenseActivity.kt index f30508a39..15b52b549 100644 --- a/app/src/main/kotlin/com/simplemobiletools/gallery/activities/LicenseActivity.kt +++ b/app/src/main/kotlin/com/simplemobiletools/gallery/activities/LicenseActivity.kt @@ -14,6 +14,7 @@ class LicenseActivity : SimpleActivity() { 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_multiselect_title.setOnClickListener { openUrl(R.string.multiselect_url) } license_filepicker_title.setOnClickListener { openUrl(R.string.filepicker_url) } license_fileproperties_title.setOnClickListener { openUrl(R.string.fileproperties_url) } } diff --git a/app/src/main/res/layout/activity_license.xml b/app/src/main/res/layout/activity_license.xml index 7e033e335..0398d4559 100644 --- a/app/src/main/res/layout/activity_license.xml +++ b/app/src/main/res/layout/activity_license.xml @@ -59,6 +59,20 @@ android:layout_height="wrap_content" android:text="@string/cropper_text"/> + + + + Subsampling Scale Image View (zoomable imageviews) Glide (Bilder laden und zwischenspeichern) Android Image Cropper (image crop and rotate) + RecyclerView MultiSelect (selecting multiple list items) Simple File Picker (filepicker dialog) Simple File Properties (properties dialog) diff --git a/app/src/main/res/values-es/strings.xml b/app/src/main/res/values-es/strings.xml index 1365fcc6f..c19c7d41e 100644 --- a/app/src/main/res/values-es/strings.xml +++ b/app/src/main/res/values-es/strings.xml @@ -118,6 +118,7 @@ Subsampling Scale Image View (zoomable imageviews) Glide (image loading and caching) Android Image Cropper (image crop and rotate) + RecyclerView MultiSelect (selecting multiple list items) Simple File Picker (filepicker dialog) Simple File Properties (properties dialog) diff --git a/app/src/main/res/values-it/strings.xml b/app/src/main/res/values-it/strings.xml index 9b9fad6de..c8fa4c3d6 100644 --- a/app/src/main/res/values-it/strings.xml +++ b/app/src/main/res/values-it/strings.xml @@ -118,6 +118,7 @@ PhotoView (zoomable imageviews) Glide (image loading and caching) Android Image Cropper (image crop and rotate) + RecyclerView MultiSelect (selecting multiple list items) Simple File Picker (filepicker dialog) Simple File Properties (properties dialog) diff --git a/app/src/main/res/values-ja/strings.xml b/app/src/main/res/values-ja/strings.xml index ddaf9d477..c3aa26620 100644 --- a/app/src/main/res/values-ja/strings.xml +++ b/app/src/main/res/values-ja/strings.xml @@ -118,6 +118,7 @@ Subsampling Scale Image View (ズーム可能イメージビュー) Glide (イメージ ローディングとキャッシング) Android Image Cropper (image crop and rotate) + RecyclerView MultiSelect (selecting multiple list items) Simple File Picker (filepicker dialog) Simple File Properties (properties dialog) diff --git a/app/src/main/res/values-pt-rPT/strings.xml b/app/src/main/res/values-pt-rPT/strings.xml index 285138fc0..7a48a4729 100644 --- a/app/src/main/res/values-pt-rPT/strings.xml +++ b/app/src/main/res/values-pt-rPT/strings.xml @@ -118,6 +118,7 @@ Subsampling Scale Image View (ampliação de imagens) Glide (carregamento e cache de imagens) Android Image Cropper (recorte e rotação de imagens) + RecyclerView MultiSelect (selecting multiple list items) Simple File Picker (diálogo de seleção de ficheiros) Simple File Properties (diálogo de propriedades) diff --git a/app/src/main/res/values-sv/strings.xml b/app/src/main/res/values-sv/strings.xml index 0aba2fe83..961b9df82 100644 --- a/app/src/main/res/values-sv/strings.xml +++ b/app/src/main/res/values-sv/strings.xml @@ -118,6 +118,7 @@ Subsampling Scale Image View (zoomable imageviews) Glide (image loading and caching) Android Image Cropper (image crop and rotate) + RecyclerView MultiSelect (selecting multiple list items) Simple File Picker (filepicker dialog) Simple File Properties (properties dialog) diff --git a/app/src/main/res/values-zh/strings.xml b/app/src/main/res/values-zh/strings.xml index f7add4b7d..d9421f26b 100644 --- a/app/src/main/res/values-zh/strings.xml +++ b/app/src/main/res/values-zh/strings.xml @@ -119,6 +119,7 @@ Subsampling Scale Image View (zoomable imageviews) Glide (image loading and caching) Android Image Cropper (image crop and rotate) + RecyclerView MultiSelect (selecting multiple list items) Simple File Picker (filepicker dialog) Simple File Properties (properties dialog) diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index c894e6594..335d244a2 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -125,6 +125,9 @@ Android Image Cropper (image crop and rotate) Copyright 2016, Arthur Teplitzki, 2013, Edmodo, Inc.\n\nLicensed under the Apache License, Version 2.0 (the "License"); you may not use this work except in compliance with the License. You may obtain a copy of the License in the LICENSE file, or 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/ArthurHub/Android-Image-Cropper + RecyclerView MultiSelect (selecting multiple list items) + The MIT License (MIT)\n\nCopyright (c) 2014 Big Nerd Ranch\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: \n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. \n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + https://github.com/bignerdranch/recyclerview-multiselect 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