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
|
3abb78febf
|
Merge branch 'main' into CAKE-345-batch-sending
# Conflicts:
# lib/bitcoin/electrum_wallet.dart
|
2021-08-04 17:43:03 +03:00 |
|
OleksandrSobol
|
1d996c94c8
|
CAKE-343 | added address book button to xmr wallet's address text field on exchange_page.dart and exchange_template_page.dart
|
2021-07-23 14:05:33 +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 |
|
M
|
07f153e706
|
Merge pull request #152 from cake-tech/CAKE-192-implement-unstoppable-domain
Cake 192 implement unstoppable domain
|
2021-07-22 10:37:55 +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
|
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
|
2021-07-13 08:46:34 +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
|
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
|
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 |
|
OleksandrSobol
|
68c12cbb79
|
CAKE-296 | added receiveCurrencies (list of crypto currencies without xlm and xrp) to exchange_view_model.dart; applied receiveCurrencies to receive card in the exchange_page.dart
|
2021-04-06 20:11:26 +03:00 |
|
OleksandrSobol
|
753d164d6e
|
CAKE-296 | removed xmr to xrp and xmr to xlm exchange pairs from ChangeNow pair list; disabled exchange button when pair is not exists
|
2021-04-01 21:08:11 +03:00 |
|
OleksandrSobol
|
7316646b44
|
CAKE-292 | removed StandardCheckBox from exchange_page.dart; made receive amount not editable
|
2021-03-15 19:54:04 +02:00 |
|
OleksandrSobol
|
a4c6d01c18
|
CAKE-278 | applied localization to checkbox text and fixed rate alert text (exchange_page.dart)
|
2021-02-24 10:16:03 +02:00 |
|
OleksandrSobol
|
fc70852002
|
CAKE-278 | applied fixed rate mode only for pair xmr-btc; added _defineIsReceiveAmountEditable() to exchange_view_model.dart; added reaction on isReceiveAmountEditable to exchange_page.dart
|
2021-02-23 19:36:03 +02:00 |
|
OleksandrSobol
|
fb6e7de166
|
CAKE-278 | fixed calculating estimated amount when receive amount is entered; fixed applyTemplate() method in the exchange_page.dart and reset() method in the exchange_view_model.dart
|
2021-02-19 10:37:30 +02:00 |
|
OleksandrSobol
|
6e102c4969
|
CAKE-278 | applied fixed-rate flow to changenow_exchange_provider.dart, exchange_view_model.dart and exchange_page.dart; added isFixedRateMode to fetchLimits(), createTrade() and calculateAmount() methods in the exchange_provider.dart
|
2021-02-18 21:08:52 +02:00 |
|
OleksandrSobol
|
317ef8f3e4
|
CAKE-278 | added isReceiveAmountEditable and isFixedRateMode to exchange_view_model.dart; fixed changeReceiveAmount() in the exchange_view_model.dart; applied StandardCheckbox to exchange_page.dart for checking fixed rate mode; applied alert dialog to exchange_page.dart when receive amount has focus and fixed rate mode is not checked; added reaction for isFixedRateMode in the exchange_page.dart; added key and changeValue() to standard_checkbox.dart
|
2021-02-16 21:06:23 +02:00 |
|
M
|
9db6e233c7
|
Another beautiful day changes
|
2021-01-11 19:15:27 +02:00 |
|
M
|
798d9a1edf
|
Fixes
|
2021-01-05 20:31:03 +02:00 |
|
OleksandrSobol
|
3053c0f3fb
|
CAKE-207 | changed Themes class; removed isDarkTheme from settings store and screens; added currentTheme to settings store; changed SwitcherListItem to PickerListItem for themes in the settings_view_model.dart; created item_from_theme.dart; changed currentDarkTheme property on currentTheme in the preferences_key.dart; applied themes to keyboard bar color in the exchange_page.dart, receive_page.dart, send_page.dart and send_template_page.dart; applied itemFromTheme() to new_wallet_page.dart, new_wallet_type_page.dart, pre_seed_page.dart, wallet_seed_page.dart, seed_language_page.dart, welcome_page.dart, base_page.dart and main.dart
|
2020-12-10 19:53:40 +02:00 |
|
M
|
5ea8b79ae2
|
Merge pull request #149 from cake-tech/CAKE-185-digits-limit-on-monero-transaction
Cake 185 digits limit on monero transaction
|
2020-12-04 11:20:33 +02:00 |
|
OleksandrSobol
|
df01fa0314
|
CAKE-185 | removed isValidAmount() from exchange_view_model.dart and exchange_page.dart; throw exception in the createTrade() (xmrto_exchange_provider.dart) if number of fractional digits of amount more than 8
|
2020-12-03 23:22:56 +02:00 |
|
Oleksandr Sobol
|
c21fd04345
|
CAKE-185 | fixed string resources
|
2020-12-03 15:47:13 +02:00 |
|
OleksandrSobol
|
458079d3ae
|
CAKE-185 | added title property to TradeIsCreatedFailure class; applied title property in the createTrade() method (exchange_view_model.dart); applied title property as alert title in the exchange_page.dart
|
2020-12-02 21:51:06 +02:00 |
|
Oleksandr Sobol
|
4f43e963bf
|
CAKE-185 | fixed string resources
|
2020-11-27 09:52:10 +02:00 |
|
OleksandrSobol
|
4cb4ede2d3
|
CAKE-185 | added validation of amount for xmr.to provider in the exchange_page.dart; added isValidAmount() to exchange_view_model.dart
|
2020-11-26 21:04:05 +02:00 |
|
OleksandrSobol
|
11464a79e6
|
CAKE-184 | cleaned exchange screen when exchange confirm page was called
|
2020-11-19 18:48:09 +02:00 |
|
Oleksandr Sobol
|
b642f9986f
|
CAKE-143 | added localization to exchange alert
|
2020-11-02 15:02:40 +02:00 |
|
OleksandrSobol
|
7ce30e08b0
|
CAKE-143 | added status parameter to exchange_view_model.dart; called alert when user tries exchange deposit xmr currency but wallet is not synchronized
|
2020-11-02 13:33:45 +02:00 |
|
M
|
a8e62188aa
|
Merge pull request #132 from cake-tech/CAKE-141-xmr_to-exchange-screen-description
CAKE-141 | changed description for xmr.to on exchange and exchange te…
|
2020-10-30 19:37:23 +02:00 |
|
Oleksandr Sobol
|
11d85accec
|
CAKE-141 | changed description for xmr.to on exchange and exchange template pages
|
2020-10-30 19:28:20 +02:00 |
|
OleksandrSobol
|
18e2df4f40
|
CAKE-135 | removed validation alert in the send and exchange pages when clear/reset buttons was pushed (applied _formKey.currentState.reset())
|
2020-10-30 14:42:23 +02:00 |
|
M
|
71e02f429d
|
Merge branch 'new-world' of github.com:cake-tech/cake_wallet_private into rework-restore-wallet
|
2020-10-24 15:55:31 +03:00 |
|
M
|
588d93c1a4
|
Fixes
|
2020-10-24 15:55:24 +03:00 |
|
OleksandrSobol
|
20c35451d5
|
CAKE-120 | added xmr.to exchange description to exchange and exchange template pages; made observable isReceiveAmountEntered parameter in the exchange view model; added isReceiveAmountEntered parameter to applyTemplate() (exchange page) and reset() (exchange view model); added possibility to enter amount in receive card (exchange template page)
|
2020-10-12 19:47:01 +03:00 |
|
OleksandrSobol
|
521d7294a7
|
CAKE-92 | fixed templates saving bug on send and exchange pages; added comma for keyboard on templates pages; added fiat amount controller to send page; added crypto amount and fiat amount controllers to send template pages; added send template store to send view model; added updateTemplate(), addTemplate(), removeTemplate() to send view model and exchange view model; fixed remove template alert on send and exchange pages
|
2020-10-07 08:58:22 +03:00 |
|
OleksandrSobol
|
468ad82b37
|
CAKE-103 | added hasRefundAddress parameter to exchange card; applied refund address to deposit card on the exchange page
|
2020-10-02 18:49:45 +03:00 |
|
OleksandrSobol
|
97226ad5eb
|
CAKE-43 | merged new world branch into current
|
2020-09-30 20:34:18 +03:00 |
|
OleksandrSobol
|
0c65c8d04d
|
Merge branch 'new-world' into CAKE-43-xmr_to-amount-entering
# Conflicts:
# lib/src/screens/exchange/exchange_page.dart
|
2020-09-30 20:21:57 +03:00 |
|
M
|
696b808698
|
Fixes
|
2020-09-29 20:56:11 +03:00 |
|
OleksandrSobol
|
56258de341
|
Merge branch 'new-world' into CAKE-43-xmr_to-amount-entering
# Conflicts:
# lib/src/screens/dashboard/dashboard_page.dart
|
2020-09-28 21:31:58 +03:00 |
|
OleksandrSobol
|
bc85058ad8
|
CAKE-43 | added the ability to enter an amount for xmr.to exchange in both currencies xmr and btc; added isReceiveAmountEntered to ExchangeViewModel; added receiveAmount and isBTCRequest to XMRTOTradeRequest; added isReceiveAmount to calculateAmount method of ExchangeProvider; fixed XMRTOExchangeProvider
|
2020-09-25 22:55:41 +03:00 |
|
M
|
34aa7fdc76
|
Fixes pre release.
|
2020-09-25 18:32:44 +03:00 |
|
OleksandrSobol
|
3212f5041f
|
CAKE-49 | merged new-world into current branch
|
2020-09-22 22:26:20 +03:00 |
|
OleksandrSobol
|
585f90b2fb
|
CAKE-49 | deleted base send widget, base exchange widget and top panel; added extendBodyBehindAppBar property and transparent AppBar style to base page; refactored send page, send template page, exchange page and exchange template page
|
2020-09-22 21:32:43 +03:00 |
|