diff --git a/app/src/main/kotlin/com/simplemobiletools/filemanager/activities/LicenseActivity.kt b/app/src/main/kotlin/com/simplemobiletools/filemanager/activities/LicenseActivity.kt index 42b53440..77a40eb2 100644 --- a/app/src/main/kotlin/com/simplemobiletools/filemanager/activities/LicenseActivity.kt +++ b/app/src/main/kotlin/com/simplemobiletools/filemanager/activities/LicenseActivity.kt @@ -12,6 +12,8 @@ class LicenseActivity : SimpleActivity() { super.onCreate(savedInstanceState) setContentView(R.layout.activity_license) license_butterknife_title.setOnClickListener { openUrl(R.string.butterknife_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 3dfaabdb..ca18b08d 100644 --- a/app/src/main/res/layout/activity_license.xml +++ b/app/src/main/res/layout/activity_license.xml @@ -1,7 +1,7 @@ @@ -31,5 +31,32 @@ android:layout_height="wrap_content" android:text="@string/butterknife_text"/> + + + + + + + diff --git a/app/src/main/res/values-de/strings.xml b/app/src/main/res/values-de/strings.xml index d3530e36..d5712820 100644 --- a/app/src/main/res/values-de/strings.xml +++ b/app/src/main/res/values-de/strings.xml @@ -68,6 +68,8 @@ Diese App nutzt die folgenden Drittanbieter Bibliotheken, die mir mein Leben einfacher machen. Vielen Dank. Drittanbieter Lizenzen Butter Knife (View Injector) + Simple File Picker (filepicker dialog) + Simple File Properties (properties dialog) Einstellungen diff --git a/app/src/main/res/values-it/strings.xml b/app/src/main/res/values-it/strings.xml index 2bd78710..18059451 100644 --- a/app/src/main/res/values-it/strings.xml +++ b/app/src/main/res/values-it/strings.xml @@ -68,6 +68,8 @@ Questa app usa le seguenti librerie di terze parti per semplificarmi la vita. Grazie. Licenze di terze parti Butter Knife (view injector) + Simple File Picker (filepicker dialog) + Simple File Properties (properties dialog) Impostazioni diff --git a/app/src/main/res/values-ja/strings.xml b/app/src/main/res/values-ja/strings.xml index fe2f5081..5218d262 100644 --- a/app/src/main/res/values-ja/strings.xml +++ b/app/src/main/res/values-ja/strings.xml @@ -68,6 +68,8 @@ このアプリは、私の人生を容易にするために、次のサードパーティのライブラリーを使用しています。 ありがとうございます。 サードパーティー ライセンス Butter Knife (ビュー インジェクター) + 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 bdc4ad74..f9bf0664 100644 --- a/app/src/main/res/values-pt-rPT/strings.xml +++ b/app/src/main/res/values-pt-rPT/strings.xml @@ -68,6 +68,8 @@ Esta aplicação usa as seguintes bibliotecas de terceiros para facilitar a minha vida. Obrigado. Licenças de terceiros Butter Knife (injetor de vistas) + Simple File Picker (filepicker dialog) + Simple File Properties (properties dialog) Definições diff --git a/app/src/main/res/values-sv/strings.xml b/app/src/main/res/values-sv/strings.xml index 0d9d7802..5df885e3 100644 --- a/app/src/main/res/values-sv/strings.xml +++ b/app/src/main/res/values-sv/strings.xml @@ -68,6 +68,8 @@ Denna app använder följande tredjepartsbibliotek för att göra mitt liv enklare. Tack. Tredjepartslicenser Butter Knife (view injector) + Simple File Picker (filepicker dialog) + Simple File Properties (properties dialog) Settings diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 29928e58..cc9bf0a8 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -71,6 +71,12 @@ Butter Knife (view injector) Copyright 2013 Jake Wharton\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/JakeWharton/butterknife + 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 Settings