571 Commits (8b349435dfb687ae01aa3c860d230ddde933e7bd)
 

Author SHA1 Message Date
Oleksandr Sobol 8b349435df CAKE-207 | fixed string resources
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 c20d57e9a9 Changed version to 4.0.9
4 years ago
M cbf265bd92 Changed listener for update of transactions list.
4 years ago
M 042b17a82f Merge pull request #144 from cake-tech/CAKE-158-transaction-and-balance-displaying-between-accounts
4 years ago
M 5ea8b79ae2 Merge pull request #149 from cake-tech/CAKE-185-digits-limit-on-monero-transaction
4 years ago
OleksandrSobol df01fa0314 CAKE-185 | removed isValidAmount() from exchange_view_model.dart and exchange_page.dart; throw exception in the createTrade() (xmrto_exchange_provider.dart) if number of fractional digits of amount more than 8
4 years ago
OleksandrSobol b200c56c58 CAKE-158 | added isPrimary property to WalletAddressListItem; removed defining primary address cell in the receive_page.dart
4 years ago
OleksandrSobol a5d5831d99 CAKE-158 | removed isFirstAddress from wallet_address_list_view_model.dart; rename isFirstAddress property of AddressCell on isPrimary; defined primary address cell in the receive_page.dart
4 years ago
M 1b7ffb735e Merge branch '4.0.9' of github.com:cake-tech/cake_wallet_private into 4.0.9
4 years ago
M b309d01892 Removed swipe back on preseed and seed screens for new wallet.
4 years ago
M c8da3a697a Merge pull request #151 from cake-tech/CAKE-184-clean-exchange-screen-after-exchange
4 years ago
Oleksandr Sobol 27cfad5d95 CAKE-185 | fixed string resources
4 years ago
Oleksandr Sobol 30baad314a Merge branch '4.0.9' into CAKE-185-digits-limit-on-monero-transaction
4 years ago
Oleksandr Sobol c21fd04345 CAKE-185 | fixed string resources
4 years ago
Oleksandr Sobol 1755343ce0 Merge remote-tracking branch 'origin/CAKE-185-digits-limit-on-monero-transaction' into CAKE-185-digits-limit-on-monero-transaction
4 years ago
Oleksandr Sobol 27cbb43c73 Merge remote-tracking branch 'origin/4.0.9' into CAKE-185-digits-limit-on-monero-transaction
4 years ago
M 4b15c2d39f Merge pull request #145 from cake-tech/CAKE-169-improve-new-node-screen-form
4 years ago
M 1dd6e78ae9 Removed NodeSSL, added isSSL proprty to Node class.
4 years ago
OleksandrSobol 458079d3ae CAKE-185 | added title property to TradeIsCreatedFailure class; applied title property in the createTrade() method (exchange_view_model.dart); applied title property as alert title in the exchange_page.dart
4 years ago
Oleksandr Sobol 2322a4a73a CAKE-169 | fixed string resources
4 years ago
Oleksandr Sobol aad33eb513 Merge remote-tracking branch 'origin/4.0.9' into CAKE-169-improve-new-node-screen-form
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
M e745e56f2d Merge pull request #150 from cake-tech/CAKE-194-add-preseed-screen
4 years ago
M b4d0984ef3 Merge pull request #146 from cake-tech/CAKE-187-add-new-btc-address-for-validation
4 years ago
M 4887b84f04 Merge pull request #147 from cake-tech/CAKE-193-rename-receive-screen-button
4 years ago
M a78aa2ffe0 Merge pull request #148 from cake-tech/CAKE-191-remove-scan-the-qr-code-on-receive-screen
4 years ago
Oleksandr Sobol ee666db21b CAKE-169 | fixed string resources
4 years ago
OleksandrSobol e10387a1b6 CAKE-158 | called update() method for accountList in the _onNewBlock() and rescan() methods (monero_wallet.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
Oleksandr Sobol cc9cb9001d CAKE-194 | fixed string resources
4 years ago
Oleksandr Sobol 4dcd17dc10 CAKE-194 | fixed string resources
4 years ago
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
4 years ago
Oleksandr Sobol ca0c0d1ad6 CAKE-185 | fixed string resources
4 years ago
Oleksandr Sobol 4f43e963bf CAKE-185 | fixed string resources
4 years ago
OleksandrSobol 623299b8f6 CAKE-185 | changed isValidAmount() in the exchange_view_model.dart
4 years ago
OleksandrSobol 4cb4ede2d3 CAKE-185 | added validation of amount for xmr.to provider in the exchange_page.dart; added isValidAmount() to exchange_view_model.dart
4 years ago
OleksandrSobol 900b7ffedc CAKE-191 | removed Scan the qr code from qr widget
4 years ago
OleksandrSobol 8cf6d73daa CAKE-193 | renamed receive screen button
4 years ago
OleksandrSobol 29b03628e6 CAKE-191 | removed Scan the QR code from receive page
4 years ago
OleksandrSobol dd71edd8c8 CAKE-185 | fixed _amount in the changeDepositAmount() method (exchange_view_model.dart)
4 years ago
OleksandrSobol e927df3712 CAKE-187 | added new btc address for validation (address_validator.dart)
4 years ago
OleksandrSobol 83fea0e9d3 CAKE-169 | made Save button disabled during testing connection to node (node_create_or_edit_page.dart)
4 years ago
OleksandrSobol 5787bac658 CAKE-158 | added _onMoneroBalanceChangeReaction instead _onMoneroTransactionsChangeReaction in the dashboard_view_model.dart
4 years ago
Oleksandr Sobol 88477751c6 CAKE-169 | fixed string resources
4 years ago
OleksandrSobol 6cd6139fb3 CAKE-169 | created connection_state.dart; added connect() method and connectionState parameter to node_create_or_edit_view_model.dart; replaced Reset button to Connect button and added _setEffects() method to node_create_or_edit_page.dart; changed useSSL parameter from false to true in the connectToNode() method (monero_wallet.dart)
4 years ago
OleksandrSobol 11464a79e6 CAKE-184 | cleaned exchange screen when exchange confirm page was called
4 years ago
OleksandrSobol 7aecb33044 CAKE-158 | merged 4.0.8 into current branch; renamed _onMoneroTransactionsChange() on _onMoneroTransactionsUpdate(); applied _onMoneroTransactionsUpdate() in the dashboard_view_model.dart
4 years ago
OleksandrSobol 17ba74bce7 Merge branch '4.0.8' into CAKE-158-transaction-and-balance-displaying-between-accounts
4 years ago
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
4 years ago