Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,22 @@ All notable changes to this project will be documented in this file.
## UNRELEASED
### Added
### Changed
* ui: hide image of a product if its image url cant be resolved
### Removed
### Fixed

## [0.83.2]
### Changed
* ui: update unknown barcode message
*
## [0.83.1]
### Changed
* all: reset source and target jvm version

## [0.83.0]
### Changed
* all: migrate to Gradle 9
* ui: hide image of a product if its image url cant be resolved

## [0.82.8]
### Fixed
* ui: fix missing warning dialog on unknown products
Expand Down
2 changes: 1 addition & 1 deletion ui/src/main/res/values-de/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@
<string name="Snabble.Scanner.start">Scanner starten</string>
<string name="Snabble.Scanner.title">Scanner</string>
<string name="Snabble.Scanner.torchButton">Licht</string>
<string name="Snabble.Scanner.unknownBarcode">Für dieses Produkt sind leider keine Preisinformationen verfügbar.</string>
<string name="Snabble.Scanner.unknownBarcode">Barcode wurde nicht gefunden.</string>
<string name="Snabble.Scanner.updateCart">Warenkorb aktualisieren</string>
<string name="Snabble.Shop.Address.accessibility">%1$s in %2$s %3$s</string>
<string name="Snabble.Shop.Detail.Phonenumber.accessibility">Telefonnummer %s</string>
Expand Down
2 changes: 1 addition & 1 deletion ui/src/main/res/values-fr-rCH/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
<string name="Snabble.Scanner.serverError">Le produit n’a pas pu être demandé.</string>
<string name="Snabble.Scanner.start">Démarrer le scanner</string>
<string name="Snabble.Scanner.torchButton">Lumière</string>
<string name="Snabble.Scanner.unknownBarcode">Aucune information de prix n’est malheureusement disponible pour ce produit.</string>
<string name="Snabble.Scanner.unknownBarcode">AucuLe code-barres n\'a pas été trouvé.</string>
<string name="Snabble.Scanner.updateCart">Actualiser le panier</string>
<plurals name="Snabble.Shop.Finder.storeCount">
<item quantity="zero">No stores</item>
Expand Down
2 changes: 1 addition & 1 deletion ui/src/main/res/values-fr/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@
<string name="Snabble.Scanner.start">Commencer à scanner</string>
<string name="Snabble.Scanner.title">Scanner</string>
<string name="Snabble.Scanner.torchButton">Lumière</string>
<string name="Snabble.Scanner.unknownBarcode">Désolé, aucune information de prix n\'est disponible pour ce produit.</string>
<string name="Snabble.Scanner.unknownBarcode">Le code-barres n\'a pas été trouvé.</string>
<string name="Snabble.Scanner.updateCart">Actualiser le panier d\'achat</string>
<string name="Snabble.Shop.Address.accessibility">%1$s à %2$s %3$s</string>
<string name="Snabble.Shop.Detail.Phonenumber.accessibility">Numéro de téléphone %s</string>
Expand Down
2 changes: 1 addition & 1 deletion ui/src/main/res/values-hu/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@
<string name="Snabble.Scanner.start">Szkenner indítása</string>
<string name="Snabble.Scanner.title">Szkenner</string>
<string name="Snabble.Scanner.torchButton">Fény</string>
<string name="Snabble.Scanner.unknownBarcode">Ehhez a termékhez sajnos nem érhető el árinformáció.</string>
<string name="Snabble.Scanner.unknownBarcode">A vonalkódot nem sikerült megtalálni.</string>
<string name="Snabble.Scanner.updateCart">Kosár frissítése</string>
<string name="Snabble.Shop.Address.accessibility">%1$s %2$s %3$s-ban</string>
<string name="Snabble.Shop.Detail.Phonenumber.accessibility">Telefonszám %s</string>
Expand Down
2 changes: 1 addition & 1 deletion ui/src/main/res/values-it/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
<string name="Snabble.Scanner.serverError">Non è stato possibile richiedere il prodotto.</string>
<string name="Snabble.Scanner.start">Avvia scanner</string>
<string name="Snabble.Scanner.torchButton">Luce</string>
<string name="Snabble.Scanner.unknownBarcode">Purtroppo non sono disponibili informazioni di prezzo per questo prodotto.</string>
<string name="Snabble.Scanner.unknownBarcode">Il codice a barre non è stato trovato.</string>
<string name="Snabble.Scanner.updateCart">Aggiorna carrello</string>
<string name="Snabble.ShoppingCart.title">Carrello</string>
<string name="Snabble.ShoppingList.AddItem.viaScan">Scansiona prodotti</string>
Expand Down
2 changes: 1 addition & 1 deletion ui/src/main/res/values-sk/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@
<string name="Snabble.Scanner.start">Spusti skener</string>
<string name="Snabble.Scanner.title">Skener</string>
<string name="Snabble.Scanner.torchButton">Svetlo</string>
<string name="Snabble.Scanner.unknownBarcode">Informácie o cene tohto produktu nie sú k dispozícii</string>
<string name="Snabble.Scanner.unknownBarcode">Čiarový kód nebol nájdený.</string>
<string name="Snabble.Scanner.updateCart">Aktualizovať košík</string>
<string name="Snabble.Shop.Address.accessibility">%1$s v %2$s %3$s</string>
<string name="Snabble.Shop.Detail.Phonenumber.accessibility">Telefónne číslo %s</string>
Expand Down
4 changes: 2 additions & 2 deletions ui/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@
<string name="Snabble.Scanner.start">Start scanner</string>
<string name="Snabble.Scanner.title">Scanner</string>
<string name="Snabble.Scanner.torchButton">Torch</string>
<string name="Snabble.Scanner.unknownBarcode">No price information available for this product.</string>
<string name="Snabble.Scanner.unknownBarcode">Barcode not found.</string>
<string name="Snabble.Scanner.updateCart">Update cart</string>
<string name="Snabble.Shop.Address.accessibility">%1$s in %2$s %3$s</string>
<string name="Snabble.Shop.Detail.Phonenumber.accessibility">Phonenumber %s</string>
Expand Down Expand Up @@ -414,7 +414,7 @@
<string name="Snabble.Shoppingcart.Accessibility.quantity">Quantity</string>
<string name="Snabble.Shoppingcart.Accessibility.selected">Selected</string>
<string name="Snabble.Shoppingcart.BuyProducts.now">Pay now</string>
<string name="Snabble.Shoppingcart.BuyProducts.one">Buy %1$d product for %2$s</string>1
<string name="Snabble.Shoppingcart.BuyProducts.one">Buy %1$d product for %2$s</string>
<string name="Snabble.Shoppingcart.BuyProducts.selectPaymentMethod">Select payment method</string>
<string name="Snabble.Shoppingcart.EmptyState.buttonTitle">Scan now</string>
<string name="Snabble.Shoppingcart.EmptyState.description">Visit a store that supports Snabble and scan the barcodes of products you wish to purchase.</string>
Expand Down
Loading