Commit graph

843 commits

Author SHA1 Message Date
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
697fc7f5a5 CAKE-306 | reworked buy_list_item.dart and pre_order_page.dart; added clear button to pre_order_page.dart; fixed order_row.dart and order_details_view_model.dart; added MoonPay statuses to trade_state.dart 2021-04-14 21:23:10 +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
7e6de105b8 Merge pull request #103 from cake-tech/CAKE-294-account-creating-bug
CAKE-294 | wallet saved when accounts and subaddresses are changed
2021-04-06 18:55:47 +03:00
M
c3fb0cfcd4 Merge pull request #104 from cake-tech/CAKE-288-hidden-balance-fixes
Cake 288 hidden balance fixes
2021-04-06 18:55:33 +03:00
M
4e90aeebd4 Merge pull request #106 from cake-tech/CAKE-298-validation-for-btc-wallet
CAKE-298 | used 8 minor digits for btc amount validator; applied btc …
2021-04-06 18:55:24 +03:00
M
6fe6d2aebb Merge pull request #107 from cake-tech/CAKE-305-next-address-bug-for-btc-wallet
Cake 305 next address bug for btc wallet
2021-04-06 18:55:06 +03:00
M
390a2f6adb Update bitcoin_wallet.dart 2021-04-06 18:54:22 +03:00
M
f75b83e0ce Merge pull request #108 from cake-tech/CAKE-304-upgrade-project-to-flutter-2-x-x
CAKE-304 | upgraded project to flutter 2.x.x, upgraded packages and r…
2021-04-06 18:40:13 +03:00
OleksandrSobol
0cd4bd46f7 CAKE-304 | upgraded project to flutter 2.x.x, upgraded packages and resolved problems 2021-04-02 20:43:06 +03:00
OleksandrSobol
13923d7781 CAKE-305 | saved btc wallet in the nextAddress() method 2021-04-01 19:14:43 +03:00
OleksandrSobol
5db97b6f02 CAKE-288 | increased area of pressing on hidden balance; wrapped TradeRow and OrderRow by Observer 2021-03-31 20:22:41 +03:00
OleksandrSobol
0848ede37f CAKE-305 | fixed transfer to wyre next btc address 2021-03-31 20:02:44 +03:00
OleksandrSobol
3da9eb38aa CAKE-288 | added possibility to see available and additional balance by pressing on hidden balance (balance_page.dart); fixed switch of display mode on order_list_item.dart and trade_list_item.dart 2021-03-31 19:18:33 +03:00
M
eb6c1211fa Changed build instruction for android. Fixed generation of localization files script. 2021-03-31 12:09:30 +03:00
OleksandrSobol
a1fe786af2 CAKE-294 | wallet saved when accounts and subaddresses are changed 2021-03-30 19:43:07 +03:00
M
c0a12c6026 Merge pull request #102 from cake-tech/CAKE-301-add-wyre-contact-to-support
Cake 301 add wyre contact to support
2021-03-29 22:03:03 +03:00
M
a48a92493d Merge pull request #98 from cake-tech/CAKE-290-no-route-defined
CAKE-290 | applied WillPopScope for call of AuthPage with instanceNam…
2021-03-29 21:37:05 +03:00
M
f93d10face Merge pull request #99 from cake-tech/CAKE-291-rescan-restore-from-date-issue
CAKE-291 | fixed bug in the get_height_by_date.dart
2021-03-29 21:23:28 +03:00
M
e4bb14218b Merge pull request #100 from cake-tech/CAKE-299-UI-fixes-on-the-send-screen
CAKE-299 | fixed bug for estimatedFee getter in the send_view_model.dart
2021-03-29 21:22:55 +03:00
M
55cc36d2a7 Merge pull request #101 from cake-tech/CAKE-302-balance-displaying-bug
CAKE-302 | wrapped Text widgets by Expanded and Row widgets in the ba…
2021-03-29 21:22:32 +03:00
OleksandrSobol
c077bb6b98 CAKE-301 | replaced link for wyre contact 2021-03-29 20:32:39 +03:00
OleksandrSobol
013ba5f462 CAKE-301 | added wyre contact to support page 2021-03-26 20:59:38 +02:00
OleksandrSobol
3839850f04 CAKE-299 | fixed bug for estimatedFee getter in the send_view_model.dart 2021-03-26 20:16:10 +02:00
OleksandrSobol
69cb69bd71 CAKE-302 | wrapped Text widgets by Expanded and Row widgets in the balance_page.dart 2021-03-26 19:46:01 +02:00
OleksandrSobol
928be1a49c CAKE-298 | used 8 minor digits for btc amount validator; applied btc address formats for btc address validator 2021-03-26 14:45:46 +02:00
OleksandrSobol
8aa636a4e8 CAKE-290 | applied WillPopScope for call of AuthPage with instanceName in the router.dart 2021-03-26 13:29:43 +02:00
OleksandrSobol
ce9f61b0ed CAKE-291 | fixed bug in the get_height_by_date.dart 2021-03-25 19:45:21 +02:00
M
4a62e2db33 Merge pull request #95 from cake-tech/CAKE-272-implement-localization-generation-script
CAKE-272 | implemented localization generation script to the app (gen…
2021-03-24 20:39:53 +02:00
OleksandrSobol
b009b2a6e4 CAKE-272 | refactored script 2021-03-24 19:55:45 +02:00
OleksandrSobol
ff8ed30483 CAKE-272 | added parameters to script; added possibility to generate locales.dart from arb file list; added loadLocaleList() method to language_service.dart 2021-03-24 18:52:30 +02:00
M
586542cd75 Changed ios build version to 31. 2021-03-24 14:48:08 +02:00
OleksandrSobol
8603e3f2bf Merge branch 'main' into CAKE-272-implement-localization-generation-script 2021-03-24 13:34:14 +02:00
M
08891e9ab0 Changed app version to 4.1.3 2021-03-24 13:03:52 +02:00
M
2e98783cff Updated Podfile.lock 2021-03-24 12:42:53 +02:00
M
d51805ef7d Changed pubspec.lock 2021-03-24 12:24:54 +02:00
M
12d5fec5b1 Merge pull request #97 from cake-tech/deploy
Deploy
2021-03-24 12:22:52 +02:00
M
47c12a459c Merge branch 'main' into deploy 2021-03-24 12:22:42 +02:00
M
21ae0ec0da Merge pull request #96 from cake-tech/CAKE-279-integrate-wyre
Cake 279 integrate wyre
2021-03-24 12:13:01 +02:00
M
9017a99a8d Update MainActivity.java
Undo changes for MainActivity.java file
2021-03-24 12:11:37 +02:00
M
ea42f2fcb4 Merge branch 'deploy' of github.com:cake-tech/cake_wallet into deploy 2021-03-24 12:10:44 +02:00
M
1d31f3dd59 Back compatibility. 2021-03-24 12:10:18 +02:00
M
c1b52ebede Fixes for wyre. 2021-03-24 11:50:51 +02:00
Tanner Silva
1355c0ccdf changed version number of flutter doctor output 2021-03-23 21:43:02 -05:00
OleksandrSobol
a9566b2748 Merge remote-tracking branch 'origin/CAKE-279-integrate-wyre' into CAKE-279-integrate-wyre 2021-03-23 20:58:23 +02:00
OleksandrSobol
1cbbc71201 CAKE-279 | canceled changes in AndroidManifest.xml and MainActivity.java; added static constants to wyre_service.dart; moved WyreException class into own file; imported WyreService by di.dart 2021-03-23 20:57:20 +02:00
M
4c788eb2aa Merge branch 'CAKE-279-integrate-wyre' of github.com:cake-tech/cake_wallet into CAKE-279-integrate-wyre 2021-03-23 20:09:40 +02:00