Omar Hatem
5e944a8bf7
Try to show seeds if wallet files gets corrupted ( #1567 )
...
Cache Dependencies / test (push) Waiting to run
* add litecoin nodes
minor ui fix
* Try to open the wallet or fetch the seeds and show them to the user
* make sure the seeds are only displayed after authentication
2024-08-06 17:59:44 +03:00
Omar Hatem
e092509264
Generic fixes ( #1173 )
...
* - Catch get balance network issues
- Disable remove button when adding node
* Update packages and android gradle version
minor enhancements
* Backup issue fix
* update workflow java version
* Remove useless permission check for saving file
* minor enhancements
* only delete secure storage key before overriding it on MacOS
* Minor UI changes
* Remove debug prints [skip ci]
* Revert FR localization changes
2023-11-18 00:15:15 +02:00
Godwin Asuquo
fff5a1c419
CW-228 Auto generate monero subaddress ( #902 )
...
* Add UI and setting logic for subaddresses
* Enable auto generate subaddresses
* Rename variable
* Add comment to unused code
* Fix issue with initial state change
* Fix observable for isAppSecure
* Filter sub account contacts
* Fix select account use unused address
* Use add address if last address is unused
* Fix auto generate wallet issues
* Fix button color
* Add translation and refactored naming
* Fix PR review
* Remove unused code
* Remove unused overrides in electrum
* Fix address info null check
* CW-228 Fix ContactListViewModel condition
* CW-228 Fix Account Tile; Rework updateAddressesInBox; Fix _getAllUnusedAddresses
* CW-228 Fix unintentional address_page.dart regression
* CW-228 Fix Merge Conflicts
* CW-228 Add more translation Tools
* CW-228 More merge conflict fixes
* CW-228 Fix Merge Conflicts
* CW-228 Auto Translation improvements
* CW-228 Resolve requested Changes
---------
Co-authored-by: Konstantin Ullrich <konstantinullrich12@gmail.com>
2023-08-29 19:11:51 +03:00
Rafael Saes
09c942564e
Cw 396 additional themes ( #962 )
...
* fix: SectionStandardList using BuildContext as param
* refactor: deprecated backgroundColor -> colorScheme.background
* refactor: themeBase and current themes
* refactor: accentTextTheme.titleLarge.color -> dialogTheme.backgroundColor
* refactor: gradient background
* refactor: text themes using the same color as primaryColor
* refactor: accentTextTheme.bodySmall.color -> cardColor
* refactor: text themes using same dialogBackgroundColor
* refactor: scrollbarTheme
* refactor: create SyncIndicatorTheme
* refactor: SectionDivider
* refactor: base_page improvements and simplify
* refactor: collapsible_standart_list improvements
* refactor: accentTextTheme.bodyLarge.backgroundColor -> KeyboardTheme.keyboardBarColor
* refactor: create PinCodeTheme for accentTextTheme.bodyMedium
* refactor: create SupportPageTheme for accentTextTheme.displayLarge.backgroundColor and fix cases that use it
* refactor: accentTextTheme.displayLarge.color -> disabledColor
* refactor: create ExchangePageTheme
* refactor: create DashboardPageTheme and use textColor
* refactor: create NewWalletTheme for accentTextTheme.displayMedium
* refactor: create BalancePageTheme for accentTextTheme.displaySmall.backgroundColor
* refactor: create AddressTheme for accentTextTheme.displaySmall.color
* refactor: create IndicatorDotTheme
* refactor: create CakeMenuTheme
* refactor: create FilterTheme
* refactor: create WalletListTheme
* refactor: accentTextTheme.bodySmall.decorationColor -> InfoTheme.textColor
* refactor: accentTextTheme.titleLarge.backgroundColor -> PickerTheme.dividerColor
* refactor: primaryTextTheme.bodyLarge.backgroundColor -> AlertTheme.leftButtonTextColor
* refactor: primaryTextTheme.displayLarge.backgroundColor -> OrderTheme.iconColor
* refactor: create SendPageTheme
* fix: missing migrated styles
* refactor: primaryTextTheme.labelSmall.decorationColor -> PlaceholderTheme.color
* refactor: create TransactionTradeTheme
* refactor: create CakeTextTheme
* refactor: create AccountListTheme
* refactor: create ReceivePageTheme
* refactor: create QRCodeTheme
* refactor: move remaining items to CakeTextTheme and some missing fixes
* feat(display_settings): add new theme selector
* feat: additional themes
* fix: conflict error
* fix(lag): move colorScheme initialization to constructor
* feat: add backdropColor to alert and picker backdrop filters
* fix: merge fixes
* fix: send template page missing new colors
* fix: anonpay pages title and icon colors
* fix: merge fixes
* fix: unspent coins page
* fix: also fix exchange template
* fix: missing checkbox
* fix: fixes for high contrast theme
* Merge branch 'main' into CW-396-additional-themes
* fix: merge fixes
* fix: .gitignore and rm added files
* Fix review comments
---------
Co-authored-by: OmarHatem <omarh.ismail1@gmail.com>
2023-08-17 18:28:31 +03:00
Konstantin Ullrich
76322a1777
CW-392 Allow Users to rename Monero and Haven accounts ( #1008 )
2023-08-04 14:18:27 +03:00
Rafael Saes
cb0ca169fb
Cw 372 improve monero haven account selection picker ( #939 )
...
* refactor: Improve Monero/Haven account selection picker
* feat: If the amount would be wrapped, instead display it under the account name
* fix: balance str
* refactor: add theme changes
* refactor: remove duplicate observer
2023-07-11 03:40:43 +03:00
Rafael Saes
baabc0a915
Cw 373 theme refactoring in preparation to support additional themes ( #933 )
...
* refactor(Theme): migrate accentColor
- based on the specs at https://docs.flutter.dev/release/breaking-changes/theme-data-accent-properties#migration-guide .
* refactor(Theme): all deprecated TextTheme styles
* refactor(Theme): deprecated backgroundColor for colorScheme.background
* refactor(Theme): deprecated buttonColor to use TextTheme backgroundColor instead
* refactor(Theme): deprecated isAlwaysShown to use thumbVisibility instead
2023-05-25 02:19:51 +03:00
Godwin Asuquo
9714961298
CW-260 show amount received for each account ( #907 )
...
* Show amount received for each account
* Enable litcoin send all
* disable litcoin send all
* Indent code
* Fix large font resolution for account title
2023-05-05 15:58:41 +03:00
Omar Hatem
82b513d1f8
V4.6.3 bug fixes ( #896 )
...
* Add blocking screenshots native function to Monero.com [skip ci]
* Fix seeds QR data
* Update app versions and release notes [skip ci]
* Update only build number for macos since it wasn't released yet [skip ci]
* Fix adding sub-address
* Fix Accounts Popup UI
* Update app versions and release notes [skip ci]
* Fix add/edit node issue
* Update app versions and release notes [skip ci]
* Fix input fields focus/keyboard issues
* Update app versions and release notes [skip ci]
2023-04-26 14:59:27 +02:00
Serhii
8ffac75e8c
CW-59-New-update-highlight-popup ( #863 )
...
* add update pop up
* add release notes for monero com
* PR comments fixes
* Pr coments fixes
* minor fixes
* update from main
* [skip ci] remove unrelated mac os files
* add check isNewInstall
* update pop-up UI
* fix size
* Add update popup to desktop dashboard page [skip ci]
---------
Co-authored-by: OmarHatem <omarh.ismail1@gmail.com>
2023-04-21 17:21:31 +02:00
Serhii
daa9fc4acc
minor fixes
2022-12-28 14:00:59 +02:00
Serhii
89028500e7
extract SectionDivider widget
2022-12-23 23:58:39 +02:00
M
1beb18b045
Flutter upgrade
2022-10-12 13:09:57 -04:00
Serhii
23913c01dc
Cw 53 allow renaming of currently selected account and subaddress ( #291 )
...
* fixed address cell background
* fixed account title padding
* fixed format
2022-03-15 11:31:45 +03:00
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
2020-11-17 20:16:58 +02:00
M
ad3142aeb9
Changed app font to Lato. Changes for anrdoid version
2020-11-11 17:55:18 +02:00
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
2020-11-02 18:11:51 +02:00
M
51cf11127c
Fixes
2020-09-26 22:17:31 +03:00
M
e4ebfc94b2
Part 1
2020-09-21 14:50:26 +03:00
OleksandrSobol
586d75cfd1
redesign | fixed font of the middle text (navigation bar, base page), monero account list page and account tile
2020-09-14 20:46:50 +03:00
OleksandrSobol
4feee0066b
CAKE-39 | fixed colors of account list button
2020-09-10 16:47:29 +03:00
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
2020-08-25 21:12:14 +03:00
Oleksandr Sobol
27dce3118d
CAKE-20 | applied light theme to dashboard, receive, monero_account_list, monero_account_edit_or_create, address_edit_or_create, trade_details, transaction_details and base pages
2020-08-19 20:57:06 +03:00
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
2020-07-28 19:03:34 +03:00
M
f45875ba3a
General changes. CAKE-1.
2020-07-06 23:09:03 +03:00