From 2f59421909398449471e4b8aa2fb8aab66d93f54 Mon Sep 17 00:00:00 2001 From: tibbi Date: Sun, 20 Nov 2016 18:20:09 +0100 Subject: [PATCH] add Kotlin license --- .../calendar/activities/LicenseActivity.kt | 1 + app/src/main/res/layout/activity_license.xml | 15 +++++++++++++++ app/src/main/res/values-de/strings.xml | 1 + app/src/main/res/values-es-rES/strings.xml | 1 + app/src/main/res/values-hi-rIN/strings.xml | 1 + app/src/main/res/values-it/strings.xml | 1 + app/src/main/res/values-ja/strings.xml | 1 + app/src/main/res/values-pt-rPT/strings.xml | 1 + app/src/main/res/values-sv/strings.xml | 1 + app/src/main/res/values/strings.xml | 3 +++ 10 files changed, 26 insertions(+) diff --git a/app/src/main/kotlin/com/simplemobiletools/calendar/activities/LicenseActivity.kt b/app/src/main/kotlin/com/simplemobiletools/calendar/activities/LicenseActivity.kt index 616d26e23..bfc0270b0 100644 --- a/app/src/main/kotlin/com/simplemobiletools/calendar/activities/LicenseActivity.kt +++ b/app/src/main/kotlin/com/simplemobiletools/calendar/activities/LicenseActivity.kt @@ -12,6 +12,7 @@ class LicenseActivity : SimpleActivity() { super.onCreate(savedInstanceState) setContentView(R.layout.activity_license) + license_kotlin_title.setOnClickListener { openUrl(R.string.kotlin_url) } license_ambilwarna_title.setOnClickListener { openUrl(R.string.ambilwarna_url) } license_joda_title.setOnClickListener { openUrl(R.string.joda_url) } license_stetho_title.setOnClickListener { openUrl(R.string.stetho_url) } diff --git a/app/src/main/res/layout/activity_license.xml b/app/src/main/res/layout/activity_license.xml index f0bd8369b..081f7c8cc 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) AmbilWarna (Color Picker) Joda-Time (Java Datumsaustausch) Stetho (debugging databases) diff --git a/app/src/main/res/values-es-rES/strings.xml b/app/src/main/res/values-es-rES/strings.xml index f415620b4..9caa01d0f 100644 --- a/app/src/main/res/values-es-rES/strings.xml +++ b/app/src/main/res/values-es-rES/strings.xml @@ -70,6 +70,7 @@ Esta aplicación utiliza bibliotecas de terceros para hacer mi vida más fácil. Gracias. Licencia de terceros + Kotlin (Lenguaje de programación) AmbilWarna (selector de color) Joda-Time (reemplazo de la fecha Java) Stetho (debugging databases) diff --git a/app/src/main/res/values-hi-rIN/strings.xml b/app/src/main/res/values-hi-rIN/strings.xml index 7385dc440..814ac9638 100644 --- a/app/src/main/res/values-hi-rIN/strings.xml +++ b/app/src/main/res/values-hi-rIN/strings.xml @@ -70,6 +70,7 @@ मेरा जीवन आसान करने के लिए यह एप्प तीसरे पक्ष की लाइब्रेरी का इस्तेमाल करती हैं। धन्यवाद। तीसरे पक्ष के लाइसेंस + Kotlin (programming language) अम्बिलवरना (कलर पिकर) जोड़ा-टाइम(जावा डेट रिप्लेसमेंट) Stetho (debugging databases) diff --git a/app/src/main/res/values-it/strings.xml b/app/src/main/res/values-it/strings.xml index c236e2f1d..5977f2869 100644 --- a/app/src/main/res/values-it/strings.xml +++ b/app/src/main/res/values-it/strings.xml @@ -70,6 +70,7 @@ Questa app usa le seguenti librerie di terze parti per semplificarmi la vita. Grazie. Licenze di terze parti + Kotlin (programming language) AmbilWarna (color picker) Joda-Time (Java date replacement) Stetho (debugging databases) diff --git a/app/src/main/res/values-ja/strings.xml b/app/src/main/res/values-ja/strings.xml index 436d5f6d3..ec3a889b9 100644 --- a/app/src/main/res/values-ja/strings.xml +++ b/app/src/main/res/values-ja/strings.xml @@ -70,6 +70,7 @@ このアプリは、私の人生を容易にするために、次のサードパーティのライブラリーを使用しています。 ありがとうございます。 サードパーティー ライセンス + Kotlin (プログラミング言語) AmbilWarna (カラー ピッカー) Joda-Time (Java 日付の置き換え) Stetho (debugging databases) diff --git a/app/src/main/res/values-pt-rPT/strings.xml b/app/src/main/res/values-pt-rPT/strings.xml index 420f137e0..aafe26add 100644 --- a/app/src/main/res/values-pt-rPT/strings.xml +++ b/app/src/main/res/values-pt-rPT/strings.xml @@ -70,6 +70,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) AmbilWarna (seletor de cores) Joda-Time (substituto de Java date) Stetho (debugging databases) diff --git a/app/src/main/res/values-sv/strings.xml b/app/src/main/res/values-sv/strings.xml index c6a28b577..521200663 100644 --- a/app/src/main/res/values-sv/strings.xml +++ b/app/src/main/res/values-sv/strings.xml @@ -70,6 +70,7 @@ Denna app använder följande tredjepartsbibliotek för att göra mitt liv enklare. Tack. Tredjepartslicenser + Kotlin (programming language) AmbilWarna (color picker) Joda-Time (Java date replacement) Stetho (debugging databases) diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 1fc5fb2fb..5587725ec 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -71,6 +71,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 AmbilWarna (color picker) Copyright 2009-2015 Yuku\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/yukuku/ambilwarna