66 Commits (f9d0b1771618d745603f2688a5b9471a459229b2)

Author SHA1 Message Date
M 053e0d18ef Type fixes. Fixed way for check monero nodes health.
3 years ago
M f4c57e22f2 Minor bug fixes.
3 years ago
M 2b4248e30b Merged main into ltc.
3 years ago
M c3859d3d47 Merge branch 'main' into CAKE-320-add-Croatian-language
3 years ago
M b23db7e414 Merge pull request #125 from cake-tech/CAKE-314-bnb-exchange-bug
3 years ago
M bfa76ddea9 Merge pull request #120 from cake-tech/CAKE-315-remove-nano-currency-from-the-exchange
3 years ago
M 1cb27d9da3 Fixes for LTC electrum nodes available.
3 years ago
M 1330966794 Reworked electrum wallet. Added Litecoin wallet.
3 years ago
OleksandrSobol cde83cb61f CAKE-320 | added Croatian language to the app
3 years ago
OleksandrSobol 3675350452 CAKE-314 | changed bnb crypto currency to bnb bep2; removed bnb bep2 from receive currency list on exchange page
3 years ago
OleksandrSobol e188806f16 CAKE-316 | added Italian language to the app
3 years ago
OleksandrSobol c9df68ca06 CAKE-315 | removed nano from list of crypto currencies in the crypto_currency.dart
3 years ago
M 6fe6d2aebb Merge pull request #107 from cake-tech/CAKE-305-next-address-bug-for-btc-wallet
3 years ago
OleksandrSobol 0cd4bd46f7 CAKE-304 | upgraded project to flutter 2.x.x, upgraded packages and resolved problems
3 years ago
OleksandrSobol 0848ede37f CAKE-305 | fixed transfer to wyre next btc address
3 years ago
OleksandrSobol ff8ed30483 CAKE-272 | added parameters to script; added possibility to generate locales.dart from arb file list; added loadLocaleList() method to language_service.dart
3 years ago
M c1b52ebede Fixes for wyre.
3 years ago
OleksandrSobol 1cbbc71201 CAKE-279 | canceled changes in AndroidManifest.xml and MainActivity.java; added static constants to wyre_service.dart; moved WyreException class into own file; imported WyreService by di.dart
3 years ago
OleksandrSobol 08efc52f71 CAKE-279 | removed find_order_by_id.dart; added and applied wyre_service.dart to the app
3 years ago
M 23f73df391 Whatever.
3 years ago
OleksandrSobol 60333e235d CAKE-279 | applied order details to the app
3 years ago
M 0bc804c284 Fixes. Changed terms of use text.
3 years ago
M e3b8ea1128 CAKE-234
3 years ago
M 47ceac2dd6 Backup stuff.
4 years ago
M 9a79fcdc23 Merged 4.1.0
4 years ago
M c09a41b090 Backup.
4 years ago
M 9db6e233c7 Another beautiful day changes
4 years ago
M bef18de7a6 Added auto saving of wallet address to wallet info. Added users wallet addresses into address book.
4 years ago
M c0835d46ef Merge branch '4.1.0' into CAKE-198-notes-for-transactions
4 years ago
M 74cdf7cd7f Changed of electrum servers list. Changed default electrum server.
4 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
4 years ago
M bd2bab997f Added backsupport for old saved themes
4 years ago
M 89c240091b Merged btc and 4.1.0 branches.
4 years ago
M 72bb8af6f3 FIxes(2).
4 years ago
M 4a2f1e48ff Fixes.
4 years ago
M 8cb9bd15cd 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.
4 years ago
OleksandrSobol 85497a1218 CAKE-182 | changed colors on dashboard page for light theme; changed action buttons icons on dashboard page; changed buttons colors on alerts for light theme; deleted item_from_theme.dart; added getters (isLightTheme, isBrightTheme, isDarkTheme) to Themes class; applied getters to the app
4 years ago
M eede39ee7a Merged 4.0.9
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 1dd6e78ae9 Removed NodeSSL, added isSSL proprty to Node class.
4 years ago
OleksandrSobol 4f280e103e 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
4 years ago
OleksandrSobol 5ee278237f CAKE-169 | added useSSL parameter to node.dart and to node_create_or_edit_view_model.dart; applied useSSL parameter in the connectToNode() method (monero_wallet.dart) and in the save() method (node_create_or_edit_view_model.dart); created standard_checkbox.dart and applied StandardCheckbox widget in the node_create_or_edit_page.dart
4 years ago
M ba2b5fb1fa Fixes issue with loading old android wallets. Changed seed text field type to visual password.
4 years ago
M 36b8cc9086 Merge pull request #137 from cake-tech/CAKE-160-remove-digit-after-dots-for-cryptobalance
4 years ago
M 882c57a132 CAKE-91
4 years ago
M 03f47e393c Fixes.
4 years ago
OleksandrSobol 5ce4fe7407 CAKE-160 | added to format_amount.dart case when amount contains ',' symbol
4 years ago
M 8a55d566c6 Fixed migration for pin length. Fixed issue for change of current address on dashboard address page.
4 years ago
Tanner Silva cd5426da81 generateName() now returns strings with capitalized words
4 years ago