add some missing licences
This commit is contained in:
parent
dc3b8b7b16
commit
8fbbab85b7
8 changed files with 70 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<ScrollView
|
||||
android:id="@+id/license_holder"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:id="@+id/license_holder"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
|
||||
|
@ -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_butterknife_title"
|
||||
android:layout_width="match_parent"
|
||||
|
@ -59,5 +74,32 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:text="@string/otto_text"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/license_filepicker_title"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingTop="@dimen/activity_margin"
|
||||
android:text="@string/filepicker_title"
|
||||
android:textColor="@color/colorPrimary"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/license_filepicker_text"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/filepicker_text"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/license_fileproperties_title"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingTop="@dimen/activity_margin"
|
||||
android:text="@string/fileproperties_title"
|
||||
android:textColor="@color/colorPrimary"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/license_fileproperties_text"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/fileproperties_text"/>
|
||||
</LinearLayout>
|
||||
</ScrollView>
|
||||
|
|
|
@ -51,9 +51,12 @@
|
|||
<!-- 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="butterknife_title"><u>Butter Knife (View Injector)</u></string>
|
||||
<string name="ambilwarna_title"><u>AmbilWarna (Color Picker)</u></string>
|
||||
<string name="otto_title"><u>Otto (Event Bus)</u></string>
|
||||
<string name="filepicker_title"><u>Simple File Picker (filepicker dialog)</u></string>
|
||||
<string name="fileproperties_title"><u>Simple File Properties (properties dialog)</u></string>
|
||||
|
||||
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
|
||||
<string name="app_short_description">A clean music player with a customizable widget.</string>
|
||||
|
|
|
@ -51,9 +51,12 @@
|
|||
<!-- License -->
|
||||
<string name="notice">Esta aplicación usa las siguientes librerías de terceros para hacerme la vida más fácil. Gracias.</string>
|
||||
<string name="third_party_licences">Licencias de terceros</string>
|
||||
<string name="kotlin_title"><u>Kotlin (Lenguaje de programación)</u></string>
|
||||
<string name="butterknife_title"><u>Butter Knife (Inyector de vistas)</u></string>
|
||||
<string name="ambilwarna_title"><u>AmbilWarna (Selector de colores)</u></string>
|
||||
<string name="otto_title"><u>Otto (Canal de eventos)</u></string>
|
||||
<string name="filepicker_title"><u>Simple File Picker (filepicker dialog)</u></string>
|
||||
<string name="fileproperties_title"><u>Simple File Properties (properties dialog)</u></string>
|
||||
|
||||
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
|
||||
<string name="app_short_description">A clean music player with a customizable widget.</string>
|
||||
|
|
|
@ -51,9 +51,12 @@
|
|||
<!-- 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="butterknife_title"><u>Butter Knife (view injector)</u></string>
|
||||
<string name="ambilwarna_title"><u>AmbilWarna (color picker)</u></string>
|
||||
<string name="otto_title"><u>Otto (event bus)</u></string>
|
||||
<string name="filepicker_title"><u>Simple File Picker (filepicker dialog)</u></string>
|
||||
<string name="fileproperties_title"><u>Simple File Properties (properties dialog)</u></string>
|
||||
|
||||
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
|
||||
<string name="app_short_description">A clean music player with a customizable widget.</string>
|
||||
|
|
|
@ -51,9 +51,12 @@
|
|||
<!-- License -->
|
||||
<string name="notice">このアプリは、私の暮らしにゆとりを持たせるために、次のサードパーティのライブラリーを使用しています。 ありがとうございます。</string>
|
||||
<string name="third_party_licences">サードパーティー ライセンス</string>
|
||||
<string name="kotlin_title"><u>Kotlin (プログラミング言語)</u></string>
|
||||
<string name="butterknife_title"><u>Butter Knife (ビュー インジェクター)</u></string>
|
||||
<string name="ambilwarna_title"><u>AmbilWarna (カラーピッカー)</u></string>
|
||||
<string name="otto_title"><u>Otto (イベントバス)</u></string>
|
||||
<string name="filepicker_title"><u>Simple File Picker (ファイルピッカー ダイアログ)</u></string>
|
||||
<string name="fileproperties_title"><u>Simple File Properties (プロパティ ダイアログ)</u></string>
|
||||
|
||||
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
|
||||
<string name="app_short_description">カスタマイズ可能なウィジェットを持つクリーンなミュージック プレイヤー。</string>
|
||||
|
|
|
@ -51,9 +51,12 @@
|
|||
<!-- 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="butterknife_title"><u>Butter Knife (injetor de vistas)</u></string>
|
||||
<string name="ambilwarna_title"><u>AmbilWarna (seletor de cores)</u></string>
|
||||
<string name="otto_title"><u>Otto (canal de eventos)</u></string>
|
||||
<string name="filepicker_title"><u>Simple File Picker (diálogo de seleção de ficheiros)</u></string>
|
||||
<string name="fileproperties_title"><u>Simple File Properties (diálogo de propriedades)</u></string>
|
||||
|
||||
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
|
||||
<string name="app_short_description">Um reprodutor de músicas com um widget personalizável.</string>
|
||||
|
|
|
@ -51,9 +51,12 @@
|
|||
<!-- 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="butterknife_title"><u>Butter Knife (view injector)</u></string>
|
||||
<string name="ambilwarna_title"><u>AmbilWarna (color picker)</u></string>
|
||||
<string name="otto_title"><u>Otto (event bus)</u></string>
|
||||
<string name="filepicker_title"><u>Simple File Picker (filepicker dialog)</u></string>
|
||||
<string name="fileproperties_title"><u>Simple File Properties (properties dialog)</u></string>
|
||||
|
||||
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
|
||||
<string name="app_short_description">A clean music player with a customizable widget.</string>
|
||||
|
|
|
@ -53,6 +53,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="butterknife_title"><u>Butter Knife (view injector)</u></string>
|
||||
<string name="butterknife_text" translatable="false">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.</string>
|
||||
<string name="butterknife_url" translatable="false">https://github.com/JakeWharton/butterknife</string>
|
||||
|
@ -62,6 +65,12 @@
|
|||
<string name="otto_title"><u>Otto (event bus)</u></string>
|
||||
<string name="otto_text" translatable="false">Copyright 2012 Square, Inc.\nCopyright 2010 Google, Inc.\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="otto_url" translatable="false">https://github.com/square/otto</string>
|
||||
<string name="filepicker_title"><u>Simple File Picker (filepicker dialog)</u></string>
|
||||
<string name="filepicker_text" translatable="false">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.</string>
|
||||
<string name="filepicker_url" translatable="false">https://github.com/SimpleMobileTools/Simple-File-Picker</string>
|
||||
<string name="fileproperties_title"><u>Simple File Properties (properties dialog)</u></string>
|
||||
<string name="fileproperties_text" translatable="false">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.</string>
|
||||
<string name="fileproperties_url" translatable="false">https://github.com/SimpleMobileTools/Simple-File-Properties</string>
|
||||
|
||||
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
|
||||
<string name="app_short_description">A clean music player with a customizable widget.</string>
|
||||
|
|
Loading…
Reference in a new issue