1318 Commits (135ede6a78f8d293ce97ad0ac7591ce7349375b1)
 

Author SHA1 Message Date
OleksandrSobol 1d996c94c8 CAKE-343 | added address book button to xmr wallet's address text field on exchange_page.dart and exchange_template_page.dart
3 years ago
OleksandrSobol d582f89c7d CAKE-345 | removed isAddReceiverButtonEnabled from send_view_model.dart; fixed height of send card
3 years ago
OleksandrSobol a1c6b0be3f Merge branch 'release-4.2.4' into CAKE-345-batch-sending
3 years ago
OleksandrSobol c14d021f07 CAKE-345 | merged release-4.2.4 branch into current and resolved problems
3 years ago
OleksandrSobol 2a047e1f51 Merge branch 'release-4.2.4' into CAKE-345-batch-sending
3 years ago
M 800376b6b2 Hide info alert for coin control.
3 years ago
M 57bd71dce0 Merge pull request #160 from cake-tech/CAKE-333-ltc-sending-bug
3 years ago
OleksandrSobol 800a8c6984 CAKE-333 | increased area of tapping on "Coin control"
3 years ago
OleksandrSobol dd947bdba1 Merge branch 'release-4.2.4' into CAKE-333-ltc-sending-bug
3 years ago
M 95e47b7a6a Fixes for iOS project.
3 years ago
M 051057ca44 Merge branch 'main' of github.com:cake-tech/cake_wallet into release-4.2.4
3 years ago
M 8f098e208c Merge pull request #158 from cake-tech/CAKE-334-unspent-coins-control-application-logic
3 years ago
M 3dd1bdabcc Merge branch 'release-4.2.4' into CAKE-334-unspent-coins-control-application-logic
3 years ago
M 07f153e706 Merge pull request #152 from cake-tech/CAKE-192-implement-unstoppable-domain
3 years ago
M e0db3dedcb Merge pull request #157 from cake-tech/CAKE-343-subaddresses-for-contact-book
3 years ago
M ee9aa8198d Merge branch 'release-4.2.4' into CAKE-343-subaddresses-for-contact-book
3 years ago
M 8759c2ce56 Changed backup wallet files call.
3 years ago
OleksandrSobol 7b2d89f96f CAKE-345 | changed bitcoin transaction credentials; reworked createTransaction() method in the electrum_wallet.dart for batch sending; fixed exchange_trade_page.dart and send_page.dart; reworked confirm_sending_alert.dart; fixed _credenials() and commitTransaction() methods in the send_view_model.dart
3 years ago
OleksandrSobol 6855a6d68b CAKE-192 | fixed parse_address_from_domain.dart
3 years ago
OleksandrSobol 008936435b CAKE-192 | added name property to parsed_address.dart; fixed parse_address_from_domain.dart
3 years ago
OleksandrSobol e6cfa2b636 CAKE-345 | reworked send page for batch sending; added send_item.dart, send_card.dart, send_template_view_model.dart and parse_address_from_domain_alert.dart to the app; reworked send template page; fixed exchange_trade_page.dart and exchange_trade_view_model.dart
3 years ago
OleksandrSobol 0d367c4b45 CAKE-343 | added bitcoin_wallet_addresses.dart and litecoin_wallet_addresses.dart tj the app; moved addresses from wallets to wallet addresses classes; deleted wallet addresses credentials
3 years ago
OleksandrSobol e03f0ce4d3 CAKE-343 | added wallet_addresses.dart, monero_wallet_addresses.dart, electrum_wallet_addresses.dart, wallet_addresses_credentials.dart, monero_wallet_addresses_credentials.dart and electrum_wallet_addresses_credentials.dart to the app; applied ElectrumWalletAddresses to electrum_wallet.dart and MoneroWalletAddresses to monero_wallet.dart; fixed contact_list_view_model.dart, other view models and services
3 years ago
OleksandrSobol bac491c44f CAKE-192 | created ParsedAddress class; applied this class to parse_address_from_domain.dart, send_page.dart and exchange_page.dart
3 years ago
OleksandrSobol f995342491 CAKE-192 | parse_address_from_domain.dart fixed and split on 2 files (current and parse_address_from_domain_alert.dart), then moved to the entities directory; used one channel for native calls; removed unneeded spaces; fixed handle of unstoppable domain error in the MainActivity.java
3 years ago
M 96ea969519 Merge pull request #159 from cake-tech/CAKE-344-add-moonpay-contact-to-the-support-screen
3 years ago
OleksandrSobol c72245d904 CAKE-343 | fixed contact_list_view_model.dart and updateAddressInfo() in the monero_wallet.dart
3 years ago
OleksandrSobol 5f02a7ddf5 CAKE-344 | fixed MoonPay icon color on support and dashboard pages
3 years ago
M b48e7f50ed Merge pull request #156 from cake-tech/CAKE-344-add-moonpay-contact-to-the-support-screen
3 years ago
M 1e3b53d2cf Added backups for monero wallet files.
3 years ago
OleksandrSobol 20e0c830cf CAKE-334 | applied unspent coins control to the app; added unspent_coins_info.dart; reworked createTransaction(), calculateEstimatedFee() and updateUnspent() methods in the electrum_wallet.dart; fixed unspent_coins_list_view_model.dart, unspent_coins_details_view_model.dart, unspent_coins_list_item.dart, unspent_coins_list_page.dart and unspent_coins_details_page.dart; fixed bitcoin_transaction_wrong_balance_exception.dart; added properties to bitcoin_unspent.dart; applied localization to unspent coins pages
3 years ago
OleksandrSobol 3f81f708e5 Merge branch 'main' into CAKE-330-unspent-coins-details-UI
3 years ago
OleksandrSobol dbf4897ac8 CAKE-344 | added MoonPay contact to support page; applied icon color change according to theme
3 years ago
OleksandrSobol 889b028713 CAKE-333 | fixed isDisabled property of the send button (send_page.dart)
3 years ago
OleksandrSobol 7724d5e248 CAKE-333 | fixed commit() method in the pending_bitcoin_transaction.dart; added bitcoin_commit_transaction_exception.dart to the app
3 years ago
OleksandrSobol bb219e4da2 CAKE-192 | created parse_address_from_domain.dart; applied parseAddressFromDomain() to send_page.dart and exchange_page.dart; deleted unstoppable_domain_address_alert.dart
3 years ago
OleksandrSobol 2cecec9257 Merge branch 'main' into CAKE-192-implement-unstoppable-domain
3 years ago
M a423f4b776 Merge pull request #150 from Zy143L/translate
3 years ago
M 5e11408792 Merge pull request #151 from dvaupel/translation-german
3 years ago
OleksandrSobol 6709b7779a CAKE-343 | applied subaddresses for contact book; added addresses field to wallet_info.dart; added updateAddressesInfo() to wallet_base.dart; applied updateAddressesInfo() to wallet services and view models
3 years ago
OleksandrSobol 3a5932f3df CAKE-192 | renamed applyUnstoppableDomainAddress() to getUnstoppableDomainAddress() in the send_page.dart; fixed applyOpenaliasOrUnstoppableDomains() (send_page.dart) and applyUnstoppableDomainAddress() (exchange_page.dart)
3 years ago
OleksandrSobol 23e5ec1d01 Merge remote-tracking branch 'origin/CAKE-192-implement-unstoppable-domain' into CAKE-192-implement-unstoppable-domain
3 years ago
OleksandrSobol 7ddbc6b8f4 CAKE-192 | added verification of open alias and unstoppable domains in exchange_page.dart and send_page.dart
3 years ago
OleksandrSobol 37f326e21f Merge branch 'main' into CAKE-192-implement-unstoppable-domain
3 years ago
Dennis Vaupel 074bb753e4 Improve German translation
3 years ago
Zy143L b76c3c1373 更新 strings_zh.arb
3 years ago
Zy143L 45c83b0f88 Merge pull request #1 from cake-tech/main
3 years ago
M b5cacbc1c1 Fixes for buy screen title.
3 years ago
M f62ec8dc02 Changed ios project version.
3 years ago
M 48066ce916 Changed alert for non supported crypto currencies for fiat buying.
3 years ago