Serhii
52b8bafac9
Exchange screens access improvements ( #409 )
...
* move tag prop to the crypto currency
* add currency icons
2022-07-11 16:20:16 +01:00
Serhii
fc58972bf9
Added ability sending to FIO address ( #370 )
...
* Added ability sending to FIO address
* remove apiKey property
* fix conditions for FIO address checking
2022-06-13 12:41:46 +01:00
Serhii
c08f2c1667
Cw 55 allow saving templateswith fiat amount ( #343 )
...
* added xhv logo
* Added prefix icon widget
* Added sending fiat template
* template for sending selected fiat currency
* fix issues
2022-05-03 11:44:13 +01:00
M
d4b59d97de
Fix for batch sending. Add build haven for cakewallet android app.
2022-04-01 13:48:55 +01:00
clear
5890df86db
cw-60: fill amount on scan qr on exchange page ( #309 )
...
* cw-60: fill amount on scan qr on exchange page
2022-03-31 18:54:45 +01:00
mkyq
01150ef2a7
Hv ( #295 )
...
* hv
* Change build version
2022-03-30 17:57:04 +02: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
Serhii
dd47a82a0d
sync status icon added on the Send and Exchange screens ( #267 )
...
* added sync status icon
* resolved issues from code review
* resolved issues from code review
* resolved issues from code review
2022-02-21 16:30:48 +02:00
Godwin Asuquo
6254d08dc9
fix issues from review
2022-01-26 17:11:32 +01:00
Godwin Asuquo
1d3e4f4331
filter templates by current wallet type
2022-01-25 15:43:19 +01:00
mkyq
2bbd413b12
Merge pull request #238 from cake-tech/CW-18-fix-keyboard-issue-on-the-templates-screen
...
fix: keyboard jumping over fields in send template
2022-01-19 13:13:54 +02:00
Godwin Asuquo
88ca47901f
fix: keyboard jumping over fields in send template
2022-01-18 08:08:55 +01:00
Godwin Asuquo
3115798b70
update sending template text
2022-01-12 18:58:54 +01:00
M
e6b1da376d
Configure wallet types for the app
2021-12-24 14:41:34 +02:00
M
fe3d00f1a8
Fixes for yat
2021-11-02 09:17:24 +00:00
OleksandrSobol
0e205a1606
CAKE-360 | applied localization to yat_popup.dart, first_introduction.dart, second_introduction.dart, third_introduction.dart, choose_yat_address_alert.dart and extract_address_from_parsed.dart
2021-10-05 14:43:37 +03:00
OleksandrSobol
c728931b70
CAKE-360 | added shouldShowYatPopup parameter to settings_store.dart and applied this parameter to dashboard_view_model.dart and dashboard_page.dart; added scrollbar to choose_yat_address_alert.dart; changed yat logo; fixed fetchYatAddress() method in the yat_store.dart; created class YatLink
2021-10-04 16:03:35 +03:00
OleksandrSobol
f353442a2a
CAKE-360 | merged all yat branches into current; saving information about yat to connected wallet; fixed qr widget; applied yat, unstoppable domains and open alias to contact book
2021-10-01 18:13:10 +03: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
cdddc12c81
CAKE-356 | added isYatDevMode parameter to the yat_alert.dart; deleted yat_webview_page.dart and yat_view_model.dart; applied localization of Yat to the app
2021-09-16 12:43:43 +03:00
OleksandrSobol
af356bd8f1
CAKE-356 | applied yat record to parse_address_from_domain.dart and parse_address_from_domain_alert.dart; fixed yat_record.dart, yat_view_model.dart and yat_webview_page.dart
2021-08-27 20:46:24 +03:00
OleksandrSobol
a5831a25e7
CAKE-345 | merged CAKE-349 branch into current
2021-08-16 11:30:48 +03:00
OleksandrSobol
30a32ab071
CAKE-345 | fixed add receiver button; applied dotted borders to primary button; applied localization to add receiver button; added scrollbar to confirm_sending_alert.dart
2021-08-12 17:56:34 +03:00
OleksandrSobol
bcf853170a
CAKE-345 | increased height of send card and padding for address textfield
2021-08-11 18:08:06 +03:00
OleksandrSobol
383d2abcc5
CAKE-345 | fixed send_card.dart
2021-08-11 17:42:55 +03:00
OleksandrSobol
f84c7c9a1c
CAKE-345 | fixed bug on send_card.dart and fixed addresses for transaction details
2021-08-11 17:23:24 +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
OleksandrSobol
1dd3f69b1c
CAKE-345 | changed isRemoveButtonShow parameter on isBatchSending in the send_view_model.dart; removed "ALL" button from send card for batch sending
2021-08-06 10:55:50 +03:00
OleksandrSobol
d4c0fb6fec
CAKE-345 | applied batch sending to monero wallet
2021-08-04 17:38:03 +03:00
OleksandrSobol
d582f89c7d
CAKE-345 | removed isAddReceiverButtonEnabled from send_view_model.dart; fixed height of send card
2021-07-23 09:31:35 +03:00
OleksandrSobol
c14d021f07
CAKE-345 | merged release-4.2.4 branch into current and resolved problems
2021-07-22 19:48:26 +03:00
OleksandrSobol
2a047e1f51
Merge branch 'release-4.2.4' into CAKE-345-batch-sending
...
# Conflicts:
# lib/bitcoin/electrum_wallet.dart
# lib/src/screens/send/send_page.dart
# lib/src/screens/send/send_template_page.dart
# lib/view_model/send/send_view_model.dart
# res/values/strings_de.arb
# res/values/strings_en.arb
# res/values/strings_es.arb
# res/values/strings_hi.arb
# res/values/strings_hr.arb
# res/values/strings_it.arb
# res/values/strings_ja.arb
# res/values/strings_ko.arb
# res/values/strings_nl.arb
# res/values/strings_pl.arb
# res/values/strings_pt.arb
# res/values/strings_ru.arb
# res/values/strings_uk.arb
# res/values/strings_zh.arb
2021-07-22 17:52:48 +03:00
M
3dd1bdabcc
Merge branch 'release-4.2.4' into CAKE-334-unspent-coins-control-application-logic
2021-07-22 10:48:22 +03:00
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
2021-07-20 18:03:49 +03:00
OleksandrSobol
008936435b
CAKE-192 | added name property to parsed_address.dart; fixed parse_address_from_domain.dart
2021-07-16 13:28:46 +03:00
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
2021-07-16 12:32:36 +03:00
OleksandrSobol
bac491c44f
CAKE-192 | created ParsedAddress class; applied this class to parse_address_from_domain.dart, send_page.dart and exchange_page.dart
2021-07-07 17:31:16 +03:00
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
2021-07-07 16:50:55 +03:00
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
2021-07-05 16:52:24 +03:00
OleksandrSobol
3f81f708e5
Merge branch 'main' into CAKE-330-unspent-coins-details-UI
...
# Conflicts:
# lib/router.dart
# lib/routes.dart
2021-07-01 12:39:37 +03:00
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
2021-06-22 11:29:30 +03:00
OleksandrSobol
3a5932f3df
CAKE-192 | renamed applyUnstoppableDomainAddress() to getUnstoppableDomainAddress() in the send_page.dart; fixed applyOpenaliasOrUnstoppableDomains() (send_page.dart) and applyUnstoppableDomainAddress() (exchange_page.dart)
2021-06-16 11:44:20 +03:00
OleksandrSobol
7ddbc6b8f4
CAKE-192 | added verification of open alias and unstoppable domains in exchange_page.dart and send_page.dart
2021-06-15 22:43:50 +03:00
OleksandrSobol
b1add664ad
CAKE-329 | reworked unspent_coins_list_page.dart and unspent_coins_list_item.dart; fixed standard_checkbox.dart; applied unspent coins control only to btc wallet
2021-05-31 21:04:00 +03:00
OleksandrSobol
aca8e8a292
CAKE-329 | added unspent coins list page to the app
2021-05-25 20:32:36 +03:00
OleksandrSobol
00d5542739
CAKE-321 | changed resizeToAvoidBottomPadding parameter to resizeToAvoidBottomInset
2021-05-10 20:58:05 +03:00
OleksandrSobol
ae9efb0ae8
CAKE-192 | implemented unstoppable domain address to the app
2021-04-20 20:49:53 +03:00
M
35aabcd248
Estimated fee rates.
2021-02-13 00:38:34 +02:00