326 Commits (135ede6a78f8d293ce97ad0ac7591ce7349375b1)

Author SHA1 Message Date
OleksandrSobol 7168e4727d Merge branch '4.1.0' into CAKE-216-exchange-status-bug
4 years ago
M 89c240091b Merged btc and 4.1.0 branches.
4 years ago
M 89cebac642 Merge pull request #154 from cake-tech/CAKE-182-light-theme
4 years ago
M 72bb8af6f3 FIxes(2).
4 years ago
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
4 years ago
M 91fd0e8261 Fixes(1).
4 years ago
OleksandrSobol c257c60d72 CAKE-210 | added possibility to enter comma in amount field (qr_widget.dart); replaced comma by dot in the MoneroURI and BitcoinURI classes (wallet_address_list_view_model.dart)
4 years ago
M 4a2f1e48ff Fixes.
4 years ago
M 02ebc54a38 Fixed updating of transactions history. Added support for part formatted electrum server response
4 years ago
OleksandrSobol d370c912bb CAKE-208 | added current balance display mode saving to shared preferences (settings_store.dart); added moneroBalance property, reactions and _onWalletChange() method to balance_view_model.dart
4 years ago
OleksandrSobol 6639238ca7 CAKE-182 | moved themes directory from src to lib
4 years ago
OleksandrSobol 10b419fbbe CAKE-182 | applied new color scheme to alert buttons; deleted themes.dart; added theme_base.dart, light_theme.dart, bright_theme.dart, dark_theme.dart, theme_list.dart to the app
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
M eede39ee7a Merged 4.0.9
4 years ago
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 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
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 93653d4554 Added validation for bitcoin seed. Changed transaction properties for bitcoin wallet type. Added special text after sending for bitcoin.
4 years ago
Oleksandr Sobol 30baad314a Merge branch '4.0.9' into CAKE-185-digits-limit-on-monero-transaction
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
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 62a877dd61 Fixes
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 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 dd71edd8c8 CAKE-185 | fixed _amount in the changeDepositAmount() method (exchange_view_model.dart)
4 years ago
OleksandrSobol 5787bac658 CAKE-158 | added _onMoneroBalanceChangeReaction instead _onMoneroTransactionsChangeReaction in the dashboard_view_model.dart
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 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
M c5b739d36a Merge branch '4.0.8' of github.com:cake-tech/cake_wallet_private into btc
4 years ago
M 1afe4255a7 Another one fix for authentication bar disapearing. Changed build version to 20 for android, 4.0.8 (3) for iOS.
4 years ago
OleksandrSobol f704bdc864 CAKE-158 | added calculating balance to _onAccountChangeReaction in the monero wallet; created _onMoneroAccountChange method in the dashboard_view_model.dart; added _onMoneroAccountChangeReaction and account filter to transaction list in the dashboard_view_model.dart
4 years ago
M 58280d1bb2 Merge pull request #143 from cake-tech/CAKE-172-restore-and-rescan-screen-fixes
4 years ago
OleksandrSobol 838368c1f4 CAKE-172 | added onHeightOrDateEntered function to blockchain_height_widget and called it in the restoreHeightController listener; added string resources to blockchain_height_widget; added isButtonEnabled parameter to rescan view model and wallet restore view model; added reaction on mode in the wallet restore page; applied isDisable to buttons in wallet restore page and rescan page
4 years ago
M e8f53766a0 Added selection of new wallet type. Returned support of bitcoin wallet.
4 years ago
OleksandrSobol 7bbc14d549 CAKE-171 | fixed fiat amount displaying bug on transaction list; moved calculating price, type of fiat currency and display mode to transaction list item
4 years ago
M 93049b4aa1 Fixes for exchanges. CAKE-159.
4 years ago
M c86c44a936 CAKE-161
4 years ago
M b17e7744c6 Fixes
4 years ago
M 8a55d566c6 Fixed migration for pin length. Fixed issue for change of current address on dashboard address page.
4 years ago
M 73133d71fe Merge pull request #133 from cake-tech/CAKE-143-implement-newexchange-alert
4 years ago
Oleksandr Sobol 68fa60954d CAKE-145 | changed twitter link and name on the settings page; changed text on the rescan page; changed reconnect alert text; changed button color on create account and create new subaddress pages; changed title of create new subaddress page
4 years ago
OleksandrSobol 7ce30e08b0 CAKE-143 | added status parameter to exchange_view_model.dart; called alert when user tries exchange deposit xmr currency but wallet is not synchronized
4 years ago
M 8117a993f1 Merge pull request #129 from cake-tech/CAKE-135-validation-alert
4 years ago
M 9f498f30a2 CAKE-134. CAKE-139. FIXES.
4 years ago
OleksandrSobol 18e2df4f40 CAKE-135 | removed validation alert in the send and exchange pages when clear/reset buttons was pushed (applied _formKey.currentState.reset())
4 years ago
M 68f748b09a Changed min ios version to 11.0. Fixes.
4 years ago
M 596706fd2e Merge branch 'new-world' of github.com:cake-tech/cake_wallet_private into new-world
4 years ago
M 882f13011c Fixes.
4 years ago
M ee60244dc2 Merge pull request #125 from cake-tech/CAKE-123-change-telegram-bot-name
4 years ago
M b8e435ea8e Fixes.
4 years ago
OleksandrSobol 4dce12e2df CAKE-123 | changed Telegram bot name in the settings page
4 years ago
M 082a5f0b6c Fixes
4 years ago
M 71e02f429d Merge branch 'new-world' of github.com:cake-tech/cake_wallet_private into rework-restore-wallet
4 years ago
M 588d93c1a4 Fixes
4 years ago
M db7e36962b Merge pull request #124 from cake-tech/CAKE-126-unite-show-seed-and-show-keys-screens
4 years ago
M 57eaeb547b Merge pull request #121 from cake-tech/CAKE-116-all-button-validation-bug
4 years ago
M 0c197660a8 Integrated wallet names generation
4 years ago
Oleksandr Sobol 1f1f6e3e57 CAKE-126 | fixed string resources
4 years ago
OleksandrSobol 753e898112 CAKE-126 | added seed item to wallet_keys_view_model; changed title of wallet_keys_page; created wallet menu item; applied wallet menu item to wallet menu; removed show seed item from wallet menu
4 years ago
M 62cf0d0b4c Merged cake-105
4 years ago
M aa120c33b1 Updates
4 years ago
Tanner Silva d7f829042b added fucntion to WalletCreationVMBase to generate random wallet names. Wallet name generator follows this format <ADJECTIVE><space><NOUN>
4 years ago
M 598b8c9b9c TMP
4 years ago
OleksandrSobol 20c35451d5 CAKE-120 | added xmr.to exchange description to exchange and exchange template pages; made observable isReceiveAmountEntered parameter in the exchange view model; added isReceiveAmountEntered parameter to applyTemplate() (exchange page) and reset() (exchange view model); added possibility to enter amount in receive card (exchange template page)
4 years ago
OleksandrSobol 8495122bcd Merge branch 'new-world' into CAKE-116-all-button-validation-bug
4 years ago
M 9cb7e77a5e Merge pull request #119 from cake-tech/CAKE-92-templates-saving-bug
4 years ago
OleksandrSobol 0b6b711618 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
4 years ago
OleksandrSobol f6e099eb0a CAKE-114 | applied disclaimer page when user install wallet first time; applied route to disclaimer page as initial route (main.dart); change leading widget in the disclaimer page; applied call of welcome page when user press accept button in the disclaimer page
4 years ago
OleksandrSobol 521d7294a7 CAKE-92 | fixed templates saving bug on send and exchange pages; added comma for keyboard on templates pages; added fiat amount controller to send page; added crypto amount and fiat amount controllers to send template pages; added send template store to send view model; added updateTemplate(), addTemplate(), removeTemplate() to send view model and exchange view model; fixed remove template alert on send and exchange pages
4 years ago
M 04e7c18841 Fixes and improvments.
4 years ago
M cf9cc1369d Merge pull request #112 from cake-tech/CAKE-79-add-ability-to-flip-balance-on-the-main-screen
4 years ago
M f5707e6610 Merge pull request #109 from cake-tech/CAKE-43-xmr_to-amount-entering
4 years ago
M fe147ff9ed Fixes
4 years ago
OleksandrSobol 1800070fc1 CAKE-79 | added ability to flip balance on dashboard page; added isReversing, displayMode and savedDisplayMode to balance_view_model; added display mode to balance page
4 years ago
OleksandrSobol 56258de341 Merge branch 'new-world' into CAKE-43-xmr_to-amount-entering
4 years ago
M e3678d2cf9 Fixes
4 years ago
M 51cf11127c Fixes
4 years ago
M dcdc411d41 Fixes
4 years ago
M 162e9e5712 Design fixes.
4 years ago
OleksandrSobol bc85058ad8 CAKE-43 | added the ability to enter an amount for xmr.to exchange in both currencies xmr and btc; added isReceiveAmountEntered to ExchangeViewModel; added receiveAmount and isBTCRequest to XMRTOTradeRequest; added isReceiveAmount to calculateAmount method of ExchangeProvider; fixed XMRTOExchangeProvider
4 years ago
M 34aa7fdc76 Fixes pre release.
4 years ago
M 320fb396fb Fixes for load wallet from wallet list.
4 years ago
M 73991e1c9c Fixes for load wallet from wallet list. Fixed updating of balance after current wallet change
4 years ago
M c53b6676b2 Fixes for monero transaction history updates.
4 years ago
M e4ebfc94b2 Part 1
4 years ago
M 95917b2cdb Merge redesign part 7.
4 years ago
M 6e6a081685 Merge redesign part 5.
4 years ago
OleksandrSobol 30665aac1c CAKE-30 | created settings_version_cell, language_row, version_list_item; applied new design to settings, faq, disclaimer, pin code, change language pages; fixed items of settings page
4 years ago
M 7601b910be Merge branch 'redesign' of github.com:cake-tech/cake_wallet_private into btc
4 years ago
M 70ff011fc6 Merge redesign part 3.
4 years ago
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
4 years ago
M 9074bee6db Merge redesign part 2.
4 years ago
M 2627945e00 Merge branch 'CAKE-29-remake-node-screen-and-contact-book' of github.com:cake-tech/cake_wallet_private into btc
4 years ago
M c16fac1b1d Merge branch 'CAKE-28-update-exchange-screen' of github.com:cake-tech/cake_wallet_private into btc
4 years ago
M c950f8bfc0 Merge redesign part 1.
4 years ago
Oleksandr Sobol d6a7f1fb61 CAKE-28 | added available balance row and applied transactions priority picker to base send widget
4 years ago
Oleksandr Sobol c3dc2be8d4 CAKE-29 | applied new design to node list, node create or edit, contact list and contact pages
4 years ago
M fec2ec2845 Updated for flutter 1.20.x
4 years ago
M 24d139e540 TMP 2
4 years ago
Oleksandr Sobol 4ed7f6ec18 CAKE-28 | created filter tile, filter widget, checkbox widget and filter item; applied filter items to filter widget, also applied filter widget to dashboard page; reworked wallet list page and menu widget; applied light and dark themes to filter widget and wallet list age; fixed filtered method in the trade filter store
4 years ago
Oleksandr Sobol 56519bbe86 CAKE-28 | reworked standart_list_row (added image); applied new design, light and dark themes to exchange trade page
4 years ago
M 6aaac93fa8 TMP 0
4 years ago
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
4 years ago
Oleksandr Sobol ecf7a5ba78 CAKE-28 | reworked exchange confirm page; applied light and dark themes to exchange confirm page, currency picker, picker, base alert dialog, alert with one action; applied maximum characters parameter to crypto currency text field in the exchange card
4 years ago
M 5eefd6a31b TMP
4 years ago
Oleksandr Sobol 731f12cd63 CAKE-27 | applied light theme to send and send template pages; made status bar is transparent; reworked menu widget and base send widget; applied switch between light and dark themes
4 years ago
Oleksandr Sobol 1ba86506f0 CAKE-20 | changed dots indicator on smooth page indicator (dashboard page); deleted page_view_store
4 years ago
Oleksandr Sobol 861a2840ce CAKE-20 | fixed address validators of the base exchange widget
4 years ago
Oleksandr Sobol 2d20c1dee3 Merge branch 'dev' into CAKE-20-update-exchange-and-send-screens
4 years ago
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
4 years ago
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
4 years ago
Oleksandr Sobol 153673d418 CAKE-19 | created page view store, alert background, alert close button, cake scrollbar; applied new design to monero_account_edit_or_create_page, monero_account_list_page, address_edit_or_create_page; added scrollOffsetFromTop to monero_account_list_view_model; added string resources to arb files and colors to palette
4 years ago
Oleksandr Sobol 706d16b346 CAKE-19 | created qr_widget (new design) and address_page; applied address page to dashboard page
4 years ago
Oleksandr Sobol 1055c1b539 CAKE-18 | created fiat convertation service and fiat convertation store; added calculating price to bootstrap; applied fiat convertation store to balance view model
4 years ago
Oleksandr Sobol bdfe208d20 CAKE-15 | created header row, transaction page, balance view model, formatted item list, wallet balance; applied new design to trade and transaction rows; applied transaction page to dashboard page; applied balance view model, trade store, trade filter store and transaction filter store to dashboard view model; changed trade list item and transaction list item
4 years ago
Oleksandr Sobol 12ee8a519d CAKE-15 | implemented new design to dashboard page; created balance page; applied sync indicator to balance page; applied action buttons, page view and dots indicator to dashboard page; added colors of dashboard page to palette
4 years ago
M f45875ba3a General changes. CAKE-1.
4 years ago
M 81cee186db TMP 4
4 years ago