Commit graph

766 commits

Author SHA1 Message Date
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
fd2cf98e51 Merge pull request #91 from cake-tech/CAKE-284-add-support-to-the-main-menu
Cake 284 add support to the main menu
2021-03-01 20:29:16 +02:00
OleksandrSobol
d228b75f54 CAKE-284 | resolved problems 2021-03-01 20:19:04 +02:00
OleksandrSobol
4d50970fc9 Merge remote-tracking branch 'origin/CAKE-284-add-support-to-the-main-menu' into CAKE-284-add-support-to-the-main-menu
# Conflicts:
#	lib/view_model/settings/settings_view_model.dart
2021-03-01 20:18:14 +02:00
OleksandrSobol
6245dfe885 CAKE-284 | added static function defineUrlForCalculatingAmount() to changenow_exchange_provider.dart; fixed FAQ in the support_view_model.dart 2021-03-01 20:16:28 +02:00
OleksandrSobol
5b242002d1 Merge branch 'main' into CAKE-284-add-support-to-the-main-menu
# Conflicts:
#	lib/view_model/settings/settings_view_model.dart
2021-03-01 19:51:08 +02:00
M
46b7175c4e Merge pull request #90 from cake-tech/CAKE-284-add-support-to-the-main-menu
Cake 284 add support to the main menu
2021-03-01 19:41:10 +02:00
M
99cb00f0bd Merge branch 'main' into CAKE-284-add-support-to-the-main-menu 2021-03-01 19:41:03 +02:00
M
bc70a3302b Merge pull request #87 from cake-tech/CAKE-278-implement-fixed-rate-flow-for-changenow
Cake 278 implement fixed rate flow for changenow
2021-03-01 19:34:25 +02:00
M
f0c7605b1d Merge branch 'main' into CAKE-278-implement-fixed-rate-flow-for-changenow 2021-03-01 19:34:15 +02:00
M
e61e8c3a54 Merge pull request #84 from cake-tech/CAKE-282-QR-code-fixes
CAKE-282 | made QR code border a little bold in the exchange_trade_pa…
2021-03-01 18:37:40 +02:00
M
0e3b4d6719 Merge pull request #85 from cake-tech/CAKE-283-change-FAQ-on-the-app
CAKE-283 | changed FAQ on the app (now it shown in browser)
2021-03-01 18:37:24 +02:00
M
a6375d42fb Merge pull request #86 from cake-tech/hope-with-me-patch-1
Update PRIVACY.md
2021-03-01 18:36:45 +02:00
M
1fdbb7e54a Merge pull request #88 from cake-tech/CAKE-280-update-alert-text-for-xlm-and-xrp-trades
CAKE-280 | updated alert text for xlm and xrp trades
2021-03-01 18:35:59 +02:00
M
7cea1cb5ad Merge pull request #89 from cake-tech/CAKE-281-add-addr1-address-format-for-cardano
CAKE-281 | added addr1 address format validation for cardano
2021-03-01 18:34:53 +02:00
OleksandrSobol
f12995db8a CAKE-284 | changed color of filter icon and question mark in the main menu; changed height of the main menu items 2021-02-26 18:37:41 +02:00
OleksandrSobol
b2b17e66c5 CAKE-284 | moved support from settings to main menu; added support_page.dart and support_view_model.dart to the app 2021-02-25 20:25:52 +02:00
OleksandrSobol
bc407b9f0f CAKE-280 | updated alert text for xlm and xrp trades 2021-02-24 19:45:30 +02:00
Nadiia
2e9e231a74 Update PRIVACY.md 2021-02-24 17:32:35 +02:00
OleksandrSobol
574fdfa874 CAKE-283 | moved url to static const 2021-02-24 10:26:02 +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
270b5f4c78 CAKE-281 | added addr1 address format validation for cardano 2021-02-23 20:38:36 +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
3135823afa CAKE-283 | changed FAQ on the app (now it shown in browser) 2021-02-22 20:46:05 +02:00
OleksandrSobol
d024972345 CAKE-282 | made QR code border a little bold in the exchange_trade_page.dart and qr_widget.dart 2021-02-22 20:10:23 +02:00
OleksandrSobol
ae96213aad CAKE-278 | added expireAt to Trade() for exchange with fixed rate 2021-02-22 18:04:37 +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
35aabcd248 Estimated fee rates. 2021-02-13 00:38:34 +02:00
M
b1047fb3cf Changed version to 4.1.1 2021-02-09 20:16:37 +02:00
M
95424541b7 Merge pull request #77 from cake-tech/CAKE-252-UI-fixes-for-buttons
Cake 252 UI fixes for buttons
2021-02-09 20:14:48 +02:00
M
9b60565c85 Merge branch 'CAKE-252-UI-fixes-for-buttons' of github.com:cake-tech/cake_wallet into CAKE-252-UI-fixes-for-buttons 2021-02-09 19:58:12 +02:00
M
449155af4a Removed safe area on welcome screen and wallet list screen. 2021-02-09 19:57:58 +02:00
M
86a8174100 Merge pull request #75 from cake-tech/cake-254
[cake-254] Added ability to track trade directly with a web browser for ChangeNow transactions
2021-02-09 18:35:26 +02:00
M
8b96e9e234 Merge pull request #82 from cake-tech/CAKE-263
Removed morph from exchange list.
2021-02-09 18:35:01 +02:00
M
4f2eebfc8d Merge pull request #83 from cake-tech/CAKE-259
Changed default text color for TrailButton.
2021-02-09 18:34:51 +02:00
Tanner Silva
f4bc4ce734 changed if logic to implement ExchangeProviderDescription 2021-02-09 09:50:41 -06:00
M
9e5d98d2e8 Changed default text color for TrailButton. 2021-02-09 16:23:41 +02:00
M
acc4bfe84a Removed morph from exchange list. 2021-02-09 15:54:50 +02:00
M
851e5e2644 Merge pull request #81 from cake-tech/CAKE-266-add-a-frame-for-qr-code
Cake 266 add a frame for qr code
2021-02-09 15:43:09 +02:00
Tanner Silva
c05c2e7c29 optimized code 2021-02-08 18:31:47 -06:00
OleksandrSobol
d708925098 CAKE-266 | added a frame for qr code on qr_widget.dart and exchange_trade_page.dart 2021-02-08 20:28:42 +02:00
OleksandrSobol
74d0adde03 CAKE-266 | added a frame for qr code on qr_widget.dart and exchange_trade_page.dart 2021-02-08 19:52:12 +02:00
Tanner Silva
1f401421ea fixed error causing trade details page to have no contents 2021-02-06 14:33:02 -06:00
M
24f2de6648 Merge pull request #80 from cake-tech/CAKE-264-fiat-entering-bug
CAKE-264 | fixed fiat entering bug; added cryptoNumberPattern to send…
2021-02-05 19:20:20 +02:00
OleksandrSobol
f65a6c5ad4 CAKE-264 | fixed fiat entering bug; added cryptoNumberPattern to send_view_model.dart 2021-02-04 18:37:43 +02:00
OleksandrSobol
c03d2909d6 CAKE-252 2021-02-03 19:29:48 +02:00
Tanner Silva
12d3c03a1b fixed error with URL launcher 2021-02-03 05:47:59 -06:00
Tanner Silva
d1c7c99279 fixed syntax errors 2021-02-02 20:23:02 -06:00