Omar Hatem
|
3128d458f8
|
Merge pull request #765 from cake-tech/CW-282-add-trocador-exchange
CW-282 add trocador exchange
|
2023-03-02 21:42:30 +02:00 |
|
Godwin Asuquo
|
15237d5f79
|
Fix issues from code review
|
2023-03-02 17:13:25 +02:00 |
|
OmarHatem
|
27f242a5ee
|
Use view model variable hasRescan instead [skip ci]
|
2023-02-08 18:45:38 +02:00 |
|
Godwin Asuquo
|
032a8c8c33
|
Add trocador exchange provider
|
2023-02-06 21:20:43 +02:00 |
|
Serhii
|
ca79052914
|
PR fixes
|
2022-12-26 20:41:21 +02:00 |
|
Serhii
|
7d08bb0e76
|
Add SimpleSwap
|
2022-12-12 00:37:03 +02:00 |
|
Serhii
|
b536973077
|
make checkbox stateless
|
2022-12-12 00:07:05 +02:00 |
|
Serhii
|
ff28dfbb9c
|
Rename Change.NOW
|
2022-12-10 11:40:04 +02:00 |
|
Serhii
|
ab499c9069
|
Merge branch 'main' into CW-122-Rework-filter-on-the-transactions-list-screen
|
2022-11-28 22:33:54 +02:00 |
|
Omar Hatem
|
9b32c9c956
|
CW-227 Add Disable Exchange option to settings (#642)
* Add Disable Exchange option to settings
|
2022-11-21 21:18:18 -05:00 |
|
Serhii
|
bf86fd6ed0
|
update localization
|
2022-11-10 17:38:23 +02:00 |
|
Serhii
|
1f08d87471
|
Rework filter on the transactions list screen
|
2022-11-10 13:25:03 +02:00 |
|
M
|
1beb18b045
|
Flutter upgrade
|
2022-10-12 13:09:57 -04:00 |
|
mkyq
|
04be884357
|
Enable exchange for haven wallets. (#495)
|
2022-09-01 19:46:14 +01:00 |
|
mkyq
|
01150ef2a7
|
Hv (#295)
* hv
* Change build version
|
2022-03-30 17:57:04 +02:00 |
|
M
|
4c4c30bd5d
|
Fix monero transaction history. Remove morph and xmr.to from filters. Fixe generation monero blockchain height by date.
|
2021-12-31 15:05:27 +02:00 |
|
M
|
e6b1da376d
|
Configure wallet types for the app
|
2021-12-24 14:41:34 +02: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 |
|
M
|
89569a10c7
|
Removed firebase dependencies.
|
2021-08-16 17:44:38 +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
|
68f1e39620
|
Merge branch 'main' into CAKE-306-add-moonpay-option-for-btc-buying
# Conflicts:
# lib/di.dart
# lib/view_model/dashboard/dashboard_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-06-07 15:26:21 +03:00 |
|
M
|
ff6e4d58f7
|
Added push notifications, FCM.
|
2021-06-04 18:25:17 +03:00 |
|
OleksandrSobol
|
1fccb0b546
|
Merge branch 'main' into CAKE-306-add-moonpay-option-for-btc-buying
# Conflicts:
# lib/buy/wyre/wyre_buy_provider.dart
# lib/di.dart
# lib/src/screens/dashboard/dashboard_page.dart
# lib/view_model/dashboard/dashboard_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_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-05-28 12:06:50 +03:00 |
|
M
|
f4c57e22f2
|
Minor bug fixes.
|
2021-05-11 18:37:26 +03:00 |
|
M
|
a439560d4d
|
Fixes for LTC and added banner for old bitcoin electrum wallets.
|
2021-05-11 16:52:48 +03:00 |
|
M
|
1330966794
|
Reworked electrum wallet. Added Litecoin wallet.
|
2021-05-07 10:36:38 +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
|
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 |
|
M
|
47c12a459c
|
Merge branch 'main' into deploy
|
2021-03-24 12:22:42 +02:00 |
|
OleksandrSobol
|
08efc52f71
|
CAKE-279 | removed find_order_by_id.dart; added and applied wyre_service.dart to the app
|
2021-03-23 19:19:01 +02:00 |
|
M
|
5cad3a9612
|
Updates wyre.
|
2021-03-23 13:05:01 +02:00 |
|
M
|
e77cf89651
|
Changed api to prod mode.
|
2021-03-18 11:15:07 +02:00 |
|
OleksandrSobol
|
af9d39f460
|
CAKE-279 | added isRunningWebView to the dashboard_view_model.dart; applied isRunningWebView to call of WebViewPage in the dashboard_page.dart
|
2021-03-17 21:32:13 +02:00 |
|
OleksandrSobol
|
d752692c3f
|
CAKE-279 | saved orderId in the orders store; added saveOrder() method to the dashboard_view_model.dart
|
2021-03-17 20:21:26 +02:00 |
|
OleksandrSobol
|
76c7108bd7
|
CAKE-293 | applied webview to the app
|
2021-03-17 12:32:22 +02:00 |
|
M
|
db75167302
|
Changed monero dependencies path for android. Changed scripts for generation of secrets.
|
2021-03-16 15:20:46 +02:00 |
|
OleksandrSobol
|
60333e235d
|
CAKE-279 | applied order details to the app
|
2021-03-12 21:04:37 +02:00 |
|
OleksandrSobol
|
313f829689
|
CAKE-279 | integrated Wyre to the app; added buy button to dashboard page for btc wallet; added buyCryptoCurrency() method to dashboard_view_model.dart
|
2021-03-03 20:54:23 +02:00 |
|
M
|
9db6e233c7
|
Another beautiful day changes
|
2021-01-11 19:15:27 +02:00 |
|
OleksandrSobol
|
53c12d7bc0
|
CAKE-227 | applied null to subname for btc wallet in the dashboard_view_model.dart; deleted isDrawBottom from trade_details_page.dart, transaction_details_page.dart, standart_list_row.dart, textfield_list_row.dart; applied SectionStandardList to trade_details_page.dart and transaction_details_page.dart
|
2021-01-06 15:34:04 +02:00 |
|
M
|
02ebc54a38
|
Fixed updating of transactions history. Added support for part formatted electrum server response
|
2020-12-16 21:16:47 +02:00 |
|
M
|
eede39ee7a
|
Merged 4.0.9
|
2020-12-11 20:10:06 +02:00 |
|
M
|
cbf265bd92
|
Changed listener for update of transactions list.
|
2020-12-04 21:09:55 +02:00 |
|
M
|
62a877dd61
|
Fixes
|
2020-11-30 19:17:44 +02:00 |
|
OleksandrSobol
|
5787bac658
|
CAKE-158 | added _onMoneroBalanceChangeReaction instead _onMoneroTransactionsChangeReaction in the dashboard_view_model.dart
|
2020-11-20 18:27:56 +02:00 |
|
OleksandrSobol
|
7aecb33044
|
CAKE-158 | merged 4.0.8 into current branch; renamed _onMoneroTransactionsChange() on _onMoneroTransactionsUpdate(); applied _onMoneroTransactionsUpdate() in the dashboard_view_model.dart
|
2020-11-18 19:09:34 +02:00 |
|
OleksandrSobol
|
23abacd252
|
CAKE-158 | made account tile slidable; added onEdit function to account tile; added ability to edit wallet account name; added isFirstAddress parameter to wallet_address_list_view_model.dart and made first address in the address list not editable (receive page); wrapped wallet account name in the wallet menu title by observer; added _moneroTransactionsChangeReaction to dashboard_view_model.dart
|
2020-11-17 20:16:58 +02:00 |
|
OleksandrSobol
|
f704bdc864
|
CAKE-158 | added calculating balance to _onAccountChangeReaction in the monero wallet; created _onMoneroAccountChange method in the dashboard_view_model.dart; added _onMoneroAccountChangeReaction and account filter to transaction list in the dashboard_view_model.dart
|
2020-11-13 20:29:01 +02:00 |
|