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 4fdfd9b3c..0ed092a04 100644
--- a/app/src/main/kotlin/com/simplemobiletools/gallery/activities/LicenseActivity.kt
+++ b/app/src/main/kotlin/com/simplemobiletools/gallery/activities/LicenseActivity.kt
@@ -11,6 +11,7 @@ class LicenseActivity : SimpleActivity() {
super.onCreate(savedInstanceState)
setContentView(R.layout.activity_license)
+ license_kotlin_title.setOnClickListener { openUrl(R.string.kotlin_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) }
diff --git a/app/src/main/res/layout/activity_license.xml b/app/src/main/res/layout/activity_license.xml
index f9ae897ae..4b2871493 100644
--- a/app/src/main/res/layout/activity_license.xml
+++ b/app/src/main/res/layout/activity_license.xml
@@ -13,10 +13,25 @@
android:padding="@dimen/activity_margin">
+
+
+
+
Diese App nutzt die folgenden Drittanbieterbilbiotheken, die mein Leben einfacher machen. Danke.
Drittanbieterlizenzen
+ Kotlin (Programmiersprache)
Subsampling Scale Image View (zoomable imageviews)
Glide (Bilder laden und zwischenspeichern)
Android Image Cropper (image crop and rotate)
diff --git a/app/src/main/res/values-es/strings.xml b/app/src/main/res/values-es/strings.xml
index e36ec371f..a2f4651f0 100644
--- a/app/src/main/res/values-es/strings.xml
+++ b/app/src/main/res/values-es/strings.xml
@@ -115,6 +115,7 @@
Esta aplicación usa las siguientes bibliotecas de terceros que hacen mi vida más fácil. Gracias.
Licencias de terceros
+ Kotlin (Lenguaje de programación)
Subsampling Scale Image View (zoomable imageviews)
Glide (image loading and caching)
Android Image Cropper (image crop and rotate)
diff --git a/app/src/main/res/values-it/strings.xml b/app/src/main/res/values-it/strings.xml
index fa2df986d..a531d9a1b 100644
--- a/app/src/main/res/values-it/strings.xml
+++ b/app/src/main/res/values-it/strings.xml
@@ -115,6 +115,7 @@
Questa app usa le seguenti librerie di terze parti per semplificarmi la vita. Grazie.
Licenze di terze parti
+ Kotlin (programming language)
PhotoView (zoomable imageviews)
Glide (image loading and caching)
Android Image Cropper (image crop and rotate)
diff --git a/app/src/main/res/values-ja/strings.xml b/app/src/main/res/values-ja/strings.xml
index 47543f662..637f69cdf 100644
--- a/app/src/main/res/values-ja/strings.xml
+++ b/app/src/main/res/values-ja/strings.xml
@@ -115,6 +115,7 @@
このアプリは、私の人生を容易にするために、次のサードパーティのライブラリーを使用しています。 ありがとうございます。
サードパーティー ライセンス
+ Kotlin (プログラミング言語)
Subsampling Scale Image View (ズーム可能イメージビュー)
Glide (イメージ ローディングとキャッシング)
Android Image Cropper (image crop and rotate)
diff --git a/app/src/main/res/values-pt-rPT/strings.xml b/app/src/main/res/values-pt-rPT/strings.xml
index 01038824c..3197d1f63 100644
--- a/app/src/main/res/values-pt-rPT/strings.xml
+++ b/app/src/main/res/values-pt-rPT/strings.xml
@@ -115,6 +115,7 @@
Esta aplicação usa as seguintes bibliotecas de terceiros para facilitar a minha vida. Obrigado.
Licenças de terceiros
+ Kotlin (linguagem de programação)
Subsampling Scale Image View (ampliação de imagens)
Glide (carregamento e cache de imagens)
Android Image Cropper (recorte e rotação de imagens)
diff --git a/app/src/main/res/values-sv/strings.xml b/app/src/main/res/values-sv/strings.xml
index 3cb1ca7b6..076ee6998 100644
--- a/app/src/main/res/values-sv/strings.xml
+++ b/app/src/main/res/values-sv/strings.xml
@@ -115,6 +115,7 @@
Denna app använder följande tredjepartsbibliotek för att göra mitt liv enklare. Tack.
Tredjepartslicenser
+ Kotlin (programming language)
Subsampling Scale Image View (zoomable imageviews)
Glide (image loading and caching)
Android Image Cropper (image crop and rotate)
diff --git a/app/src/main/res/values-zh/strings.xml b/app/src/main/res/values-zh/strings.xml
index a6f8cf203..15423746f 100644
--- a/app/src/main/res/values-zh/strings.xml
+++ b/app/src/main/res/values-zh/strings.xml
@@ -116,6 +116,7 @@
This app uses the following third party libraries to make my life easier. Thank you.
开放源代码
+ Kotlin (programming language)
Subsampling Scale Image View (zoomable imageviews)
Glide (image loading and caching)
Android Image Cropper (image crop and rotate)
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index c0721896b..85e15faa9 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -116,6 +116,9 @@
This app uses the following third party libraries to make my life easier. Thank you.
Third party licences
+ 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
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