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 15b52b549..4fdfd9b3c 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,7 @@ class LicenseActivity : SimpleActivity() {
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_rtl_viewpager_title.setOnClickListener { openUrl(R.string.rtl_viewpager_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 0398d4559..f9ae897ae 100644
--- a/app/src/main/res/layout/activity_license.xml
+++ b/app/src/main/res/layout/activity_license.xml
@@ -73,6 +73,20 @@
android:layout_height="wrap_content"
android:text="@string/multiselect_text"/>
+
+
+
+
Glide (Bilder laden und zwischenspeichern)
Android Image Cropper (image crop and rotate)
RecyclerView MultiSelect (selecting multiple list items)
+ RtlViewPager (for swiping images right to left)
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 c19c7d41e..e36ec371f 100644
--- a/app/src/main/res/values-es/strings.xml
+++ b/app/src/main/res/values-es/strings.xml
@@ -119,6 +119,7 @@
Glide (image loading and caching)
Android Image Cropper (image crop and rotate)
RecyclerView MultiSelect (selecting multiple list items)
+ RtlViewPager (for swiping images right to left)
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 c8fa4c3d6..fa2df986d 100644
--- a/app/src/main/res/values-it/strings.xml
+++ b/app/src/main/res/values-it/strings.xml
@@ -119,6 +119,7 @@
Glide (image loading and caching)
Android Image Cropper (image crop and rotate)
RecyclerView MultiSelect (selecting multiple list items)
+ RtlViewPager (for swiping images right to left)
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 c3aa26620..47543f662 100644
--- a/app/src/main/res/values-ja/strings.xml
+++ b/app/src/main/res/values-ja/strings.xml
@@ -119,6 +119,7 @@
Glide (イメージ ローディングとキャッシング)
Android Image Cropper (image crop and rotate)
RecyclerView MultiSelect (selecting multiple list items)
+ RtlViewPager (for swiping images right to left)
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 7a48a4729..01038824c 100644
--- a/app/src/main/res/values-pt-rPT/strings.xml
+++ b/app/src/main/res/values-pt-rPT/strings.xml
@@ -119,6 +119,7 @@
Glide (carregamento e cache de imagens)
Android Image Cropper (recorte e rotação de imagens)
RecyclerView MultiSelect (selecting multiple list items)
+ RtlViewPager (for swiping images right to left)
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 961b9df82..3cb1ca7b6 100644
--- a/app/src/main/res/values-sv/strings.xml
+++ b/app/src/main/res/values-sv/strings.xml
@@ -119,6 +119,7 @@
Glide (image loading and caching)
Android Image Cropper (image crop and rotate)
RecyclerView MultiSelect (selecting multiple list items)
+ RtlViewPager (for swiping images right to left)
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 d9421f26b..a6f8cf203 100644
--- a/app/src/main/res/values-zh/strings.xml
+++ b/app/src/main/res/values-zh/strings.xml
@@ -120,6 +120,7 @@
Glide (image loading and caching)
Android Image Cropper (image crop and rotate)
RecyclerView MultiSelect (selecting multiple list items)
+ RtlViewPager (for swiping images right to left)
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 335d244a2..3929683c0 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -128,6 +128,9 @@
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
+ RtlViewPager (for swiping images right to left)
+ Copyright 2015 Diego Gómez Olvera\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/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