diff --git a/app/src/main/kotlin/com/simplemobiletools/camera/activities/LicenseActivity.kt b/app/src/main/kotlin/com/simplemobiletools/camera/activities/LicenseActivity.kt
index 5e01c351..ac94a020 100644
--- a/app/src/main/kotlin/com/simplemobiletools/camera/activities/LicenseActivity.kt
+++ b/app/src/main/kotlin/com/simplemobiletools/camera/activities/LicenseActivity.kt
@@ -11,6 +11,8 @@ class LicenseActivity : SimpleActivity() {
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
setContentView(R.layout.activity_license)
+
+ license_kotlin_title.setOnClickListener { openUrl(R.string.kotlin_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 aa27dd54..c202a51c 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 Drittanbieterbibliotheken, die mein Leben einfacher machen. Danke.
Drittanbieterlizenzen
+ Kotlin (Programmiersprache)
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 16c49d35..080a2886 100644
--- a/app/src/main/res/values-it/strings.xml
+++ b/app/src/main/res/values-it/strings.xml
@@ -40,5 +40,6 @@
Questa app usa le seguenti librerie di terze parti per semplificarmi la vita. Grazie.
Licenze di terze parti
+ Kotlin (programming language)
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 f9b6298a..8205f207 100644
--- a/app/src/main/res/values-ja/strings.xml
+++ b/app/src/main/res/values-ja/strings.xml
@@ -40,5 +40,6 @@
このアプリは、私の人生を容易にするために、次のサードパーティのライブラリーを使用しています。 ありがとうございます。
サードパーティー ライセンス
+ Kotlin (programming language)
Simple File Picker (filepicker dialog)
diff --git a/app/src/main/res/values-lt/strings.xml b/app/src/main/res/values-lt/strings.xml
index 7d4713d3..256fa6bf 100644
--- a/app/src/main/res/values-lt/strings.xml
+++ b/app/src/main/res/values-lt/strings.xml
@@ -40,5 +40,6 @@
Ši programėlė naudoja sekančias trečiųjų šyalių bibliotekas, kad palengvinti man gyvenimą. Ačiū.
Trečiųjų šalių licenzijos
+ Kotlin (programming language)
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 40fc668d..b793f6a6 100644
--- a/app/src/main/res/values-pt-rPT/strings.xml
+++ b/app/src/main/res/values-pt-rPT/strings.xml
@@ -40,5 +40,6 @@
Esta aplicação usa as seguintes bibliotecas de terceiros para facilitar a minha vida. Obrigado.
Licenças de terceiros
+ Kotlin (linguagem de programação)
Simple File Picker (diálogo de seleção de ficheiros)
diff --git a/app/src/main/res/values-ru/strings.xml b/app/src/main/res/values-ru/strings.xml
index 38c2e9c7..1c9fc2aa 100644
--- a/app/src/main/res/values-ru/strings.xml
+++ b/app/src/main/res/values-ru/strings.xml
@@ -40,5 +40,6 @@
Это приложение использует следующие сторонние библиотеки, что бы сделать мою жизнь проще. Спасибо.
Сторонние лицензии
+ Kotlin (programming language)
Simple File Picker (filepicker dialog)
diff --git a/app/src/main/res/values-sv/strings.xml b/app/src/main/res/values-sv/strings.xml
index 7d3dae24..ec71161c 100644
--- a/app/src/main/res/values-sv/strings.xml
+++ b/app/src/main/res/values-sv/strings.xml
@@ -40,5 +40,6 @@
Denna app använder följande tredjepartsbibliotek för att göra mitt liv enklare. Tack.
Tredjepartslicenser
+ Kotlin (programming language)
Simple File Picker (filepicker dialog)
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 0d3f104f..7ae452c3 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -41,6 +41,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
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