Commit graph

57 commits

Author SHA1 Message Date
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
M
47ceac2dd6 Backup stuff. 2021-01-15 19:41:30 +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
9ca4bee602 Merge branch '4.1.0' into CAKE-216-exchange-status-bug
# Conflicts:
#	lib/di.dart
2020-12-24 22:14:24 +02:00
M
7f2b109381 Fixed balance dispaying. Changed updating of balance after sending. Changed text for pre seed screen for btc wallet type. 2020-12-21 22:20:46 +02:00
OleksandrSobol
7168e4727d Merge branch '4.1.0' into CAKE-216-exchange-status-bug 2020-12-18 21:05:02 +02:00
OleksandrSobol
837f639129 CAKE-216 | added trade_details_view_model.dart to the app; applied TradeDetailsViewModel to the trade_details_page.dart; added _updateItems() method to the exchange_trade_view_model.dart; reworked content in the exchange_trade_page.dart 2020-12-18 14:42:53 +02:00
M
eede39ee7a Merged 4.0.9 2020-12-11 20:10:06 +02:00
M
042b17a82f Merge pull request #144 from cake-tech/CAKE-158-transaction-and-balance-displaying-between-accounts
CAKE-158 | added calculating balance to _onAccountChangeReaction in t…
2020-12-04 11:25:59 +02:00
M
62a877dd61 Fixes 2020-11-30 19:17:44 +02:00
OleksandrSobol
3ebc0627e7 CAKE-194 | added pre seed page to app; called pre seed page when creating new wallet from welcome an wallet list pages; added images to assets 2020-11-27 13:08:17 +02:00
OleksandrSobol
23abacd252 CAKE-158 | made account tile slidable; added onEdit function to account tile; added ability to edit wallet account name; added isFirstAddress parameter to wallet_address_list_view_model.dart and made first address in the address list not editable (receive page); wrapped wallet account name in the wallet menu title by observer; added _moneroTransactionsChangeReaction to dashboard_view_model.dart 2020-11-17 20:16:58 +02:00
M
e8f53766a0 Added selection of new wallet type. Returned support of bitcoin wallet. 2020-11-12 18:31:53 +02:00
M
b17e7744c6 Fixes 2020-11-06 20:54:00 +02:00
M
e2c6cb6f4b Fixed loading of setup pin screen from welcome screen for restore case. Renamed 'Next' to 'Restore' for confirm button on restore wallet screen. Removed 'Bitcoin' from welcome screen. 2020-10-26 11:38:01 +02:00
M
082a5f0b6c Fixes 2020-10-24 17:35:55 +03:00
M
0c197660a8 Integrated wallet names generation 2020-10-22 21:24:24 +03:00
M
6b86cfbea2 Updated to flutter v1.22.2 2020-10-19 14:20:24 +03:00
M
598b8c9b9c TMP 2020-10-14 00:11:04 +03:00
M
9a169254a6 Fixes 2020-10-12 11:47:20 +03:00
M
f9cc21478a TMP 2020-10-09 21:34:21 +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
51cf11127c Fixes 2020-09-26 22:17:31 +03:00
M
dcdc411d41 Fixes 2020-09-26 15:19:33 +03:00
M
9c1f726c43 Changed to closable auth screens. Added alert with confirmation for new wallet's seed have written. 2020-09-25 13:26:08 +03:00
M
e4ebfc94b2 Part 1 2020-09-21 14:50:26 +03:00
M
5e1132a299 Merge branch 'dev' of github.com:cake-tech/cake_wallet_private into new-world 2020-09-15 23:52:00 +03:00
M
d67ab4934d Merge redesign part 6. 2020-09-14 15:08:33 +03:00
Oleksandr Sobol
f4b7ccf619 CAKE-40 | added text to restore wallet from keys page, restore wallet from seed details page, wallet seed page; applied wallet seed page call when new wallet was created 2020-09-11 18:52:55 +03:00
OleksandrSobol
f1ec962b61 CAKE-31 | created wallet_restoration_from_keys_vm; applied new design to restore_wallet_from_keys_page, restore_wallet_from_seed_details, new_wallet_page, new_wallet_type_page, seed_language_page; reworked seed_language_selector, seed_language_picker, select_button 2020-09-04 13:40:28 +03:00
OleksandrSobol
9c2d3d339f CAKE-31 | applied new design to restore wallet from seed page and seed widget 2020-09-02 21:31:43 +03:00
Oleksandr Sobol
a93d93dd48 CAKE-29 | fixed call of contact list page 2020-09-01 20:06:41 +03:00
Oleksandr Sobol
76cde0530d CAKE-28 | created information page, exchange trade view model, exchange trade item; added trade property to trades store; changed filtered method (trade filter store); added tradesStore property to exchange view model; applied information page to exchange trade page 2020-08-26 20:31:23 +03:00
Oleksandr Sobol
33209c3cd6 CAKE-20 | updated exchange and exchange template pages; created exchange_view_model and applied to exchange and exchange template pages; applied new design to menu widget; changed text validator and amount validator 2020-07-31 18:29:21 +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
Oleksandr Sobol
25436d9b94 CAKE-15 | moved sync indicator to appbar of the dashboard page; added and applied poppins font to the app; changed balance page, date section row, trade row and transaction row; changed call of the dashboard page in the router 2020-07-22 13:04:11 +03:00
M
f45875ba3a General changes. CAKE-1. 2020-07-06 23:09:03 +03:00
M
81cee186db TMP 4 2020-06-20 10:10:00 +03:00
M
e5d6586a6d TMP 3 2020-06-02 10:47:33 +03:00
M
5a45ffef40 TMP 2 2020-06-01 21:56:21 +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
38d7dbcb33 Merge pull request #58 from cake-tech/CWA-210-rework-send-screen
Cwa 210 rework send screen
2020-05-12 16:20:33 +03:00
M
1d793ab284 BTC 2020-05-12 15:04:54 +03:00
Oleksandr Sobol
9193cb63f6 CWA-209 | added possibility to show address of subaddress instead empty label; added possibility to edit label of subaddress; added setLabel method to subaddress creation store; fixed setLabelSubaddress method in the subaddress_list.dart 2020-05-11 21:00:43 +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
e1de337ab1 CWA-209 | applied new design to account_list_page, account_page and new_subaddress_page; moved header tile from receive_page to a single file; created account tile and base text form field 2020-05-06 20:40:36 +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