OleksandrSobol
|
ae9efb0ae8
|
CAKE-192 | implemented unstoppable domain address to the app
|
2021-04-20 20:49:53 +03:00 |
|
M
|
35aabcd248
|
Estimated fee rates.
|
2021-02-13 00:38:34 +02:00 |
|
M
|
e3b8ea1128
|
CAKE-234
|
2021-01-27 15:51:51 +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 |
|
OleksandrSobol
|
d21c31964c
|
CAKE-232 | reworked ALL button on the send page
|
2021-01-13 18:27:30 +02:00 |
|
M
|
a4ead9c2ba
|
Another beautiful day fixes
|
2021-01-12 13:14:28 +02:00 |
|
OleksandrSobol
|
39e91c74cd
|
CAKE-222 | applied adaptive picker to send and settings pages
|
2021-01-08 18:49:28 +02:00 |
|
OleksandrSobol
|
0e721b7795
|
Merge branch '4.1.0' into CAKE-222-fix-fee-picker-on-the-settings-screen
|
2021-01-08 17:38:57 +02:00 |
|
OleksandrSobol
|
68a39bdcfc
|
CAKE-222 | fixed transaction priority picker on the send page
|
2021-01-06 10:42:21 +02:00 |
|
M
|
c0835d46ef
|
Merge branch '4.1.0' into CAKE-198-notes-for-transactions
|
2021-01-05 21:57:05 +02:00 |
|
Oleksandr Sobol
|
18ba208e44
|
CAKE-221 | fixed string resources
|
2020-12-30 18:19:16 +02:00 |
|
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
|
2020-12-30 16:54:55 +02:00 |
|
OleksandrSobol
|
ac1709bffb
|
CAKE-221 | added fiat amount to estimated fee; reworked confirm_sending_alert.dart; applied alert when transaction was committed
|
2020-12-29 20:48:57 +02:00 |
|
Oleksandr Sobol
|
44536a8231
|
CAKE-198 | fixed string resources (send_success)
|
2020-12-24 10:33:11 +02:00 |
|
Oleksandr Sobol
|
139f223de8
|
CAKE-198 | fixed string resources
|
2020-12-23 10:39:59 +02:00 |
|
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
|
2020-12-22 20:42:30 +02:00 |
|
M
|
89c240091b
|
Merged btc and 4.1.0 branches.
|
2020-12-18 20:42:28 +02:00 |
|
OleksandrSobol
|
572948d176
|
CAKE-219 | changed buttons color for dark mode on send and wallet list pages; change button text color on send template page
|
2020-12-18 15:21:30 +02:00 |
|
M
|
2060edc8ee
|
Minor fixes: fixed scanning of btc uri; fixed display of confirm button on exchange trade screen./
|
2020-12-15 21:40:28 +02:00 |
|
OleksandrSobol
|
941e7c4dd8
|
CAKE-182 | applied light theme to the app
|
2020-12-11 20:46:20 +02:00 |
|
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
|
2020-12-10 19:53:40 +02:00 |
|
M
|
93653d4554
|
Added validation for bitcoin seed. Changed transaction properties for bitcoin wallet type. Added special text after sending for bitcoin.
|
2020-12-03 21:34:56 +02:00 |
|
M
|
ad3142aeb9
|
Changed app font to Lato. Changes for anrdoid version
|
2020-11-11 17:55:18 +02:00 |
|
M
|
b17e7744c6
|
Fixes
|
2020-11-06 20:54:00 +02:00 |
|
M
|
8117a993f1
|
Merge pull request #129 from cake-tech/CAKE-135-validation-alert
CAKE-135 | removed validation alert in the send and exchange pages wh…
|
2020-10-30 19:36:09 +02:00 |
|
M
|
9f498f30a2
|
CAKE-134. CAKE-139. FIXES.
|
2020-10-30 18:32:21 +02:00 |
|
OleksandrSobol
|
18e2df4f40
|
CAKE-135 | removed validation alert in the send and exchange pages when clear/reset buttons was pushed (applied _formKey.currentState.reset())
|
2020-10-30 14:42:23 +02:00 |
|
OleksandrSobol
|
dea8f872d5
|
CAKE-116 | merged new world branch into current
|
2020-10-09 23:19:12 +03:00 |
|
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
|
2020-10-07 08:58:22 +03:00 |
|
M
|
0cc83dd9ee
|
Merge pull request #114 from cake-tech/CAKE-101-change-buttons-position-on-confirm-sending-alert
CAKE-101 | changed buttons position on confirm sending alert; added p…
|
2020-10-06 14:39:39 +03:00 |
|
M
|
04e7c18841
|
Fixes and improvments.
|
2020-10-02 20:28:29 +03:00 |
|
OleksandrSobol
|
0b0b5016b9
|
CAKE-101 | changed buttons position on confirm sending alert; added poppins font to confirm sending alert
|
2020-10-01 20:51:30 +03:00 |
|
M
|
fe147ff9ed
|
Fixes
|
2020-09-30 21:23:15 +03:00 |
|
M
|
696b808698
|
Fixes
|
2020-09-29 20:56:11 +03:00 |
|
M
|
e08e10bc35
|
Fixes
|
2020-09-28 22:02:30 +03:00 |
|
M
|
e3678d2cf9
|
Fixes
|
2020-09-28 18:47:43 +03:00 |
|
M
|
34aa7fdc76
|
Fixes pre release.
|
2020-09-25 18:32:44 +03:00 |
|
OleksandrSobol
|
3212f5041f
|
CAKE-49 | merged new-world into current branch
|
2020-09-22 22:26:20 +03:00 |
|
OleksandrSobol
|
a0164ec33f
|
Merge branch 'new-world' into CAKE-49-refactor-send-and-exchange-screen
# Conflicts:
# lib/di.dart
# lib/src/screens/base_page.dart
# lib/src/screens/exchange/widgets/base_exchange_widget.dart
# lib/src/screens/send/widgets/base_send_widget.dart
# pubspec.lock
|
2020-09-22 21:59:13 +03:00 |
|
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
|
2020-09-22 21:32:43 +03:00 |
|
OleksandrSobol
|
45c8b74bf1
|
CAKE-49 | refactored send page
|
2020-09-21 22:01:45 +03:00 |
|
M
|
e4ebfc94b2
|
Part 1
|
2020-09-21 14:50:26 +03:00 |
|
OleksandrSobol
|
18ccd5de35
|
redesign | merged with dev branch
|
2020-09-14 22:07:44 +03:00 |
|
OleksandrSobol
|
cc4a1f1d80
|
Merge branch 'dev' into redesign
# Conflicts:
# lib/generated/i18n.dart
# lib/src/screens/dashboard/wallet_menu.dart
# lib/src/screens/exchange/widgets/base_exchange_widget.dart
# lib/src/screens/send/widgets/base_send_widget.dart
|
2020-09-14 21:33:44 +03:00 |
|
OleksandrSobol
|
163700bcd8
|
CAKE-39 | changed buttons color on base send widget, base exchange widget, exchange confirm page, exchange trade page, node create or edit page, contact page, seed widget, restore wallet from seed details page, restore wallet from keys page, wallet seed page, template tile
|
2020-09-10 13:33:34 +03:00 |
|
OleksandrSobol
|
49c495f688
|
CAKE-38 | changed button position in alerts (contact list page, wallet menu, base exchange widget, nodes list page, base send widget, change language page)
|
2020-09-08 20:21:09 +03:00 |
|
M
|
9074bee6db
|
Merge redesign part 2.
|
2020-09-02 11:47:41 +03:00 |
|
M
|
c16fac1b1d
|
Merge branch 'CAKE-28-update-exchange-screen' of github.com:cake-tech/cake_wallet_private into btc
|
2020-09-01 14:18:14 +03:00 |
|
M
|
c950f8bfc0
|
Merge redesign part 1.
|
2020-09-01 14:18:07 +03:00 |
|
Oleksandr Sobol
|
d6a7f1fb61
|
CAKE-28 | added available balance row and applied transactions priority picker to base send widget
|
2020-08-31 20:53:53 +03:00 |
|
M
|
24d139e540
|
TMP 2
|
2020-08-29 13:19:27 +03:00 |
|
Oleksandr Sobol
|
4ed7f6ec18
|
CAKE-28 | created filter tile, filter widget, checkbox widget and filter item; applied filter items to filter widget, also applied filter widget to dashboard page; reworked wallet list page and menu widget; applied light and dark themes to filter widget and wallet list age; fixed filtered method in the trade filter store
|
2020-08-28 23:04:48 +03:00 |
|
M
|
5eefd6a31b
|
TMP
|
2020-08-25 19:32:40 +03:00 |
|
Oleksandr Sobol
|
1cd5af2471
|
CAKE-27 | fixed template title color (send page)
|
2020-08-21 17:38:01 +03:00 |
|
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
|
2020-08-20 20:43:54 +03:00 |
|
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
|
2020-07-29 19:55:42 +03:00 |
|
M
|
f45875ba3a
|
General changes. CAKE-1.
|
2020-07-06 23:09:03 +03:00 |
|
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
|
2020-06-10 19:17:55 +03:00 |
|
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
|
2020-06-02 21:03:05 +03:00 |
|
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
|
2020-05-29 18:10:11 +03:00 |
|
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
|
2020-05-14 20:29:10 +03:00 |
|
Oleksandr Sobol
|
714661e91b
|
CWA-212 | created currency picker and provider picker; moved template tile to widgets directory; created exchange template page
|
2020-05-13 21:26:15 +03:00 |
|
Oleksandr Sobol
|
3f5ced13e1
|
CWA-210 | added estimated fee row and clear button to the send page; removed validation from cryptocurrency textfield in the send template page; changed call send template page in the router; fix "clear" in polish
|
2020-05-11 11:22:03 +03:00 |
|
Oleksandr Sobol
|
25f3920073
|
CWA-210 | added template class, template tile, send template page and send template store
|
2020-05-08 19:22:56 +03:00 |
|
Oleksandr Sobol
|
722efa2f89
|
CWA-210 | applied new design to send page; created sending alert and confirm sending alert
|
2020-05-07 20:10:04 +03:00 |
|
Oleksandr Sobol
|
d9f8ddb141
|
CWA-204 | applied new design to welcome and new wallet pages; created new wallet type page and select button; changed loading primary button
|
2020-04-28 20:50:12 +03:00 |
|
Oleksandr Sobol
|
652ba16777
|
CWA-69 | reworked OpenaliasRecord class
|
2020-02-25 14:45:06 +02:00 |
|
Oleksandr Sobol
|
0efe8af3e0
|
CWA-173 | created OpenaliasRecord class, renamed fetchXmrAddressAndRecipientName method on fetchAddressAndName, used forEach instead of for loop in this method, checked entered xmr address in the send store
|
2020-02-25 11:28:33 +02:00 |
|
Oleksandr Sobol
|
28085ce057
|
CWA-69 | translated title and content in the openalias alert dialog (send page)
|
2020-02-21 12:45:15 +02:00 |
|
Oleksandr Sobol
|
dde482c4f6
|
CWA-69 | added focusNode to address_text_field, got recipient name in the openalias, added focusNode listener in the send_page
|
2020-02-20 23:02:41 +02:00 |
|
Oleksandr Sobol
|
91091a8d19
|
CWA-69 | added focusNode to address_text_field, got recipient name in the openalias, added focusNode listener in the send_page
|
2020-02-20 22:50:22 +02:00 |
|
Oleksandr Sobol
|
df9418c799
|
CWA-69 | created formatDomainName() and fetchXmrAddress() in the openalias.dart. Added openalias to send page
|
2020-02-19 22:14:39 +02:00 |
|
Oleksandr Sobol
|
93c4f04f71
|
CWA-167 | changed decimal parameter of keyboard on true for exchange and send pages
|
2020-01-22 18:42:11 +02:00 |
|
M
|
b7e8abcb95
|
Changed way to committing of transactions.
|
2020-01-13 14:34:50 +02:00 |
|
M
|
78ec11de47
|
Fixed issues for linter and analyzer
|
2020-01-08 15:12:50 +02:00 |
|
M
|
69f4c127ab
|
Added the project
|
2020-01-04 21:31:52 +02:00 |
|