Commit graph

722 commits

Author SHA1 Message Date
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
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
OleksandrSobol
8603e3f2bf Merge branch 'main' into CAKE-272-implement-localization-generation-script 2021-03-24 13:34:14 +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
c1b52ebede Fixes for wyre. 2021-03-24 11:50:51 +02: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
M
de2074e6eb Changed way to get order id. 2021-03-23 20:09:35 +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
23f73df391 Whatever. 2021-03-22 19:38:55 +02:00
OleksandrSobol
319a7bfca6 CAKE-272 | resolved problems 2021-03-19 21:52:07 +02:00
OleksandrSobol
3bfeaeb46b Merge branch 'main' into CAKE-272-implement-localization-generation-script
# Conflicts:
#	lib/generated/i18n.dart
#	res/values/strings_de.arb
2021-03-19 20:35:22 +02:00
OleksandrSobol
a44cb07137 CAKE-272 | implemented localization generation script to the app (generate_localization.dart) 2021-03-19 20:19:14 +02:00
OleksandrSobol
b20246ad89 CAKE-279 | renamed WebViewPage on WyrePage; applied spinner to Buy button on dashboard_page.dart 2021-03-18 20:36:58 +02:00
M
7b7ba17f7a Merge pull request #93 from cake-tech/CAKE-292-remove-changenow-fix-rate-from-ui
CAKE-292 | removed StandardCheckBox from exchange_page.dart; made rec…
2021-03-18 20:32:34 +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
M
e787a764c0 Getting order id from url. 2021-03-17 16:14:48 +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
ead43439d1 CAKE-293 | changed information on exchange confirm alert 2021-03-15 20:52:15 +02:00
OleksandrSobol
7316646b44 CAKE-292 | removed StandardCheckBox from exchange_page.dart; made receive amount not editable 2021-03-15 19:54:04 +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
OleksandrSobol
d228b75f54 CAKE-284 | resolved problems 2021-03-01 20:19:04 +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
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
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
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
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
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
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
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
Tanner Silva
e08f665e4a Added ability to track trade in trade details page 2021-02-02 20:19:13 -06:00
Tanner Silva
491c1ccccf added special list item for tracking trades in trade details screen 2021-02-02 20:19:13 -06:00
OleksandrSobol
12a7c32826 CAKE-252 | UI fixed for buttons on the restore_from_backup_page.dart, restore_wallet_from_seed_page.dart, wallet_restore_from_keys_form.dart, wallet_restore_from_seed_form.dart, wallet_restore_page.dart, wallet_list_page.dart 2021-02-01 20:27:16 +02:00
M
0bc804c284 Fixes. Changed terms of use text. 2021-02-01 20:12:37 +02:00
M
2ce34919bf Fixes for backups for Android. Fixes for send almost all amount. 2021-01-29 22:18:07 +02:00
OleksandrSobol
9effac9824 CAKE-252 | UI fixed for buttons on the backup_page.dart, edit_backup_password_page.dart and new_wallet_type_page.dart 2021-01-28 21:36:12 +02:00
M
5631961e47 Some another fixes for Android. Never ask us about that. 2021-01-28 19:58:17 +02:00
M
c3f38a9c54 Merge pull request #177 from cake-tech/CAKE-248-change-address-displaying-on-the-receive-screen
Cake 248 change address displaying on the receive screen
2021-01-27 19:46:50 +02:00
M
b6215389d7 Fixes for restore from backup file. Fixed restoring for pin length. Added new transaction priority keys to preferences dump.CAKE-197. CAKE-247 2021-01-27 19:26:26 +02:00
M
b75484594c Merge pull request #162 from cake-tech/CAKE-48
[CAKE-48] Block explorer link added to transaction details page.
2021-01-27 18:32:44 +02:00
M
d9c6011cc8 Merge pull request #174 from cake-tech/CAKE-243-add-localization-for-backup
CAKE-243 | added localization to backup_page.dart, edit_backup_passwo…
2021-01-27 18:32:24 +02:00
M
e3b8ea1128 CAKE-234 2021-01-27 15:51:51 +02:00
OleksandrSobol
b67cb785e4 CAKE-248 | changed spaces between widgets (QRWWidget) 2021-01-26 21:10:31 +02:00
OleksandrSobol
d275ffe72b CAKE-248 | displayed address as multiline text and changed insets in the qr_widget.dart; wrapped QRWidget by Observer in the address_page.dart 2021-01-26 19:43:43 +02:00
Tanner Silva
248cb3a0da Block explorer row in transaction details is now implemented as an item subclass rather than being index dependent in the list 2021-01-20 20:01:49 -06:00
OleksandrSobol
a5240236d4 CAKE-243 | added localization to backup_page.dart, edit_backup_password_page.dart, wallet_menu.dart, restore_from_backup_page.dart 2021-01-20 21:27:03 +02:00
M
6639d25264 CAKE-220. CAKE-241. CAKE-242. 2021-01-18 22:52:12 +02:00
M
553c41e3c4 Merge pull request #168 from cake-tech/CAKE-230-change-exchange-screen-alert
CAKE-230 | changed text on exchange screen alert
2021-01-15 20:14:05 +02:00
M
87e0e4b3bb Merge pull request #169 from cake-tech/CAKE-64-add-extra-payment-info-for-some-currencies
Cake 64 add extra payment info for some currencies
2021-01-15 20:12:43 +02:00
M
c46854c7c2 Merge pull request #170 from cake-tech/CAKE-232-send-screen-keyboard-bug
CAKE-232 | reworked ALL button on the send page
2021-01-15 20:12:05 +02:00
M
66cae9e44a Merge pull request #171 from cake-tech/CAKE-233-add-new-xrp-address-format
CAKE-233 | added new XRP address format, starting with an X, to addre…
2021-01-15 20:11:57 +02:00
M
e4acc41548 Merge pull request #172 from cake-tech/CAKE-238-add-ADA-address-type-to-the-validation
CAKE-238 | added ADA address type to the address_validator.dart
2021-01-15 20:11:52 +02:00
M
5999744fc7 Added displaying of errors on restore from backup screen. 2021-01-15 20:07:05 +02:00
M
47ceac2dd6 Backup stuff. 2021-01-15 19:41:30 +02:00
OleksandrSobol
bcdd7bca27 CAKE-238 | added ADA address type to the address_validator.dart 2021-01-13 19:39:38 +02:00
OleksandrSobol
eb425572d6 CAKE-233 | added new XRP address format, starting with an X, to address_validator.dart 2021-01-13 19:26:02 +02:00
M
9a79fcdc23 Merged 4.1.0 2021-01-13 19:18:28 +02:00
M
c09a41b090 Backup. 2021-01-13 18:43:34 +02:00
OleksandrSobol
d21c31964c CAKE-232 | reworked ALL button on the send page 2021-01-13 18:27:30 +02:00