65 Commits (e6cfa2b6365ca0d47da69b32e5a46245a98ed1a4)

Author SHA1 Message Date
OleksandrSobol e6cfa2b636 CAKE-345 | reworked send page for batch sending; added send_item.dart, send_card.dart, send_template_view_model.dart and parse_address_from_domain_alert.dart to the app; reworked send template page; fixed exchange_trade_page.dart and exchange_trade_view_model.dart
3 years ago
OleksandrSobol 346a034d0a CAKE-306 | added MoonPay option for BTC buying; applied PreOrderPage to the app; created Wyre and MoonPay buy providers
3 years ago
M 35aabcd248 Estimated fee rates.
3 years ago
M e3b8ea1128 CAKE-234
3 years ago
OleksandrSobol d21c31964c CAKE-232 | reworked ALL button on the send page
3 years ago
OleksandrSobol 39e91c74cd CAKE-222 | applied adaptive picker to send and settings pages
3 years ago
OleksandrSobol 0e721b7795 Merge branch '4.1.0' into CAKE-222-fix-fee-picker-on-the-settings-screen
3 years ago
OleksandrSobol 68a39bdcfc CAKE-222 | fixed transaction priority picker on the send page
3 years ago
M c0835d46ef Merge branch '4.1.0' into CAKE-198-notes-for-transactions
3 years ago
Oleksandr Sobol 18ba208e44 CAKE-221 | fixed string resources
3 years ago
OleksandrSobol 823e9d11ae CAKE-221 | added pendingTransactionFeeFiatAmount getter to send_view_model.dart; applied feeFiatAmount property instead transactionPriority in the confirm_sending_alert.dart; fixed base_alert_dialog.dart
3 years ago
OleksandrSobol ac1709bffb CAKE-221 | added fiat amount to estimated fee; reworked confirm_sending_alert.dart; applied alert when transaction was committed
3 years ago
Oleksandr Sobol 44536a8231 CAKE-198 | fixed string resources (send_success)
3 years ago
Oleksandr Sobol 139f223de8 CAKE-198 | fixed string resources
3 years ago
OleksandrSobol 023336d460 CAKE-198 | applied ability to make a note with some details about transaction; added transactionNote property and note getter to transaction_description.dart; added multiline textfield for notes (send_page.dart); added transaction_details_list_item.dart, textfield_list_item.dart, textfield_list_row.dart, transaction_details_view_model.dart to the app
3 years ago
M 89c240091b Merged btc and 4.1.0 branches.
4 years ago
OleksandrSobol 572948d176 CAKE-219 | changed buttons color for dark mode on send and wallet list pages; change button text color on send template page
4 years ago
M 2060edc8ee Minor fixes: fixed scanning of btc uri; fixed display of confirm button on exchange trade screen./
4 years ago
OleksandrSobol 3053c0f3fb CAKE-207 | changed Themes class; removed isDarkTheme from settings store and screens; added currentTheme to settings store; changed SwitcherListItem to PickerListItem for themes in the settings_view_model.dart; created item_from_theme.dart; changed currentDarkTheme property on currentTheme in the preferences_key.dart; applied themes to keyboard bar color in the exchange_page.dart, receive_page.dart, send_page.dart and send_template_page.dart; applied itemFromTheme() to new_wallet_page.dart, new_wallet_type_page.dart, pre_seed_page.dart, wallet_seed_page.dart, seed_language_page.dart, welcome_page.dart, base_page.dart and main.dart
4 years ago
M 93653d4554 Added validation for bitcoin seed. Changed transaction properties for bitcoin wallet type. Added special text after sending for bitcoin.
4 years ago
M b17e7744c6 Fixes
4 years ago
M 8117a993f1 Merge pull request #129 from cake-tech/CAKE-135-validation-alert
4 years ago
M 9f498f30a2 CAKE-134. CAKE-139. FIXES.
4 years ago
OleksandrSobol 18e2df4f40 CAKE-135 | removed validation alert in the send and exchange pages when clear/reset buttons was pushed (applied _formKey.currentState.reset())
4 years ago
OleksandrSobol dea8f872d5 CAKE-116 | merged new world branch into current
4 years ago
OleksandrSobol 521d7294a7 CAKE-92 | fixed templates saving bug on send and exchange pages; added comma for keyboard on templates pages; added fiat amount controller to send page; added crypto amount and fiat amount controllers to send template pages; added send template store to send view model; added updateTemplate(), addTemplate(), removeTemplate() to send view model and exchange view model; fixed remove template alert on send and exchange pages
4 years ago
M 0cc83dd9ee Merge pull request #114 from cake-tech/CAKE-101-change-buttons-position-on-confirm-sending-alert
4 years ago
M 04e7c18841 Fixes and improvments.
4 years ago
OleksandrSobol 0b0b5016b9 CAKE-101 | changed buttons position on confirm sending alert; added poppins font to confirm sending alert
4 years ago
M fe147ff9ed Fixes
4 years ago
M 696b808698 Fixes
4 years ago
M e08e10bc35 Fixes
4 years ago
M e3678d2cf9 Fixes
4 years ago
M 34aa7fdc76 Fixes pre release.
4 years ago
OleksandrSobol 3212f5041f CAKE-49 | merged new-world into current branch
4 years ago
OleksandrSobol a0164ec33f Merge branch 'new-world' into CAKE-49-refactor-send-and-exchange-screen
4 years ago
OleksandrSobol 585f90b2fb CAKE-49 | deleted base send widget, base exchange widget and top panel; added extendBodyBehindAppBar property and transparent AppBar style to base page; refactored send page, send template page, exchange page and exchange template page
4 years ago
OleksandrSobol 45c8b74bf1 CAKE-49 | refactored send page
4 years ago
M e4ebfc94b2 Part 1
4 years ago
M 9074bee6db Merge redesign part 2.
4 years ago
M c950f8bfc0 Merge redesign part 1.
4 years ago
M 24d139e540 TMP 2
4 years ago
M 5eefd6a31b TMP
4 years ago
Oleksandr Sobol 731f12cd63 CAKE-27 | applied light theme to send and send template pages; made status bar is transparent; reworked menu widget and base send widget; applied switch between light and dark themes
4 years ago
Oleksandr Sobol fe9deecd03 CAKE-20 | updated send and send template pages; added send_template_store and exchange_template_store; created base_send_widget; applied send_template_store to send_view_model; applied base_send_widget to send and send template pages; added properties to address_text_field, base_text_field and template_tile
4 years ago
M f45875ba3a General changes. CAKE-1.
4 years ago
Oleksandr Sobol 4dfed515c7 CWA-222 | decreased height of spaces in the dashboard page; renamed clear button to trail button; changed clear button to reset button on exchange page; changed font color on confirm sending alert; increased next button on seed page
4 years ago
Oleksandr Sobol bc88fa9758 CWA-219 | created clear button and fiat currency picker; changed clear button in the send page; fiat and crypto balance aligned to baseline on wallet card; added placeholders to trade_history_panel and address_book_page; keyboard doesn't appear when buttons in the address text field are pressed
4 years ago
Oleksandr Sobol ce21e6bc7a CWA-217 | applied light mode to the application; deleted copy button, enter_pin_code.dart, present picker and standard close button; applied new design to rescan page
4 years ago
Oleksandr Sobol b1f8658eec CWA-212 | created exchange template and exchange template store; added exchange cards to exchange template page; added exchange templates to exchange page; added provider icons to provider picker
4 years ago