34 Commits (c8a521a29f7e518da48410072b8658fc6643f874)

Author SHA1 Message Date
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
3 years ago
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
3 years ago
OleksandrSobol 7316646b44 CAKE-292 | removed StandardCheckBox from exchange_page.dart; made receive amount not editable
3 years ago
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
3 years ago
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
3 years ago
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
3 years ago
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
3 years ago
M acc4bfe84a Removed morph from exchange list.
3 years ago
M 0bc804c284 Fixes. Changed terms of use text.
3 years ago
M e3b8ea1128 CAKE-234
3 years ago
M 9db6e233c7 Another beautiful day changes
4 years ago
M 6a9720d5d6 Fixes and changed build versions for ios and android projects.
4 years ago
M 798d9a1edf Fixes
4 years ago
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
4 years ago
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
4 years ago
Oleksandr Sobol 4f43e963bf CAKE-185 | fixed string resources
4 years ago
OleksandrSobol 623299b8f6 CAKE-185 | changed isValidAmount() in the exchange_view_model.dart
4 years ago
OleksandrSobol 4cb4ede2d3 CAKE-185 | added validation of amount for xmr.to provider in the exchange_page.dart; added isValidAmount() to exchange_view_model.dart
4 years ago
OleksandrSobol dd71edd8c8 CAKE-185 | fixed _amount in the changeDepositAmount() method (exchange_view_model.dart)
4 years ago
M 93049b4aa1 Fixes for exchanges. CAKE-159.
4 years ago
M c86c44a936 CAKE-161
4 years ago
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
4 years ago
M 68f748b09a Changed min ios version to 11.0. Fixes.
4 years ago
M 71e02f429d Merge branch 'new-world' of github.com:cake-tech/cake_wallet_private into rework-restore-wallet
4 years ago
M 588d93c1a4 Fixes
4 years ago
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)
4 years ago
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
4 years ago
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
4 years ago
M e4ebfc94b2 Part 1
4 years ago
M 9074bee6db Merge redesign part 2.
4 years ago
Oleksandr Sobol 76cde0530d CAKE-28 | created information page, exchange trade view model, exchange trade item; added trade property to trades store; changed filtered method (trade filter store); added tradesStore property to exchange view model; applied information page to exchange trade page
4 years ago
Oleksandr Sobol ecf7a5ba78 CAKE-28 | reworked exchange confirm page; applied light and dark themes to exchange confirm page, currency picker, picker, base alert dialog, alert with one action; applied maximum characters parameter to crypto currency text field in the exchange card
4 years ago
Oleksandr Sobol 861a2840ce CAKE-20 | fixed address validators of the base exchange widget
4 years ago
Oleksandr Sobol 33209c3cd6 CAKE-20 | updated exchange and exchange template pages; created exchange_view_model and applied to exchange and exchange template pages; applied new design to menu widget; changed text validator and amount validator
4 years ago