diff --git a/app/src/main/java/protect/card_locker/MainActivity.java b/app/src/main/java/protect/card_locker/MainActivity.java index aeafa5d1c..0d7bdf1d7 100644 --- a/app/src/main/java/protect/card_locker/MainActivity.java +++ b/app/src/main/java/protect/card_locker/MainActivity.java @@ -185,6 +185,11 @@ public class MainActivity extends AppCompatActivity "AppIntro", "https://github.com/apl-devs/AppIntro" ); + final Map USED_ASSETS = ImmutableMap.of + ( + "Save by Bernar Novalyi", "https://thenounproject.com/term/save/716011" + ); + StringBuilder libs = new StringBuilder().append(""); + StringBuilder resources = new StringBuilder().append(""); + String appName = getString(R.string.app_name); int year = Calendar.getInstance().get(Calendar.YEAR); @@ -229,7 +241,9 @@ public class MainActivity extends AppCompatActivity "


" + getString(R.string.app_license) + "


" + - String.format(getString(R.string.app_libraries), appName, libs.toString()); + String.format(getString(R.string.app_libraries), appName, libs.toString()) + + "


" + + String.format(getString(R.string.app_resources), appName, resources.toString()); wv.loadDataWithBaseURL("file:///android_res/drawable/", html, "text/html", "utf-8", null); new AlertDialog.Builder(this) diff --git a/app/src/main/res/values-cs/strings.xml b/app/src/main/res/values-cs/strings.xml index 8f253e809..dd2425112 100644 --- a/app/src/main/res/values-cs/strings.xml +++ b/app/src/main/res/values-cs/strings.xml @@ -55,6 +55,7 @@ Verze: %s Revizní informace: %s %s používá tyto knihovny třetích stran: %s + %s uses the following third-party resources: %s Vyberte čárový kód Zadejte hodnotu čárového kódu a potm vyberte kód, který představuje čárový kód, který je na kartě. diff --git a/app/src/main/res/values-de/strings.xml b/app/src/main/res/values-de/strings.xml index cf925b381..8cdede4c0 100644 --- a/app/src/main/res/values-de/strings.xml +++ b/app/src/main/res/values-de/strings.xml @@ -8,6 +8,7 @@ Copyright 2016-%d Branden Archer Lizensiert unter der GPLv3. %s benutzt die folgenden Fremdbibliotheken: %s + %s uses the following third-party resources: %s Kundenkarte anzeigen Ok Notiz diff --git a/app/src/main/res/values-fr/strings.xml b/app/src/main/res/values-fr/strings.xml index 55c2d4396..73448ff6c 100644 --- a/app/src/main/res/values-fr/strings.xml +++ b/app/src/main/res/values-fr/strings.xml @@ -55,6 +55,7 @@ Version : %s Notes sur les versions : %s %s utilise les bibliothèques-tierces suivantes : %s + %s uses the following third-party resources: %s Choisissez le code-barre Saisissez les chiffres du code-barres et sélectionnez l\'image qui le représente diff --git a/app/src/main/res/values-it/strings.xml b/app/src/main/res/values-it/strings.xml index d7f61cd9f..9e4897c3c 100644 --- a/app/src/main/res/values-it/strings.xml +++ b/app/src/main/res/values-it/strings.xml @@ -47,6 +47,7 @@ Versione: %s Informazione sulla revisione: %s %s usa le seguenti librerie di terze parti: %s + %s uses the following third-party resources: %s Ok Inserisci carta Modifica carta diff --git a/app/src/main/res/values-lt/strings.xml b/app/src/main/res/values-lt/strings.xml index 811449f03..953c51718 100644 --- a/app/src/main/res/values-lt/strings.xml +++ b/app/src/main/res/values-lt/strings.xml @@ -55,6 +55,7 @@ Versija: %s Revizijos informacija: %s %s naudoja šias trečiosios šalies bibliotekas: %s + %s uses the following third-party resources: %s Pasirinkite brūkšninį kodą Enter the barcode value then select the image which represents the barcode you want to use diff --git a/app/src/main/res/values-nl/strings.xml b/app/src/main/res/values-nl/strings.xml index b4a53b92e..d0908a155 100644 --- a/app/src/main/res/values-nl/strings.xml +++ b/app/src/main/res/values-nl/strings.xml @@ -47,6 +47,7 @@ Versie: %s Revisieïnformatie: %s %s gebruikt de volgende bibliotheken van derden: %s + %s uses the following third-party resources: %s Oké Voer kaart in Edit Card diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index e92355f0f..613d83108 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -72,6 +72,7 @@ Version: %s Revision Information: %s %s uses the following third-party libraries: %s + %s uses the following third-party resources: %s Select Barcode Enter the barcode value then select the image which represents the barcode you want to use