Commit graph

14 commits

Author SHA1 Message Date
OmarHatem
eb9b45360e Fix conflicts with master
update code to null safety
2022-11-21 16:44:01 +02:00
OmarHatem
a27c5005d1 Merge branch 'main' of https://github.com/cake-tech/cake_wallet into CW-62-send-all-fee-calculation
 Conflicts:
	cw_bitcoin/lib/electrum_wallet.dart
	cw_core/lib/wallet_base.dart
	cw_haven/lib/haven_wallet.dart
	cw_monero/lib/api/wallet.dart
	cw_monero/lib/monero_wallet.dart
	lib/src/screens/send/widgets/send_card.dart
	lib/view_model/exchange/exchange_view_model.dart
	lib/view_model/send/output.dart
	lib/view_model/send/send_view_model.dart
2022-11-21 14:27:36 +02:00
M
1beb18b045 Flutter upgrade 2022-10-12 13:09:57 -04:00
OmarHatem28
c7ce849924 Merge CW-62
Add Haven Fee Estimate flow
Deduct fee from fiat amount
2022-08-26 17:17:43 +02:00
OmarHatem28
ee08fe77c1 Merge branch 'cw-62' of https://github.com/cake-tech/cake_wallet into CW-62-send-all-fee-calculation
 Conflicts:
	cw_bitcoin/lib/electrum_wallet.dart
	cw_monero/ios/Classes/monero_api.cpp
	cw_monero/lib/api/signatures.dart
	cw_monero/lib/api/types.dart
	cw_monero/lib/api/wallet.dart
	cw_monero/lib/monero_wallet.dart
	lib/reactions/on_current_wallet_change.dart
	lib/reactions/on_wallet_sync_status_change.dart
	lib/src/screens/send/send_page.dart
	lib/src/screens/send/widgets/send_card.dart
	lib/view_model/send/output.dart
	lib/view_model/send/send_view_model.dart
2022-08-26 01:10:13 +02:00
mkyq
01150ef2a7
Hv (#295)
* hv
* Change build version
2022-03-30 17:57:04 +02:00
clear-xmr
64898dba01 cw-62: Sending ALL should fill in approximate USD value 2022-03-16 11:58:58 +01:00
Godwin Asuquo
d2cc812884
Cw 45 implement yat sending (#269)
* resolve YAT emoji

* remove animation in route builder

change YAT api

* remove yat sending page

* fix crypto address resolving

* check if text is emoji

* use getter for string extension hasOnlyEmojis

* refactor parsed domain from address

* update PR based on changes from code review

* import missing dependencies
2022-03-15 12:11:53 +03:00
Godwin Asuquo
46afd43884 add tx_description to notes field 2022-01-18 08:46:13 +01:00
M
e6b1da376d Configure wallet types for the app 2021-12-24 14:41:34 +02:00
OleksandrSobol
5389543988 CAKE-359 | renamed parse_address_from_domain_alert.dart to extract_address_from_parsed.dart; renamed defineAddress() method to extractAddressFromParsed() 2021-09-29 14:38:31 +03:00
OleksandrSobol
3b649ef682 CAKE-359 | added text field for extracted (from Yat, Unstoppable Domains, OpenAlias) address to send_card.dart; added extractedAddress and isParsedAddress parameters to output.dart; applied extractedAddress to monero_wallet.dart and electrum_wallet.dart; added TextValidator to send_view_model.dart 2021-09-22 16:47:10 +03:00
OleksandrSobol
8955a10ca8 CAKE-359 | fixed yat_record.dart for multiple addresses in yat; fixed ParsedAddress class; applied ParsedAddress in the parse_address_from_domain_alert.dart; added parsedAddress and renamed applyOpenaliasOrUnstoppableDomains() to fetchParsedAddress() in the output.dart; fixed send_page.dart, send_card.dart and exchange_page.dart; added choose_yat_address_alert.dart to the app; added current wallet address to request parameters in the yat_alert.dart 2021-09-20 17:56:27 +03:00
OleksandrSobol
1e3ec8da1c CAKE-345 | added monero_output.dart to the app; fixed transaction_history.dart; renamed SendItem on Output; calculated formattedCryptoAmount in the output.dart; used outputs list instead sendItemList; fixed bitcoin_transaction_credentials.dart, electrum_wallet.dart, monero_transaction_creation_credentials.dart, monero_wallet.dart, exchange and send pages, view models 2021-08-10 17:52:35 +03:00
Renamed from lib/view_model/send/send_item.dart (Browse further)