mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-22 19:49:22 +00:00
V4.10.2 v1.7.2 (#1144)
* new versions update add semantics for adding new contact * update macos build number * Fix translation strings
This commit is contained in:
parent
759b7a5a04
commit
6c178593a9
32 changed files with 102 additions and 70 deletions
|
@ -1,3 +1,4 @@
|
|||
Support getting Addresses from ENS and Mastodon
|
||||
Bug fixes
|
||||
Minor enhancements
|
||||
BirdPay enhancements
|
||||
Nano fixes and improvements
|
||||
Minor bug fixes
|
||||
Accessibility enhancements
|
|
@ -1,3 +1,4 @@
|
|||
Add BitcoinCash (BCH)
|
||||
Bug fixes
|
||||
BirdPay enhancements
|
||||
Nano fixes and improvements
|
||||
Minor bug fixes
|
||||
Accessibility enhancements
|
|
@ -35,35 +35,39 @@ class ContactListPage extends BasePage {
|
|||
decoration: BoxDecoration(
|
||||
shape: BoxShape.circle,
|
||||
color: Theme.of(context).extension<ExchangePageTheme>()!.buttonBackgroundColor),
|
||||
child: Stack(
|
||||
alignment: Alignment.center,
|
||||
children: <Widget>[
|
||||
Icon(
|
||||
Icons.add,
|
||||
color: Theme.of(context).appBarTheme.titleTextStyle!.color,
|
||||
size: 22.0,
|
||||
),
|
||||
ButtonTheme(
|
||||
minWidth: 32.0,
|
||||
height: 32.0,
|
||||
child: TextButton(
|
||||
// FIX-ME: Style
|
||||
//shape: CircleBorder(),
|
||||
onPressed: () async {
|
||||
if (contactListViewModel.shouldRequireTOTP2FAForAddingContacts) {
|
||||
authService.authenticateAction(
|
||||
context,
|
||||
route: Routes.addressBookAddContact,
|
||||
conditionToDetermineIfToUse2FA:
|
||||
contactListViewModel.shouldRequireTOTP2FAForAddingContacts,
|
||||
);
|
||||
} else {
|
||||
await Navigator.of(context).pushNamed(Routes.addressBookAddContact);
|
||||
}
|
||||
},
|
||||
child: Offstage()),
|
||||
)
|
||||
],
|
||||
child: Semantics(
|
||||
label: S.of(context).add_contact,
|
||||
button: true,
|
||||
child: Stack(
|
||||
alignment: Alignment.center,
|
||||
children: <Widget>[
|
||||
Icon(
|
||||
Icons.add,
|
||||
color: Theme.of(context).appBarTheme.titleTextStyle!.color,
|
||||
size: 22.0,
|
||||
),
|
||||
ButtonTheme(
|
||||
minWidth: 32.0,
|
||||
height: 32.0,
|
||||
child: TextButton(
|
||||
// FIX-ME: Style
|
||||
//shape: CircleBorder(),
|
||||
onPressed: () async {
|
||||
if (contactListViewModel.shouldRequireTOTP2FAForAddingContacts) {
|
||||
authService.authenticateAction(
|
||||
context,
|
||||
route: Routes.addressBookAddContact,
|
||||
conditionToDetermineIfToUse2FA:
|
||||
contactListViewModel.shouldRequireTOTP2FAForAddingContacts,
|
||||
);
|
||||
} else {
|
||||
await Navigator.of(context).pushNamed(Routes.addressBookAddContact);
|
||||
}
|
||||
},
|
||||
child: Offstage()),
|
||||
)
|
||||
],
|
||||
),
|
||||
),
|
||||
),
|
||||
);
|
||||
|
|
|
@ -721,5 +721,6 @@
|
|||
"copyWalletConnectLink": "ﺎﻨﻫ ﻪﻘﺼﻟﺍﻭ dApp ﻦﻣ WalletConnect ﻂﺑﺍﺭ ﺦﺴﻧﺍ",
|
||||
"enterWalletConnectURI": "WalletConnect ـﻟ URI ﻞﺧﺩﺃ",
|
||||
"seed_key": "مفتاح البذور",
|
||||
"enter_seed_phrase": "أدخل عبارة البذور الخاصة بك"
|
||||
"enter_seed_phrase": "أدخل عبارة البذور الخاصة بك",
|
||||
"add_contact": "ﻝﺎﺼﺗﺍ ﺔﻬﺟ ﺔﻓﺎﺿﺇ"
|
||||
}
|
||||
|
|
|
@ -717,5 +717,6 @@
|
|||
"copyWalletConnectLink": "Копирайте връзката WalletConnect от dApp и я поставете тук",
|
||||
"enterWalletConnectURI": "Въведете URI на WalletConnect",
|
||||
"seed_key": "Ключ за семена",
|
||||
"enter_seed_phrase": "Въведете вашата фраза за семена"
|
||||
"enter_seed_phrase": "Въведете вашата фраза за семена",
|
||||
"add_contact": "Добави контакт"
|
||||
}
|
||||
|
|
|
@ -717,5 +717,6 @@
|
|||
"copyWalletConnectLink": "Zkopírujte odkaz WalletConnect z dApp a vložte jej sem",
|
||||
"enterWalletConnectURI": "Zadejte identifikátor URI WalletConnect",
|
||||
"seed_key": "Klíč semen",
|
||||
"enter_seed_phrase": "Zadejte svou frázi semen"
|
||||
"enter_seed_phrase": "Zadejte svou frázi semen",
|
||||
"add_contact": "Přidat kontakt"
|
||||
}
|
||||
|
|
|
@ -725,5 +725,6 @@
|
|||
"copyWalletConnectLink": "Kopieren Sie den WalletConnect-Link von dApp und fügen Sie ihn hier ein",
|
||||
"enterWalletConnectURI": "Geben Sie den WalletConnect-URI ein",
|
||||
"seed_key": "Samenschlüssel",
|
||||
"enter_seed_phrase": "Geben Sie Ihre Samenphrase ein"
|
||||
"enter_seed_phrase": "Geben Sie Ihre Samenphrase ein",
|
||||
"add_contact": "Kontakt hinzufügen"
|
||||
}
|
||||
|
|
|
@ -726,5 +726,6 @@
|
|||
"copyWalletConnectLink": "Copy the WalletConnect link from dApp and paste here",
|
||||
"enterWalletConnectURI": "Enter WalletConnect URI",
|
||||
"seed_key": "Seed key",
|
||||
"enter_seed_phrase": "Enter your seed phrase"
|
||||
"enter_seed_phrase": "Enter your seed phrase",
|
||||
"add_contact": "Add contact"
|
||||
}
|
||||
|
|
|
@ -725,5 +725,6 @@
|
|||
"copyWalletConnectLink": "Copie el enlace de WalletConnect de dApp y péguelo aquí",
|
||||
"enterWalletConnectURI": "Ingrese el URI de WalletConnect",
|
||||
"seed_key": "Llave de semilla",
|
||||
"enter_seed_phrase": "Ingrese su frase de semillas"
|
||||
"enter_seed_phrase": "Ingrese su frase de semillas",
|
||||
"add_contact": "Agregar contacto"
|
||||
}
|
||||
|
|
|
@ -725,5 +725,6 @@
|
|||
"copyWalletConnectLink": "Copiez le lien WalletConnect depuis dApp et collez-le ici",
|
||||
"enterWalletConnectURI": "Saisissez l'URI de WalletConnect.",
|
||||
"seed_key": "Clé de graines",
|
||||
"enter_seed_phrase": "Entrez votre phrase de semence"
|
||||
"enter_seed_phrase": "Entrez votre phrase de semence",
|
||||
"add_contact": "Ajouter le contact"
|
||||
}
|
||||
|
|
|
@ -703,5 +703,6 @@
|
|||
"copyWalletConnectLink": "Kwafi hanyar haɗin WalletConnect daga dApp kuma liƙa a nan",
|
||||
"enterWalletConnectURI": "Shigar da WalletConnect URI",
|
||||
"seed_key": "Maɓallin iri",
|
||||
"enter_seed_phrase": "Shigar da Sert Sentarku"
|
||||
"enter_seed_phrase": "Shigar da Sert Sentarku",
|
||||
"add_contact": "Ƙara lamba"
|
||||
}
|
||||
|
|
|
@ -725,5 +725,6 @@
|
|||
"copyWalletConnectLink": "dApp से वॉलेटकनेक्ट लिंक को कॉपी करें और यहां पेस्ट करें",
|
||||
"enterWalletConnectURI": "वॉलेटकनेक्ट यूआरआई दर्ज करें",
|
||||
"seed_key": "बीज कुंजी",
|
||||
"enter_seed_phrase": "अपना बीज वाक्यांश दर्ज करें"
|
||||
"enter_seed_phrase": "अपना बीज वाक्यांश दर्ज करें",
|
||||
"add_contact": "संपर्क जोड़ें"
|
||||
}
|
||||
|
|
|
@ -723,5 +723,6 @@
|
|||
"copyWalletConnectLink": "Kopirajte vezu WalletConnect iz dApp-a i zalijepite je ovdje",
|
||||
"enterWalletConnectURI": "Unesite WalletConnect URI",
|
||||
"seed_key": "Sjemenski ključ",
|
||||
"enter_seed_phrase": "Unesite svoju sjemensku frazu"
|
||||
"enter_seed_phrase": "Unesite svoju sjemensku frazu",
|
||||
"add_contact": "Dodaj kontakt"
|
||||
}
|
||||
|
|
|
@ -713,5 +713,6 @@
|
|||
"copyWalletConnectLink": "Salin tautan WalletConnect dari dApp dan tempel di sini",
|
||||
"enterWalletConnectURI": "Masukkan URI WalletConnect",
|
||||
"seed_key": "Kunci benih",
|
||||
"enter_seed_phrase": "Masukkan frasa benih Anda"
|
||||
"enter_seed_phrase": "Masukkan frasa benih Anda",
|
||||
"add_contact": "Tambah kontak"
|
||||
}
|
||||
|
|
|
@ -725,5 +725,6 @@
|
|||
"copyWalletConnectLink": "Copia il collegamento WalletConnect dalla dApp e incollalo qui",
|
||||
"enterWalletConnectURI": "Inserisci l'URI di WalletConnect",
|
||||
"seed_key": "Chiave di semi",
|
||||
"enter_seed_phrase": "Inserisci la tua frase di semi"
|
||||
"enter_seed_phrase": "Inserisci la tua frase di semi",
|
||||
"add_contact": "Aggiungi contatto"
|
||||
}
|
||||
|
|
|
@ -725,5 +725,6 @@
|
|||
"copyWalletConnectLink": "dApp から WalletConnect リンクをコピーし、ここに貼り付けます",
|
||||
"enterWalletConnectURI": "WalletConnect URI を入力してください",
|
||||
"seed_key": "シードキー",
|
||||
"enter_seed_phrase": "シードフレーズを入力してください"
|
||||
"enter_seed_phrase": "シードフレーズを入力してください",
|
||||
"add_contact": "連絡先を追加"
|
||||
}
|
||||
|
|
|
@ -723,5 +723,6 @@
|
|||
"copyWalletConnectLink": "dApp에서 WalletConnect 링크를 복사하여 여기에 붙여넣으세요.",
|
||||
"enterWalletConnectURI": "WalletConnect URI를 입력하세요.",
|
||||
"seed_key": "시드 키",
|
||||
"enter_seed_phrase": "시드 문구를 입력하십시오"
|
||||
"enter_seed_phrase": "시드 문구를 입력하십시오",
|
||||
"add_contact": "주소록에 추가"
|
||||
}
|
||||
|
|
|
@ -723,5 +723,6 @@
|
|||
"copyWalletConnectLink": "dApp မှ WalletConnect လင့်ခ်ကို ကူးယူပြီး ဤနေရာတွင် ကူးထည့်ပါ။",
|
||||
"enterWalletConnectURI": "WalletConnect URI ကိုရိုက်ထည့်ပါ။",
|
||||
"seed_key": "မျိုးစေ့သော့",
|
||||
"enter_seed_phrase": "သင့်ရဲ့မျိုးစေ့စကားစုကိုရိုက်ထည့်ပါ"
|
||||
"enter_seed_phrase": "သင့်ရဲ့မျိုးစေ့စကားစုကိုရိုက်ထည့်ပါ",
|
||||
"add_contact": "အဆက်အသွယ်ထည့်ပါ။"
|
||||
}
|
||||
|
|
|
@ -725,5 +725,6 @@
|
|||
"copyWalletConnectLink": "Kopieer de WalletConnect-link van dApp en plak deze hier",
|
||||
"enterWalletConnectURI": "Voer WalletConnect-URI in",
|
||||
"seed_key": "Zaadsleutel",
|
||||
"enter_seed_phrase": "Voer uw zaadzin in"
|
||||
"enter_seed_phrase": "Voer uw zaadzin in",
|
||||
"add_contact": "Contactpersoon toevoegen"
|
||||
}
|
||||
|
|
|
@ -725,5 +725,6 @@
|
|||
"copyWalletConnectLink": "Skopiuj link do WalletConnect z dApp i wklej tutaj",
|
||||
"enterWalletConnectURI": "Wprowadź identyfikator URI WalletConnect",
|
||||
"seed_key": "Klucz nasion",
|
||||
"enter_seed_phrase": "Wprowadź swoją frazę nasienną"
|
||||
"enter_seed_phrase": "Wprowadź swoją frazę nasienną",
|
||||
"add_contact": "Dodaj kontakt"
|
||||
}
|
||||
|
|
|
@ -724,5 +724,6 @@
|
|||
"copyWalletConnectLink": "Copie o link WalletConnect do dApp e cole aqui",
|
||||
"enterWalletConnectURI": "Insira o URI do WalletConnect",
|
||||
"seed_key": "Chave de semente",
|
||||
"enter_seed_phrase": "Digite sua frase de semente"
|
||||
"enter_seed_phrase": "Digite sua frase de semente",
|
||||
"add_contact": "Adicionar contato"
|
||||
}
|
||||
|
|
|
@ -725,5 +725,6 @@
|
|||
"copyWalletConnectLink": "Скопируйте ссылку WalletConnect из dApp и вставьте сюда.",
|
||||
"enterWalletConnectURI": "Введите URI WalletConnect",
|
||||
"seed_key": "Ключ семян",
|
||||
"enter_seed_phrase": "Введите свою семенную фразу"
|
||||
"enter_seed_phrase": "Введите свою семенную фразу",
|
||||
"add_contact": "Добавить контакт"
|
||||
}
|
||||
|
|
|
@ -723,5 +723,6 @@
|
|||
"copyWalletConnectLink": "คัดลอกลิงก์ WalletConnect จาก dApp แล้ววางที่นี่",
|
||||
"enterWalletConnectURI": "เข้าสู่ WalletConnect URI",
|
||||
"seed_key": "คีย์เมล็ดพันธุ์",
|
||||
"enter_seed_phrase": "ป้อนวลีเมล็ดพันธุ์ของคุณ"
|
||||
"enter_seed_phrase": "ป้อนวลีเมล็ดพันธุ์ของคุณ",
|
||||
"add_contact": "เพิ่มผู้ติดต่อ"
|
||||
}
|
||||
|
|
|
@ -720,5 +720,6 @@
|
|||
"copyWalletConnectLink": "Kopyahin ang link ng WalletConnect mula sa dApp at i-paste dito",
|
||||
"enterWalletConnectURI": "Ilagay ang WalletConnect URI",
|
||||
"seed_key": "Seed Key",
|
||||
"enter_seed_phrase": "Ipasok ang iyong pariralang binhi"
|
||||
"enter_seed_phrase": "Ipasok ang iyong pariralang binhi",
|
||||
"add_contact": "Magdagdag ng contact"
|
||||
}
|
||||
|
|
|
@ -723,5 +723,6 @@
|
|||
"copyWalletConnectLink": "WalletConnect bağlantısını dApp'ten kopyalayıp buraya yapıştırın",
|
||||
"enterWalletConnectURI": "WalletConnect URI'sini girin",
|
||||
"seed_key": "Tohum",
|
||||
"enter_seed_phrase": "Tohum ifadenizi girin"
|
||||
"enter_seed_phrase": "Tohum ifadenizi girin",
|
||||
"add_contact": "Kişi ekle"
|
||||
}
|
||||
|
|
|
@ -725,5 +725,6 @@
|
|||
"copyWalletConnectLink": "Скопіюйте посилання WalletConnect із dApp і вставте сюди",
|
||||
"enterWalletConnectURI": "Введіть URI WalletConnect",
|
||||
"seed_key": "Насіннєвий ключ",
|
||||
"enter_seed_phrase": "Введіть свою насіннєву фразу"
|
||||
"enter_seed_phrase": "Введіть свою насіннєву фразу",
|
||||
"add_contact": "Додати контакт"
|
||||
}
|
||||
|
|
|
@ -717,5 +717,6 @@
|
|||
"copyWalletConnectLink": "dApp ﮯﺳ WalletConnect ۔ﮟﯾﺮﮐ ﭧﺴﯿﭘ ﮞﺎﮩﯾ ﺭﻭﺍ ﮟﯾﺮﮐ ﯽﭘﺎﮐ ﻮﮐ ﮏﻨﻟ",
|
||||
"enterWalletConnectURI": "WalletConnect URI ۔ﮟﯾﺮﮐ ﺝﺭﺩ",
|
||||
"seed_key": "بیج کی کلید",
|
||||
"enter_seed_phrase": "اپنے بیج کا جملہ درج کریں"
|
||||
"enter_seed_phrase": "اپنے بیج کا جملہ درج کریں",
|
||||
"add_contact": "۔ﮟﯾﺮﮐ ﻞﻣﺎﺷ ﮧﻄﺑﺍﺭ"
|
||||
}
|
||||
|
|
|
@ -719,5 +719,6 @@
|
|||
"copyWalletConnectLink": "Daakọ ọna asopọ WalletConnect lati dApp ki o si lẹẹmọ nibi",
|
||||
"enterWalletConnectURI": "Tẹ WalletConnect URI sii",
|
||||
"seed_key": "Bọtini Ose",
|
||||
"enter_seed_phrase": "Tẹ ọrọ-iru irugbin rẹ"
|
||||
"enter_seed_phrase": "Tẹ ọrọ-iru irugbin rẹ",
|
||||
"add_contact": "Fi olubasọrọ kun"
|
||||
}
|
||||
|
|
|
@ -724,5 +724,6 @@
|
|||
"copyWalletConnectLink": "从 dApp 复制 WalletConnect 链接并粘贴到此处",
|
||||
"enterWalletConnectURI": "输入 WalletConnect URI",
|
||||
"seed_key": "种子钥匙",
|
||||
"enter_seed_phrase": "输入您的种子短语"
|
||||
"enter_seed_phrase": "输入您的种子短语",
|
||||
"add_contact": "增加联系人"
|
||||
}
|
||||
|
|
|
@ -15,15 +15,15 @@ TYPES=($MONERO_COM $CAKEWALLET $HAVEN)
|
|||
APP_ANDROID_TYPE=$1
|
||||
|
||||
MONERO_COM_NAME="Monero.com"
|
||||
MONERO_COM_VERSION="1.7.1"
|
||||
MONERO_COM_BUILD_NUMBER=62
|
||||
MONERO_COM_VERSION="1.7.2"
|
||||
MONERO_COM_BUILD_NUMBER=63
|
||||
MONERO_COM_BUNDLE_ID="com.monero.app"
|
||||
MONERO_COM_PACKAGE="com.monero.app"
|
||||
MONERO_COM_SCHEME="monero.com"
|
||||
|
||||
CAKEWALLET_NAME="Cake Wallet"
|
||||
CAKEWALLET_VERSION="4.10.1"
|
||||
CAKEWALLET_BUILD_NUMBER=176
|
||||
CAKEWALLET_VERSION="4.10.2"
|
||||
CAKEWALLET_BUILD_NUMBER=177
|
||||
CAKEWALLET_BUNDLE_ID="com.cakewallet.cake_wallet"
|
||||
CAKEWALLET_PACKAGE="com.cakewallet.cake_wallet"
|
||||
CAKEWALLET_SCHEME="cakewallet"
|
||||
|
|
|
@ -13,13 +13,13 @@ TYPES=($MONERO_COM $CAKEWALLET $HAVEN)
|
|||
APP_IOS_TYPE=$1
|
||||
|
||||
MONERO_COM_NAME="Monero.com"
|
||||
MONERO_COM_VERSION="1.7.1"
|
||||
MONERO_COM_BUILD_NUMBER=60
|
||||
MONERO_COM_VERSION="1.7.2"
|
||||
MONERO_COM_BUILD_NUMBER=61
|
||||
MONERO_COM_BUNDLE_ID="com.cakewallet.monero"
|
||||
|
||||
CAKEWALLET_NAME="Cake Wallet"
|
||||
CAKEWALLET_VERSION="4.10.1"
|
||||
CAKEWALLET_BUILD_NUMBER=190
|
||||
CAKEWALLET_VERSION="4.10.2"
|
||||
CAKEWALLET_BUILD_NUMBER=191
|
||||
CAKEWALLET_BUNDLE_ID="com.fotolockr.cakewallet"
|
||||
|
||||
HAVEN_NAME="Haven"
|
||||
|
|
|
@ -15,8 +15,8 @@ if [ -n "$1" ]; then
|
|||
fi
|
||||
|
||||
CAKEWALLET_NAME="Cake Wallet"
|
||||
CAKEWALLET_VERSION="1.3.1"
|
||||
CAKEWALLET_BUILD_NUMBER=37
|
||||
CAKEWALLET_VERSION="1.3.2"
|
||||
CAKEWALLET_BUILD_NUMBER=39
|
||||
CAKEWALLET_BUNDLE_ID="com.fotolockr.cakewallet"
|
||||
|
||||
if ! [[ " ${TYPES[*]} " =~ " ${APP_MACOS_TYPE} " ]]; then
|
||||
|
|
Loading…
Reference in a new issue