From 57836b229dae5e25c98c9458b5123101faaf6e5c Mon Sep 17 00:00:00 2001 From: tibbi Date: Sun, 13 Nov 2016 10:33:33 +0100 Subject: [PATCH] add filepicker and fileproperties licenses --- .../gallery/activities/LicenseActivity.kt | 2 ++ app/src/main/res/layout/activity_license.xml | 29 ++++++++++++++++++- 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, 50 insertions(+), 1 deletion(-) 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 b109db679..7bd1096ea 100644 --- a/app/src/main/kotlin/com/simplemobiletools/gallery/activities/LicenseActivity.kt +++ b/app/src/main/kotlin/com/simplemobiletools/gallery/activities/LicenseActivity.kt @@ -15,6 +15,8 @@ class LicenseActivity : SimpleActivity() { license_photoview_title.setOnClickListener { openUrl(R.string.photoview_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) } + license_fileproperties_title.setOnClickListener { openUrl(R.string.fileproperties_url) } } private fun openUrl(id: Int) { diff --git a/app/src/main/res/layout/activity_license.xml b/app/src/main/res/layout/activity_license.xml index f7a6a5471..bca049f32 100644 --- a/app/src/main/res/layout/activity_license.xml +++ b/app/src/main/res/layout/activity_license.xml @@ -1,7 +1,7 @@ @@ -73,5 +73,32 @@ android:layout_height="wrap_content" android:text="@string/cropper_text"/> + + + + + + + diff --git a/app/src/main/res/values-de/strings.xml b/app/src/main/res/values-de/strings.xml index ead70b8f2..3aa3eff8a 100644 --- a/app/src/main/res/values-de/strings.xml +++ b/app/src/main/res/values-de/strings.xml @@ -116,4 +116,6 @@ PhotoView (Zoomable Imageviews) Glide (Bilder laden und zwischenspeichern) Android Image Cropper + 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 8fc136a50..78b6bc5c5 100644 --- a/app/src/main/res/values-es/strings.xml +++ b/app/src/main/res/values-es/strings.xml @@ -116,4 +116,6 @@ PhotoView (zoomable imageviews) Glide (image loading and caching) Android Image Cropper + 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 c212a0c26..267edc6fb 100644 --- a/app/src/main/res/values-it/strings.xml +++ b/app/src/main/res/values-it/strings.xml @@ -116,4 +116,6 @@ PhotoView (zoomable imageviews) Glide (image loading and caching) Android Image Cropper + 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 7825fee76..8adab01c0 100644 --- a/app/src/main/res/values-ja/strings.xml +++ b/app/src/main/res/values-ja/strings.xml @@ -116,4 +116,6 @@ PhotoView (ズーム可能イメージビュー) Glide (イメージ ローディングとキャッシング) Android Image Cropper + 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 20d9a93a8..7a7b4e29b 100644 --- a/app/src/main/res/values-pt-rPT/strings.xml +++ b/app/src/main/res/values-pt-rPT/strings.xml @@ -116,4 +116,6 @@ PhotoView (ampliação de imagens) Glide (carregamento e cache de imagens) Android Image Cropper + Simple File Picker (filepicker dialog) + Simple File Properties (properties dialog) diff --git a/app/src/main/res/values-sv/strings.xml b/app/src/main/res/values-sv/strings.xml index 15c94e934..8cd94a06d 100644 --- a/app/src/main/res/values-sv/strings.xml +++ b/app/src/main/res/values-sv/strings.xml @@ -116,4 +116,6 @@ PhotoView (zoomable imageviews) Glide (image loading and caching) Android Image Cropper + 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 94b132c83..3f40ecd82 100644 --- a/app/src/main/res/values-zh/strings.xml +++ b/app/src/main/res/values-zh/strings.xml @@ -117,4 +117,6 @@ PhotoView (zoomable imageviews) Glide (image loading and caching) Android Image Cropper + 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 294cca7e3..16060633e 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -125,4 +125,10 @@ Android Image Cropper 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 + 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 + Simple File Properties (properties 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-Properties