cake_wallet/lib/core
2021-04-02 20:43:06 +03:00
..
address_label_validator.dart Part 1 2020-09-21 14:50:26 +03:00
address_validator.dart CAKE-281 | added addr1 address format validation for cardano 2021-02-23 20:38:36 +02:00
amount.dart Part 1 2020-09-21 14:50:26 +03:00
amount_converter.dart Part 1 2020-09-21 14:50:26 +03:00
amount_validator.dart CAKE-116 | added AllAmountValidator class to the amount_validator.dart; applied all amount validator to the send page; added fiat amount controller to the send page 2020-10-09 10:41:29 +03:00
auth_service.dart Part 1 2020-09-21 14:50:26 +03:00
auth_state.dart TMP 4 2020-06-20 10:10:00 +03:00
backup_service.dart 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
contact_name_validator.dart General changes. CAKE-1. 2020-07-06 23:09:03 +03:00
execution_state.dart CAKE-169 | added NodeSSL class with getter useSSl; applied useSSL in the connectToNode() method in the monero_wallet.dart; added dynamic parameter to ExecutedSuccessfullyState class; applied ExecuteState class to connect() method in the node_create_or_edit_view_model.dart; deleted connection_state.dart; deleted _isEffectsInstalled parameter from node_create_or_edit_page.dart 2020-12-02 20:26:41 +02:00
fiat_conversion_service.dart CAKE-304 | upgraded project to flutter 2.x.x, upgraded packages and resolved problems 2021-04-02 20:43:06 +03:00
generate_wallet_password.dart Part 1 2020-09-21 14:50:26 +03:00
key_service.dart Part 1 2020-09-21 14:50:26 +03:00
mnemonic_length.dart Part 1 2020-09-21 14:50:26 +03:00
monero_account_label_validator.dart 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
node_address_validator.dart CAKE-136 | added "-" symbol to node_address_validator.dart; changed minLength from 1 to 0 in the node_port_validator.dart 2020-10-30 15:11:20 +02:00
node_port_validator.dart CAKE-136 | added "-" symbol to node_address_validator.dart; changed minLength from 1 to 0 in the node_port_validator.dart 2020-10-30 15:11:20 +02:00
pending_transaction.dart Fixes 2020-11-06 20:54:00 +02:00
seed_validator.dart Fixes 2020-11-30 19:17:44 +02:00
template_validator.dart 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
transaction_history.dart Fixes 2020-09-28 22:02:30 +03:00
validator.dart 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
wallet_base.dart CAKE-234 2021-01-27 15:51:51 +02:00
wallet_creation_service.dart Part 1 2020-09-21 14:50:26 +03:00
wallet_creation_state.dart TMP 1 2020-06-01 21:13:56 +03:00
wallet_credentials.dart Added selection of new wallet type. Returned support of bitcoin wallet. 2020-11-12 18:31:53 +02:00
wallet_service.dart TMP 4 2020-06-20 10:10:00 +03:00