Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

0.8.1 #126

Merged
merged 23 commits into from
Feb 1, 2022
Merged

0.8.1 #126

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
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
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### **0.8.1** (2022-02-01)
* Minor bug fixes and improvements under the hood

### **0.8.0** (2022-01-27)
* Address book - Your Addresses: allow to filter for change, empty or used addresses
* Address book - Your Addresses: allow to switch between addresses balance or label
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ You can also # for our open beta testing here:

## Development
This repository currently relies on
[Vesta-wallet/coinslib](https://github.com/Vesta-wallet/coinslib "github.com/peercoin/bitcoin_flutter")
[Vesta-wallet/coinslib](https://github.com/Vesta-wallet/coinslib "github.com/Vesta-wallet/coinslib")

**Update icons**
`flutter pub run flutter_launcher_icons:main`
Expand Down
26 changes: 16 additions & 10 deletions assets/translations/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,20 +55,14 @@
"authenticate_title": "Bitte PIN eingeben",
"authenticate_title_new": "Bitte neue PIN eingeben",
"continue": "Fortsetzen",
"create_wallet_existing_seed": "Importiere bestehenden Seed",
"create_wallet_new_seed": "Erstelle Wallet mit neuem Seed",
"setup_text3": "oder",
"export_now": "Jetzt exportieren",
"import_seed": "Bitte gib den Seed ein, den du importieren möchtest.",
"import_seed_button": "Seed importieren",
"import_seed_error_1": "12 Wörter oder mehr benötigt",
"import_seed_error_2": "Ungültiger Seed",
"jail_countdown": "Sekunden",
"jail_dialog_button": "Okay",
"jail_dialog_title": "Du hast die maximale Anzahl an Versuchen erreicht.",
"jail_heading": "App gesperrt für",
"label_keep_seed_safe": "Achte darauf, dass er sicher bleibt. \nBehandle ihn wie ein Passwort. \nDiese $numberOfWords einfachen Worte erlauben vollen Zugriff auf deine Wallet.",
"label_wallet_seed": "Dein Wallet Seed",
"no_new_wallet": "Derzeit sind keine neuen Wallets verfügbar.",
"notification_title": "$walletTitle - Neue Transaktion empfangen",
"notification_body": "App öffnen um Transaktion zu sehen",
Expand Down Expand Up @@ -121,14 +115,11 @@
"server_settings_alert_hardcoded_content": "Vorinstallierte Server können nicht gelöscht, sondern nur deaktiviert werden.",
"server_settings_error_no_server_left": "Es muss mindestens ein Server verbleiben!",
"setup_create_pin": "PIN erstellen",
"setup_files_for_wallet": "Erstelle alle notwenigen Dateien um mit deiner Wallet loszulegen.\nBitte wähle eine Option.",
"setup_import_title": "Seed importieren",
"setup_import_note": "Bitte gib den Seed ein, den du importieren möchtest. Es handelt sich nicht um einen geheimen Schlüssel.",
"setup_pin": "Bitte setze eine PIN bevor du fortfährst.",
"setup_pin_title": "Sicherheit",
"setup_securebox_fail": "Es tut uns sehr leid.\n Dein Gerät unterstützt keine ausreichend sichere Methode um Schlüssel zu speichern.",
"setup_seed_slider_label": "Wischen um die Anzahl der Wörter zu ändern",
"setup_welcome": "Willkommen bei Peercoin Wallet",
"share_app": "App teilen",
"time": "Zeit",
"transaction_details": "Transaktionsdetails",
Expand Down Expand Up @@ -255,5 +246,20 @@
"import_wif_intro": "Bitte den gewünschten privaten Schlüssel eingeben.\nEr muss im WIF-Format sein.",
"import_wif_success_snack": "Privater Schlüssel erfolgreich importiert",
"send_empty": "Wallet leeren",
"wallet_pop_menu_wif": "Privaten Schlüssel importieren"
"wallet_pop_menu_wif": "Privaten Schlüssel importieren",
"addressbook_export_dialog_description": "Dieser Schlüssel erlaubt vollen Zugriff auf der Adresse befindlichen Coins.\nTeile diesen Schlüssel mit Niemandem!\nFahre nur fort wenn du weißt was du tust.",
"addressbook_new_button": "Neu",
"addressbook_export_dialog_title": "Privaten Schlüssel exportieren",
"addressbook_export_dialog_button": "Zeig mir den Schlüssel",
"addressbook_export_dialog_hint": "Dieser Schlüssel ist im WIF-Format.",
"addressbook_hide_change": "Wechselgeldadressen verbergen",
"addressbook_hide_empty": "Leere verbergen",
"addressbook_hide_used": "Benutzte verbergen",
"addressbook_show_balance": "Kontostand zeigen",
"addressbook_show_label": "Label zeigen",
"addressbook_swipe_export": "Exportieren",
"app_settings_logs": "Debug Logs",
"app_settings_description": "Diese Logs enthalten sensible Informationen.\nSie enthalten zwar keine privaten Schlüssel, du solltest aber trotzdem aufpassen, mit wem du diese Logs teilst.",
"app_settings_logs_export": "Debug Logs exportieren",
"receive_show_qr": "QR-Code zeigen"
}
13 changes: 7 additions & 6 deletions assets/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,12 @@
"app_settings_biometrics": "Allow biometric authentification",
"app_settings_changeCode": "Change PIN",
"app_settings_default_wallet": "Default Wallet",
"app_settings_default_description": "The default wallet will open automatically when starting the app.",
"app_settings_language": "Language",
"app_settings_language_restart": "Restarting the app is required.",
"app_settings_logs" : "Debug Logs",
"app_settings_description" : "These logs contain sensitive information.\nBesides them not containing private keys, be mindful who you might share these logs with.",
"app_settings_logs_export" : "Export debug logs",
"app_settings_logs": "Debug Logs",
"app_settings_description": "These logs contain sensitive information.\nBesides them not containing private keys, be mindful who you might share these logs with.",
"app_settings_logs_export": "Export debug logs",
"app_settings_newWallet": "Require to add new wallet",
"app_settings_notifications": "Notifications",
"app_settings_notifications_open_button": "Open notification settings",
Expand All @@ -64,7 +65,7 @@
"app_settings_notifications_heading_interval": "Sync interval",
"app_settings_notifications_not_enabled": "Background notifications are currently disabled.",
"app_settings_notifications_hint_sync_1": "Sets the interval in which the app will check for new transactions in the background.\nActive interval: $minutes minutes.",
"app_settings_notifications_hint_sync_2": "Hint: The notifications might be significantly delayed, depending on how or if your operating system throttles background taks. iOS devices can expect longer intervals.",
"app_settings_notifications_hint_sync_2": "Hint: The notifications might be significantly delayed, depending on how or if your operating system throttles background tasks. iOS devices can expect longer intervals.",
"app_settings_revealAuthButton": "Reveal authentication options",
"app_settings_revealSeedButton": "Reveal seed phrase",
"app_settings_seed": "Seed phrase",
Expand All @@ -88,7 +89,7 @@
"authenticate_change_pin_success": "PIN succesfully changed",
"authenticate_confirm_title": "Re-enter your PIN",
"authenticate_confirm_title_new": "Re-enter your new PIN",
"authenticate_retry_warning_text": "App will go into locked state and can only be unlocked with successful authentification.",
"authenticate_retry_warning_text": "App will go into locked state and can only be unlocked with successful authentication.",
"authenticate_retry_warning_title": "Warning, you only have one retry left.",
"authenticate_subtitle_plural": "$retriesLeft attempts in total",
"authenticate_subtitle_singular": "$retriesLeft attempt in total",
Expand Down Expand Up @@ -123,7 +124,7 @@
"import_wif_error_snack": "This address has already been imported",
"import_wif_hint": "The key has to be imported again when restoring the wallet from seed. It is not connected to the seed.",
"import_wif_intro": "Please enter the private key you wish to import.\nIt needs to be in WIF format.",
"import_wif_success_snack": "Private key imported successfully",
"import_wif_success_snack": "Private key imported successfully",
"jail_countdown": "seconds",
"jail_dialog_button": "Okay",
"jail_dialog_title": "You have reached the maximum number of retries.",
Expand Down
6 changes: 3 additions & 3 deletions assets/translations/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"about_go_weblate": "Abrir Weblate",
"about_send_mail": "Mandar un correo electrónico",
"about_illustrations_button": "designs.AI",
"add_coin_failed": "Error al añadir tu cartera",
"add_coin_failed": "Error al añadir tu cartera!",
"add_new_wallet": "Añadir nueva cartera",
"addressbook_add_new": "Añadir nueva dirección",
"addressbook_bottom_bar_your_addresses": "Tus direcciones",
Expand Down Expand Up @@ -118,7 +118,7 @@
"wallet_rescan_content": "Este proceso vuelve a sincronizar la cartera. Si tienes problemas con las transacciones o el saldo, esto puede ayudarte.\nEl proceso puede tardar un momento.",
"wallet__send_label_hint": "Nota: Escanear el código QR te ahorrará tiempo",
"wallet_scan_appBar_title": "Las semillas importadas se están escaneando",
"wallet_scan_notice": "Esto puede llevar un tiempo. No cierres esta página.",
"wallet_scan_notice": "Esto puede llevar un tiempo. No cierres esta página!",
"wallet_transactions": "Transacciones",
"wallets_list": "Tus carteras",
"wallets_none": "No tienes carteras activas",
Expand All @@ -133,7 +133,7 @@
"server_add_server_exists": "La adición ha fallado: el servidor ya existe.",
"server_add_server_no_connection": "La conexión con el servidor ha fallado.",
"server_add_server_wrong_genesis": "El hash de Genesis no coincide.\nEste servidor no admite esta moneda.",
"server_settings_error_no_server_left": "Debe quedar al menos un servidor.",
"server_settings_error_no_server_left": "Debe quedar al menos un servidor!",
"setup_continue_alert_title": "Antes de continuar",
"setup_continue_alert_content": "Asegúrate de que has guardado tu frase semilla.\nPuedes acceder a ella más tarde en los ajustes de la aplicación.",
"paperwallet_confirm_import": "Confirmar e importar",
Expand Down
2 changes: 1 addition & 1 deletion assets/translations/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
"wallet_connected": "connecté(e)",
"wallet_offline": "hors ligne",
"wallet_pop_menu_paperwallet": "Importer un portefeuille papier",
"about_illustrations_button": "conceptions.AI",
"about_illustrations_button": "designs.AI",
"about_illustrations": "Illustrations d'installation grâce à l'aimable autorisation de",
"wallet_pop_menu_rescan": "Scanner à nouveau",
"wallet_pop_menu_servers": "Ajuster les serveurs",
Expand Down
23 changes: 1 addition & 22 deletions assets/translations/hr.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,18 +62,14 @@
"continue": "Nastavi",
"setup_text3": "ili",
"buy_peercoin_dialog_content": "Autori ove aplikacije nisu odgovorni za njen sadržaj.",
"create_wallet_existing_seed": "Uvezi postojeći seed",
"create_wallet_new_seed": "Stvori novčanik s novim seedom",
"export_now": "Izvezi Sada",
"jail_dialog_button": "U redu",
"jail_countdown": "sekunde",
"import_seed_error_1": "12 riječi ili više",
"label_wallet_seed": "Seed vašeg novčanika",
"import_seed_error_2": "Nevažeći seed",
"import_seed_button": "Uvezi seed",
"jail_dialog_title": "Dosegli ste maksimalni broj pokušaja.",
"jail_heading": "Aplikacija zaključana na",
"label_keep_seed_safe": "Čuvajte na sigurnom mjestu.\nTretirajte ovo kao zaporku.\nOvih $numberOfWords riječi daje pun pristup vašem novčaniku i sredstvima.",
"no_new_wallet": "Trenutno nema novčanika.",
"paperwallet_confirm_import": "Potvrdi & Uvezi",
"receive_share": "Podijeli",
Expand Down Expand Up @@ -121,7 +117,6 @@
"server_add_server_no_connection": "Uspostavljanje veze sa serverom nije uspijelo.",
"send_total": "Ukupno $amount $letter_code",
"setup_create_pin": "Izaberi PIN",
"setup_pin_title": "Sigurnost",
"setup_continue_alert_title": "Prije nego nastavite",
"server_settings_error_no_server_left": "Barem jedan server je potreban!",
"setup_continue_alert_content": "Pohranite seed frazu.\nMožete je pronaći kasnije, u postavkama aplikacije.",
Expand All @@ -132,12 +127,10 @@
"time": "Vrijeme",
"setup_pin_no_biometrics": "Vaš uređaj ne podržava biometrijsku provjeru autentičnosti.",
"setup_securebox_fail": "Žao nam je.\nVaš uređaj ne podržava dovoljno siguran način pohrane kriptografskih ključeva.",
"setup_welcome": "Dobrodošli u Peercoin novčanik",
"share_app": "Podijeli Aplikaciju",
"transaction_details": "Detalji transakcije",
"transactions_out": "Vani",
"tx_address": "Adresa",
"tx_fee": "",
"tx_confirmations": "Broj potvrda",
"tx_value": "Vrijednost",
"tx_rejected": "Transakcija je odbijena. Pokušaj ponovo.",
Expand Down Expand Up @@ -172,23 +165,9 @@
"paperwallet_step_1_text": "Skeniraj javni ključ",
"paperwallet_step_4": "Korak 4",
"server_settings_alert_hardcoded_content": "Ukodirani server se ne mogu ukloniti, samo deaktivirati.",
"setup_files_for_wallet": "Stvori sve potrebite datoteke za rad novčanika.\nIzaberi opciju.",
"wallet_receive_label_hint": "Savjet: Pritisak na ovaj gumb će spremiti oznaku adrese",
"buy_peercoin_dialog_title": "Bit ćete prosljeđeni na treću stranicu.",
"authenticate_retry_warning_text": "Aplikacije će se sada zaključati i jedino se može otključati uspješnom autentikacijom.",
"send_amount_below_minimum": "Minimalni iznos je $amount.\nMolim izaberi iznos veći ili jednak minimalnom.",
"import_seed": "Unesite seed koji želite koristit.",
"paperwallet_success": "Paper Wallet uspješno uvezen.\nTransakcije će biti vidljive uskoro.",
"about_developers": "",
"store_short": "",
"about_illustrations_button": "",
"about_illustrations": "",
"setup_price_feed_title": "",
"snack_copied": "",
"wallet_value_alert_content": "",
"setup_finish": "",
"setup_title": "",
"setup_text2": "",
"setup_save_title": "",
"setup_save_text1": ""
"paperwallet_success": "Paper Wallet uspješno uvezen.\nTransakcije će biti vidljive uskoro."
}
6 changes: 0 additions & 6 deletions assets/translations/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,19 +51,16 @@
"buy_peercoin": "Acquista Peercoin",
"buy_peercoin_dialog_content": "Gli sviluppatori di questa app non sono responsabili del suo contenuto.",
"continue": "Continua",
"create_wallet_existing_seed": "Importa un Seed esistente",
"create_wallet_new_seed": "Crea un portafoglio con un nuovo Seed",
"setup_text3": "o",
"export_now": "Esporta",
"id": "Id",
"import_seed_button": "Importa Seed",
"import_seed_error_1": "Dovrebbe contenere almeno 12 parole",
"import_seed_error_2": "Seed non valido",
"jail_countdown": "secondi",
"jail_dialog_button": "Okay",
"jail_dialog_title": "Hai raggiunto il numero massimo di tentativi.",
"jail_heading": "App bloccata per",
"label_wallet_seed": "Il tuo Seed",
"net_display_name": "Peercoin $testormain net",
"no_new_wallet": "Non sono diponibili altri wallet per il momento.",
"app_settings_walletHome": "Richiesto per il wallet",
Expand Down Expand Up @@ -116,7 +113,6 @@
"setup_create_pin": "Crea PIN",
"setup_import_title": "Importa seed password",
"setup_pin": "Imposta un PIN prima di continuare.",
"setup_pin_title": "Sicurezza",
"setup_pin_no_biometrics": "Il tuo dispositivo non supporta l'autenticazione biometrica.",
"share_app": "Condividi app",
"time": "Data e ora",
Expand All @@ -133,7 +129,6 @@
"server_add_input_empty": "Inserisci l'URL",
"server_settings_alert_hardcoded_content": "I server principali non possono essere rimossi, ma solo disattivati.",
"server_settings_alert_hardcoded_title": "Server principale",
"setup_files_for_wallet": "Crea tutti i file necessari per inziare con il tuo portafoglio.\nScegli tra le opzioni disponibili.",
"setup_welcome": "Benvenuto nel portafoglio di Peercoin",
"tx_value": "Importo",
"wallet_bottom_nav_send": "Invia",
Expand Down Expand Up @@ -166,7 +161,6 @@
"authenticate_biometric_hint": "Verifica l'identità",
"authenticate_retry_warning_text": "L'app verrà bloccata e potrà essere sbloccata soltanto da una corretta autenticazione.",
"buy_peercoin_dialog_title": "Sarai reindirizzato ad un sito esterno.",
"import_seed": "Inserisci il Seed che vuoi importare, separando con uno spazio le parole.",
"label_keep_seed_safe": "Tienilo al sicuro.\nTrattalo come una password.\nQueste $numberOfWords parole garantiscono l'accesso al tuo portafoglio.",
"paperwallet_error_1": "Wallet vuoto\no importo inserito inferiore al minimo consentito",
"paperwallet_success": "Wallet cartaceo importato con successo.\nLe transazioni verranno sincronizzate al più presto.",
Expand Down
6 changes: 0 additions & 6 deletions assets/translations/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,15 @@
"add_new_wallet": "Nieuw wallet toevoegen",
"no_new_wallet": "Geen wallet beschikbaar.",
"scan_qr": "Scannen QR-code",
"setup_files_for_wallet": "Genereer alle benodigde bestanden voor uw wallet.",
"setup_pin": "Stel een pincode in alvorens verder te gaan.",
"setup_create_pin": "Creer pincode",
"setup_securebox_fail": "Het spijt ons zeer.\nUw toestel ondersteunt geen voldoende veilige manier om sleutels op te slaan.",
"setup_seed_slider_label": "Wijzig aantal gewenste woorden",
"setup_pin_title": "Veiligheid",
"setup_welcome": "Peercoin Wallet",
"create_wallet_new_seed": "Wallet aanmaken met reeks",
"setup_text3": "of",
"create_wallet_existing_seed": "Reeks importeren",
"import_seed": "Toets de reeks in om te importeren.",
"import_seed_button": "Importeren",
"import_seed_error_1": "Minimaal 12 woorden of meer",
"import_seed_error_2": "Invalide reeks",
"label_wallet_seed": "Uw wallet reeks",
"label_keep_seed_safe": "Bewaar dit zorgvuldig.\nEen reeks is als een lang wachtwword.\n$numberOfWords simpele woorden biedt toegang tot uw wallet.",
"continue": "Doorgaan",
"export_now": "Exporteren",
Expand Down
2 changes: 1 addition & 1 deletion assets/translations/pl.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
"app_settings_notifications_alert_content": "Aktywuje to przyjazne dla prywatności powiadomienia w tle.\nMożna je wyłączyć w dowolnym momencie.",
"app_settings_notifications_hint_sync_2": "Wskazówka: Powiadomienia mogą być znacznie opóźnione, w zależności od tego, jak i czy system operacyjny ogranicza działanie w tle. Urządzenia z systemem iOS mogą spodziewać się dłuższych interwałów.",
"about_developers": "© $year twórcy peercoin_flutter",
"about_illustrations_button": "projekt.AI",
"about_illustrations_button": "designs.AI",
"about_illustrations": "Ilustracje konfiguracyjne dzięki uprzejmości",
"app_settings_price_feed_disable_button": "Wyłącz pobieranie kursów walut",
"app_settings_price_feed_enable_button": "Włącz pobieranie kursów walut",
Expand Down
Loading