cake_wallet/lib/entities
2021-10-04 16:03:35 +03:00
..
action_list_display_mode.dart Part 1 2020-09-21 14:50:26 +03:00
balance.dart Another beautiful day changes 2021-01-11 19:15:27 +02:00
balance_display_mode.dart Another beautiful day changes 2021-01-11 19:15:27 +02:00
biometric_auth.dart CAKE-336 | updated local_auth package and fixed isAuthenticated() method in the biometric_auth.dart 2021-06-03 20:59:12 +03:00
calculate_estimated_fee.dart CAKE-234 2021-01-27 15:51:51 +02:00
calculate_fiat_amount.dart Minor bug fixes. 2021-05-11 18:37:26 +03:00
calculate_fiat_amount_raw.dart Part 1 2020-09-21 14:50:26 +03:00
contact.dart Backup stuff. 2021-01-15 19:41:30 +02:00
contact_base.dart Added auto saving of wallet address to wallet info. Added users wallet addresses into address book. 2021-01-08 20:10:37 +02:00
contact_model.dart Part 1 2020-09-21 14:50:26 +03:00
contact_record.dart Added auto saving of wallet address to wallet info. Added users wallet addresses into address book. 2021-01-08 20:10:37 +02:00
crypto_amount_format.dart Part 1 2020-09-21 14:50:26 +03:00
crypto_currency.dart Merge pull request #125 from cake-tech/CAKE-314-bnb-exchange-bug 2021-05-10 19:26:00 +03:00
currency_for_wallet_type.dart Reworked electrum wallet. Added Litecoin wallet. 2021-05-07 10:36:38 +03:00
default_settings_migration.dart Type fixes. Fixed way for check monero nodes health. 2021-05-11 19:57:12 +03:00
digest_request.dart Part 1 2020-09-21 14:50:26 +03:00
encrypt.dart Part 1 2020-09-21 14:50:26 +03:00
enumerable_item.dart Part 1 2020-09-21 14:50:26 +03:00
fiat_currency.dart Migration for iOS. 2020-09-23 21:26:10 +03:00
format_amount.dart CAKE-160 | added to format_amount.dart case when amount contains ',' symbol 2020-11-09 18:09:04 +02:00
fs_migration.dart Reworked electrum wallet. Added Litecoin wallet. 2021-05-07 10:36:38 +03:00
generate_name.dart generateName() now returns strings with capitalized words 2020-10-24 13:51:12 -05:00
get_encryption_key.dart Part 1 2020-09-21 14:50:26 +03:00
ios_legacy_helper.dart Migration for iOS. 2020-09-23 21:26:10 +03:00
language_service.dart Merge branch 'main' into CAKE-320-add-Croatian-language 2021-05-10 19:26:52 +03:00
load_current_wallet.dart Fixes for update fiat rate after change of current wallet type. Fixes for change amount for btc transactions. Changed displaying of balance for btc wallet. General fixes. 2020-12-15 18:29:10 +02:00
mnemonic_item.dart Part 1 2020-09-21 14:50:26 +03:00
monero_transaction_priority.dart CAKE-234 2021-01-27 15:51:51 +02:00
node.dart Type fixes. Fixed way for check monero nodes health. 2021-05-11 19:57:12 +03:00
node_list.dart Reworked electrum wallet. Added Litecoin wallet. 2021-05-07 10:36:38 +03:00
openalias_record.dart Part 1 2020-09-21 14:50:26 +03:00
parse_address_from_domain.dart CAKE-360 | merged all yat branches into current; saving information about yat to connected wallet; fixed qr widget; applied yat, unstoppable domains and open alias to contact book 2021-10-01 18:13:10 +03:00
parseBoolFromString.dart Part 1 2020-09-21 14:50:26 +03:00
parsed_address.dart CAKE-359 | fixed yat_record.dart for multiple addresses in yat; fixed ParsedAddress class; applied ParsedAddress in the parse_address_from_domain_alert.dart; added parsedAddress and renamed applyOpenaliasOrUnstoppableDomains() to fetchParsedAddress() in the output.dart; fixed send_page.dart, send_card.dart and exchange_page.dart; added choose_yat_address_alert.dart to the app; added current wallet address to request parameters in the yat_alert.dart 2021-09-20 17:56:27 +03:00
pathForWallet.dart Fixes issue with loading old android wallets. Changed seed text field type to visual password. 2020-11-13 16:58:28 +02:00
pending_transaction.dart Part 1 2020-09-21 14:50:26 +03:00
preferences_key.dart CAKE-360 | added shouldShowYatPopup parameter to settings_store.dart and applied this parameter to dashboard_view_model.dart and dashboard_page.dart; added scrollbar to choose_yat_address_alert.dart; changed yat logo; fixed fetchYatAddress() method in the yat_store.dart; created class YatLink 2021-10-04 16:03:35 +03:00
qr_scanner.dart Part 1 2020-09-21 14:50:26 +03:00
record.dart Fixes 2020-09-28 18:47:43 +03:00
secret_store_key.dart Backup. 2021-01-13 18:43:34 +02:00
sync_status.dart CAKE-91 2020-11-11 11:49:46 +02:00
template.dart Backup stuff. 2021-01-15 19:41:30 +02:00
transaction_creation_credentials.dart Part 1 2020-09-21 14:50:26 +03:00
transaction_description.dart Backup stuff. 2021-01-15 19:41:30 +02:00
transaction_direction.dart Part 1 2020-09-21 14:50:26 +03:00
transaction_history.dart CAKE-304 | upgraded project to flutter 2.x.x, upgraded packages and resolved problems 2021-04-02 20:43:06 +03:00
transaction_info.dart Fixes. 2020-12-17 15:39:21 +02:00
transaction_priority.dart CAKE-234 2021-01-27 15:51:51 +02:00
unstoppable_domain_address.dart CAKE-192 | parse_address_from_domain.dart fixed and split on 2 files (current and parse_address_from_domain_alert.dart), then moved to the entities directory; used one channel for native calls; removed unneeded spaces; fixed handle of unstoppable domain error in the MainActivity.java 2021-07-07 16:50:55 +03:00
wallet.dart CAKE-304 | upgraded project to flutter 2.x.x, upgraded packages and resolved problems 2021-04-02 20:43:06 +03:00
wallet_addresses.dart CAKE-343 | added bitcoin_wallet_addresses.dart and litecoin_wallet_addresses.dart tj the app; moved addresses from wallets to wallet addresses classes; deleted wallet addresses credentials 2021-07-13 08:46:34 +03:00
wallet_contact.dart Added auto saving of wallet address to wallet info. Added users wallet addresses into address book. 2021-01-08 20:10:37 +02:00
wallet_description.dart Part 1 2020-09-21 14:50:26 +03:00
wallet_info.dart CAKE-360 | merged all yat branches into current; saving information about yat to connected wallet; fixed qr widget; applied yat, unstoppable domains and open alias to contact book 2021-10-01 18:13:10 +03:00
wallet_type.dart Minor bug fixes. 4.2.1. 2021-05-12 18:06:39 +03:00
wallets_manager.dart Part 1 2020-09-21 14:50:26 +03:00