From 484f357a8271550243657310a00985a29a23409e Mon Sep 17 00:00:00 2001 From: Peer Beckmann Date: Thu, 25 Aug 2016 19:51:52 +0200 Subject: [PATCH 1/5] Add a german translation. --- app/src/main/res/values-de/strings.xml | 51 ++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 app/src/main/res/values-de/strings.xml diff --git a/app/src/main/res/values-de/strings.xml b/app/src/main/res/values-de/strings.xml new file mode 100644 index 000000000..c874e2b64 --- /dev/null +++ b/app/src/main/res/values-de/strings.xml @@ -0,0 +1,51 @@ + + + Loyalty Card Locker + Über + Über %s + Neu + Neue Kundenkarte + Copyright 2016-%s Branden Archer + Lizensiert unter der GPLv3. + %s benutzt die folgenden Fremdbibliotheken: %s + Kundenkarte anzeigen + Ok + Notiz + Speichern + Barcode scannen + Barcode auswählen + Firma + Keine Firma angegeben + Exportieren + Exportiert nach: %1$s + Datei fehlt: %1$s + Import/Export + Import fehlgeschlagen: %1$s + Import + Importiert von: %1$s + Keine Kartennummer angegeben + Ohne die Berechtigung für den externen Speicher kann kein Import oder Export erfolgen. + Du hast noch keine Kundenkarte angelegt. Über den "+" Button oben rechts, kannst du welche anlegen.\n\nDiese App ermöglicht es dir, deine Kundenkarten immer mit dir zu führen. + Abrechen + Karte aufnehmen + Kartennummer + %1$s: %2$s + Bestätigen + Kopiere die Nummer in die Zwischenablage + Löschen + Bitte bestätige, dass du die Karte löschen möchtest. + Lösche die Kundenkarte + Bearbeiten + Kundenkarte bearbeiten + Karte einfügen + Export fehlgeschlagen: %1$s + Barcodeart + Bild des Barcodes + Nummer in die Zwischenablage kopiert + Version: %s + Füge die Kundennummer ein, anschließend wähle die korrekte Barcodeart aus. + Versions Information: %s + Daten werden aus LoyalityCardLocker.csv aus dem externen Speicher im-/exportiert. + Importiere… + Exportiere… + \ No newline at end of file From e01c77681b86d1bdf5eae23201e1cffbe203a3f3 Mon Sep 17 00:00:00 2001 From: lgasp Date: Fri, 4 Nov 2016 19:48:54 +0100 Subject: [PATCH 2/5] proposing less confusing trnalsation fo r button "Scan code" is translated as "salva tessera" that corresponds to English "save card", that is similar to the button " save" on the same screen. "Scansione codice"is a more literal, and hopefully more clear, translational --- app/src/main/res/values-it/strings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/values-it/strings.xml b/app/src/main/res/values-it/strings.xml index 409a1a5a8..fb418d76b 100644 --- a/app/src/main/res/values-it/strings.xml +++ b/app/src/main/res/values-it/strings.xml @@ -12,7 +12,7 @@ Annulla Salva - Salva tessera + Scansione codice Modifica Elimina From f01058d5b8e39907328471e1f211772448877637 Mon Sep 17 00:00:00 2001 From: lgasp Date: Sat, 5 Nov 2016 11:19:48 +0100 Subject: [PATCH 3/5] Update strings.xml --- app/src/main/res/values-it/strings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/values-it/strings.xml b/app/src/main/res/values-it/strings.xml index fb418d76b..b39d4f9c2 100644 --- a/app/src/main/res/values-it/strings.xml +++ b/app/src/main/res/values-it/strings.xml @@ -12,7 +12,7 @@ Annulla Salva - Scansione codice + Scansione carta Modifica Elimina From c090af1c7d4e59a916fad6cdcc51c666f5c9a831 Mon Sep 17 00:00:00 2001 From: Branden Archer Date: Tue, 22 Nov 2016 22:13:29 -0500 Subject: [PATCH 4/5] Update for release v0.8 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 29e9c1e41..820d15736 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -14,8 +14,8 @@ android { applicationId "protect.card_locker" minSdkVersion 11 targetSdkVersion 23 - versionCode 7 - versionName "0.7" + versionCode 8 + versionName "0.8" } buildTypes { release { From b4ff68eddb10ef768e0b4309d7816569034eba34 Mon Sep 17 00:00:00 2001 From: Branden Archer Date: Tue, 22 Nov 2016 22:35:49 -0500 Subject: [PATCH 5/5] Create CHANGELOG.md Per-request from: https://github.com/brarcher/loyalty-card-locker/issues/48 --- CHANGELOG.md | 69 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000..a48710932 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,69 @@ +## v0.8 (2016-11-22) + +New features/improvements: +- Screen brightness increased to its maximum when displaying a card, to help barcode scanners successfully capture the barcode. (https://github.com/brarcher/loyalty-card-locker/pull/54) +- Add a delete confirmation when deleting a card. (https://github.com/brarcher/loyalty-card-locker/pull/55) +- Add translations for German (https://github.com/brarcher/loyalty-card-locker/pull/57) and Czech (https://github.com/brarcher/loyalty-card-locker/pull/58). +- Clarification change for Italian translation. (https://github.com/brarcher/loyalty-card-locker/pull/66) + +## v0.7 (2016-07-14) + +New features/improvements: +- Long-click of a card brings up option to copy card ID to the clipboard. (https://github.com/brarcher/loyalty-card-locker/issues/49) + +Bug fixes: +- Back button on Input/Export view now works, moving user to main view + +## v0.6 (2016-05-23) + +New features/improvements: +- Allow user to enter barcode manually. If a user elects to enter a barcode manually, a list of all valid and supported barcode images is displayed. The user then may select the barcode image which matches what the user wants. https://github.com/brarcher/loyalty-card-locker/issues/33, https://github.com/brarcher/loyalty-card-locker/pull/44 + +Bug fixes: +- Resolve issue where some displayed barcodes were blurry. (https://github.com/brarcher/loyalty-card-locker/issues/37) + +## v0.5 (2016-05-16) + +New features/improvements: +- An about dialog can be opened from the main screen, which gives details about the application and project on GitHub (https://github.com/brarcher/loyalty-card-locker/issues/19) +- Allow loyalty card information to be imported from/exported to a CSV file in external storage (https://github.com/brarcher/loyalty-card-locker/issues/36 https://github.com/brarcher/loyalty-card-locker/issues/20) + +## v0.4 (2016-04-09) + +New features/improvements: +- Dutch translation +- Allow name field to be editable after adding loyalty card +- Add an optional note field + +Bug fixes: + +- Resolve all issues identified by FindBugs and require all FindBugs issues be resolved prior to pull request acceptance + +## v0.3 (2016-02-11) + +- Now officially supports the following list of 1D and 2D barcodes: + * AZTEC + * CODABAR + * CODE_39 + * CODE_128 + * DATA_MATRIX + * EAN_8 + * EAN_13 + * ITF + * PDF_417 + * QR_CODE + * UPC_A +- Generated barcodes are larger, easier to scan from a scanning device + +## v0.2 (2016-02-07) + +- Italian translations +- Support for all 1D barcode types. (Originally only product 1D barcodes were supported) +- Add required camera permission, which was initially missing. + + +## v0.1 (2016-01-30) + +- Ability to create/edit/delete loyalty cards +- Capture barcode of loyalty card using a camera +- Display captured barcode, for scanning at a store