add Kotlin license

This commit is contained in:
tibbi
2016-11-20 18:20:09 +01:00
parent 877c5b75fc
commit 2f59421909
10 changed files with 26 additions and 0 deletions

View File

@@ -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) }

View File

@@ -13,10 +13,25 @@
android:padding="@dimen/activity_margin">
<TextView
android:id="@+id/license_notice"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/notice"/>
<TextView
android:id="@+id/license_kotlin_title"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingTop="@dimen/activity_margin"
android:text="@string/kotlin_title"
android:textColor="@color/colorPrimary"/>
<TextView
android:id="@+id/license_kotlin_text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/kotlin_text"/>
<TextView
android:id="@+id/license_ambilwarna_title"
android:layout_width="match_parent"

View File

@@ -70,6 +70,7 @@
<!-- License -->
<string name="notice">Diese App nutzt die folgenden Drittanbieterbibliotheken, die mein Leben einfacher machen. Danke.</string>
<string name="third_party_licences">Drittanbieterlizenzen</string>
<string name="kotlin_title"><u>Kotlin (Programmiersprache)</u></string>
<string name="ambilwarna_title"><u>AmbilWarna (Color Picker)</u></string>
<string name="joda_title"><u>Joda-Time (Java Datumsaustausch)</u></string>
<string name="stetho_title"><u>Stetho (debugging databases)</u></string>

View File

@@ -70,6 +70,7 @@
<!-- License -->
<string name="notice">Esta aplicación utiliza bibliotecas de terceros para hacer mi vida más fácil. Gracias.</string>
<string name="third_party_licences">Licencia de terceros</string>
<string name="kotlin_title"><u>Kotlin (Lenguaje de programación)</u></string>
<string name="ambilwarna_title"><u>AmbilWarna (selector de color)</u></string>
<string name="joda_title"><u>Joda-Time (reemplazo de la fecha Java)</u></string>
<string name="stetho_title"><u>Stetho (debugging databases)</u></string>

View File

@@ -70,6 +70,7 @@
<!-- License -->
<string name="notice">मेरा जीवन आसान करने के लिए यह एप्प तीसरे पक्ष की लाइब्रेरी का इस्तेमाल करती हैं। धन्यवाद।</string>
<string name="third_party_licences">तीसरे पक्ष के लाइसेंस</string>
<string name="kotlin_title"><u>Kotlin (programming language)</u></string>
<string name="ambilwarna_title"><u>अम्बिलवरना (कलर पिकर)</u></string>
<string name="joda_title"><u>जोड़ा-टाइम(जावा डेट रिप्लेसमेंट)</u></string>
<string name="stetho_title"><u>Stetho (debugging databases)</u></string>

View File

@@ -70,6 +70,7 @@
<!-- License -->
<string name="notice">Questa app usa le seguenti librerie di terze parti per semplificarmi la vita. Grazie.</string>
<string name="third_party_licences">Licenze di terze parti</string>
<string name="kotlin_title"><u>Kotlin (programming language)</u></string>
<string name="ambilwarna_title"><u>AmbilWarna (color picker)</u></string>
<string name="joda_title"><u>Joda-Time (Java date replacement)</u></string>
<string name="stetho_title"><u>Stetho (debugging databases)</u></string>

View File

@@ -70,6 +70,7 @@
<!-- License -->
<string name="notice">このアプリは、私の人生を容易にするために、次のサードパーティのライブラリーを使用しています。 ありがとうございます。</string>
<string name="third_party_licences">サードパーティー ライセンス</string>
<string name="kotlin_title"><u>Kotlin (プログラミング言語)</u></string>
<string name="ambilwarna_title"><u>AmbilWarna (カラー ピッカー)</u></string>
<string name="joda_title"><u>Joda-Time (Java 日付の置き換え)</u></string>
<string name="stetho_title"><u>Stetho (debugging databases)</u></string>

View File

@@ -70,6 +70,7 @@
<!-- License -->
<string name="notice">Esta aplicação usa as seguintes bibliotecas de terceiros para facilitar a minha vida. Obrigado.</string>
<string name="third_party_licences">Licenças de terceiros</string>
<string name="kotlin_title"><u>Kotlin (linguagem de programação)</u></string>
<string name="ambilwarna_title"><u>AmbilWarna (seletor de cores)</u></string>
<string name="joda_title"><u>Joda-Time (substituto de Java date)</u></string>
<string name="stetho_title"><u>Stetho (debugging databases)</u></string>

View File

@@ -70,6 +70,7 @@
<!-- License -->
<string name="notice">Denna app använder följande tredjepartsbibliotek för att göra mitt liv enklare. Tack.</string>
<string name="third_party_licences">Tredjepartslicenser</string>
<string name="kotlin_title"><u>Kotlin (programming language)</u></string>
<string name="ambilwarna_title"><u>AmbilWarna (color picker)</u></string>
<string name="joda_title"><u>Joda-Time (Java date replacement)</u></string>
<string name="stetho_title"><u>Stetho (debugging databases)</u></string>

View File

@@ -71,6 +71,9 @@
<!-- License -->
<string name="notice">This app uses the following third party libraries to make my life easier. Thank you.</string>
<string name="third_party_licences">Third party licences</string>
<string name="kotlin_title"><u>Kotlin (programming language)</u></string>
<string name="kotlin_text" translatable="false">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.</string>
<string name="kotlin_url" translatable="false">https://github.com/JetBrains/kotlin</string>
<string name="ambilwarna_title"><u>AmbilWarna (color picker)</u></string>
<string name="ambilwarna_text" translatable="false">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.</string>
<string name="ambilwarna_url" translatable="false">https://github.com/yukuku/ambilwarna</string>