Serhii
02f53055b1
Cw 657 new buy sell flow ( #1553 )
...
* init commit
* onramper
* moonPay
* dfx provider
* meld
* dfx payment methods
* fiat buy credentials
* moonpay payment method
* payment loading state
* dfx sell quote
* onramper launch trade
* meld launch trade
* country picker
* update option tile
* buy/sell action
* meld refactor
* update pr_test_build.yml
* ui fixes
* revert country picker commit
* update the ui
* recommended providers
* payment method [skip ci]
* provider option tile
* remove buy action
* minor fixes
* update the best rate when the amount is changed
* fixes for currency title
* fix icons
* code refactoring
* null issue
* code review fixes
* Update pr_test_build_linux.yml
* Update meld_buy_provider.dart
* Update meld_buy_provider.dart
* add show wallets action
* remove default sell / buy provider setting
* localisation
* providerTypes
* icons
* remove duplicate file [skip ci]
* minor changes [skip ci]
* fixes from review
* disable dfx for non eur/chf currencies
fix providers to be fetched with the selected currency
* fix breaking from loop if one element failed
* fix minor naming issue from merging conflicts
* add fiat check for moonpay
* fix address validation
* merge conflict
* fix destination and source currency
* minor fix
* minor fix
* update the flow
* fix bch address format
* fix wallet addresses
* fix initial fetching amount.
* Update address_validator.dart
* review comments
* revert switch case to return null
* minor fix
---------
Co-authored-by: OmarHatem <omarh.ismail1@gmail.com>
2024-11-09 21:00:56 +02:00
Matthew Fosse
78685b74f0
Cw 521 moonpay buy ( #1335 )
...
* save
* save
* moonpay fixes
* fix for debug mode
* code cleanup
* another fix for debug mode
* [skip ci] fixes
* test build
* code cleanup
* fix buy page
2024-03-28 15:30:41 +02:00
Omar Hatem
133fa2987a
Generic fixes ( #1245 )
...
* Remove error message if buy action is disabled
* Fix wallet list selected wallet issue
* Check if the widget is still mounted before showing popup
* minor code readability enhancement [skip ci]
* Code enhancement [skip ci]
* Revert removing ask each time localization
* Add Moonpay to sell flow
Code Enhancements
* remove error popup when sell option is disabled
2024-01-01 15:05:37 +02:00
Serhii
914565eb72
CW-539-DFX-off-ramp-sell-provider ( #1229 )
...
* buy_provider_types refactoring
* refactor MoonPay and sell option flow
* dfx sell flow
* add default sell provider flow
* localization
* Update other_settings_page.dart
* [skip ci] update localization
* [skip ci] providers fixes
* [skip ci] ui fixes
* refactor sell and buy flow
* handle dfx availability by country
* PR fixes
2023-12-28 21:20:59 +02:00
Omar Hatem
65b87ecae0
Fix nullability of selected provider ( #562 )
...
Remove un-necessary null operators
2022-10-24 15:06:03 -04:00
Omar Hatem
da6fd9a9ff
Cw 188 fix grey screen ( #537 )
...
* Fix late initialization exception when using late with Mobx
Fix index out of range exception in picker
* Add haven account list class to configure file to be generated in haven.dart
2022-10-17 17:01:50 -04:00
M
1beb18b045
Flutter upgrade
2022-10-12 13:09:57 -04:00
Omar Hatem
8321c9fbbe
Enable different currencies ( #401 )
2022-07-01 12:04:00 +01:00
Godwin Asuquo
d14150f4b1
Add ach payment amount on buy page ( #282 )
2022-03-07 13:13:39 +03:00
M
e6b1da376d
Configure wallet types for the app
2021-12-24 14:41:34 +02:00
M
81b34a30e7
Changes for buy page for bitcoin and litecoin. Added listeners for notifications from resume and launch.
2021-06-08 23:06:22 +03:00
OleksandrSobol
d5d1afd89b
CAKE-306 | merged main branch into current; added _fetchBuyItems() method to buy_view_model.dart; deleted isMoonPayEnabled parameter from settings_store.dart
2021-06-07 16:40:25 +03:00
OleksandrSobol
9e1c151f85
CAKE-306 | fixed moonpay_buy_provider.dart; added onEnabled() method to moonpay_buy_provider.dart; checked is MoonPayBuyProvider enabled; added isMoonPayEnabled to settings_store.dart
2021-06-01 21:03:35 +03:00
OleksandrSobol
ae7ccacf29
CAKE-306 | fixed moonpay_buy_provider.dart, buy_view_model.dart and order_details_view_model.dart
2021-04-30 13:12:00 +03:00
OleksandrSobol
9627590ba5
CAKE-306 | fixed findOrderById() in the moonpay_buy_provider.dart; fixed saveOrder() in the buy_view_model.dart
2021-04-30 11:08:25 +03:00
OleksandrSobol
1c976bfaa1
CAKE-306 | applied _saveOrder() to buy_webview_page.dart; fixed moonpay_buy_provider.dart and wyre_buy_provider.dart; canceled timers on exchange_trade_page.dart, order_details_page.dart and trade_details_page.dart; reworked pre_order_page.dart
2021-04-15 20:10:23 +03:00
OleksandrSobol
19ffffa6cc
CAKE-306 | applied buy_webview_page.dart to the app; fixed order_details_view_model.dart and order_row.dart; applied localization to the pre_order_page.dart; deleted unused files
2021-04-13 21:40:44 +03:00
OleksandrSobol
346a034d0a
CAKE-306 | added MoonPay option for BTC buying; applied PreOrderPage to the app; created Wyre and MoonPay buy providers
2021-04-12 21:22:22 +03:00