Commit graph

2472 commits

Author SHA1 Message Date
fosse
3053ea4d10 fixes 2023-08-25 11:59:24 -04:00
fosse
e72f196c23 restore fix 2023-08-25 11:12:07 -04:00
fosse
fe05f5a53d cleanup 2023-08-25 09:12:59 -04:00
fosse
47bf8cc7c1 updates 2023-08-24 18:06:58 -04:00
fosse
ee062148a3 Merge branch 'CW-438-add-nano' of https://github.com/cake-tech/cake_wallet into CW-459-12-words-btc 2023-08-24 11:20:41 -04:00
fosse
bbb196dba8 save 2023-08-24 11:20:04 -04:00
fosse
9502b7ef0f save 2023-08-23 23:02:33 -04:00
fosse
998582c1c0 resolve conflicts 2023-08-23 09:33:59 -04:00
fosse
79089b3038 save 2023-08-23 08:38:07 -04:00
fosse
5aa8fd401d save 2023-08-23 08:37:36 -04:00
Omar Hatem
3577730de8
Add restore from private key to Ethereum (#1055)
* Add restore from private key to Ethereum
Add restore from QR code for Ethereum in both seeds/keys

* Add node network issue to ignored errors [skip ci]
2023-08-23 15:33:20 +03:00
Matthew Fosse
8e9c485b2b
Merge branch 'main' into CW-438-add-nano 2023-08-22 19:28:57 -04:00
Adegoke David
43cf8a896e
fix: Rotate TOTP Secret (#1056) 2023-08-23 02:05:48 +03:00
Rafael Saes
ee586ab514
Cw 470 additional theming fixes (#1052)
* fix: revert theme order (bright-purple as default)

* fix: missing card borders

* fix: high contrast gradients (send/exchange)

* fix: contact list page

* feat: add picker search border and change high contrast search fill

* fix: balance page txts

* fix: accounts_subaddresses button

* fix: exchange page buttons

* Revert "fix: revert theme order (bright-purple as default)"

This reverts commit 8e13b2241c.

* fix: themetype enum

* feat: add localized strings to backup dialog

* fix: onramper flow
2023-08-22 21:49:37 +03:00
fosse
beafd2d37f Merge branch 'CW-438-add-nano' of https://github.com/cake-tech/cake_wallet into CW-459-12-words-btc 2023-08-21 16:13:23 -04:00
fosse
53a1ffe40f fiat fixes 2023-08-21 16:10:22 -04:00
fosse
cf42991891 fixes 2023-08-21 15:16:52 -04:00
fosse
ad3ff94bcc fix contact bug 2023-08-21 15:01:33 -04:00
fosse
c5af031354 fix manage pow nodes setting appearing on other wallets 2023-08-21 14:42:53 -04:00
fosse
598e511407 save 2023-08-21 13:33:11 -04:00
fosse
d2c50afe8f Merge branch 'CW-438-add-nano' of https://github.com/cake-tech/cake_wallet into CW-459-12-words-btc 2023-08-21 11:03:28 -04:00
fosse
9ab4ece4ee fix 2023-08-21 10:43:17 -04:00
fosse
7175973bdd more fixes 2023-08-21 10:25:17 -04:00
fosse
9ac3ae9ae0 fixes 2023-08-21 09:26:45 -04:00
fosse
ea2b6dbdb1 Merge branch 'main' of https://github.com/cake-tech/cake_wallet into CW-438-add-nano 2023-08-21 08:49:58 -04:00
Omar Hatem
5556d9ef96
Fix Ethereum network for anonpay invoice (#1051) 2023-08-19 00:55:18 +03:00
fosse
1e9001114e Merge branch 'CW-438-add-nano' of https://github.com/cake-tech/cake_wallet into CW-459-12-words-btc 2023-08-18 12:16:59 -04:00
fosse
611f346ea8 more merge fixes 2023-08-18 12:15:14 -04:00
fosse
d1fc0a5bbd small fix 2023-08-18 12:06:05 -04:00
fosse
d2e08573c4 Merge branch 'main' of https://github.com/cake-tech/cake_wallet into CW-459-12-words-btc 2023-08-18 11:58:22 -04:00
fosse
250a951ef1 Merge branch 'main' of https://github.com/cake-tech/cake_wallet into CW-438-add-nano 2023-08-18 11:56:32 -04:00
Omar Hatem
9ddab2b472
Flutter update (#1048)
* Update Flutter
Update packages

* Fix localization issues
Fix UI issues
Update old packages
Update workflow
Update how to build guide

* Additional UI fixes for merged conflicts
2023-08-18 18:37:17 +03:00
fosse
8a9adf8350 initial changes 2023-08-18 10:17:35 -04:00
fosse
6dcc713f8d done 2023-08-18 09:34:05 -04:00
fosse
a8ed087a9f fix pow node showing up twice 2023-08-18 09:27:09 -04:00
fosse
788c66bcf3 save 2023-08-18 09:19:58 -04:00
fosse
f948b3dea6 merge conflict fixes 2023-08-18 08:58:37 -04:00
fosse
2d8923a1e3 Merge branch 'main' of https://github.com/cake-tech/cake_wallet into CW-438-add-nano 2023-08-17 20:29:18 -04:00
fosse
77edc71362 fix 2023-08-17 20:09:20 -04: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
fosse
d44f674247 get transactions after send 2023-08-16 17:40:10 -04:00
fosse
b9194a3284 finally works! 2023-08-16 17:29:39 -04:00
fosse
74f6f44a4b pretty big refactor for pow, still some bugs 2023-08-16 17:09:29 -04:00
fosse
33cb419fcc fixes 2023-08-16 15:38:28 -04:00
fosse
ac67d50a47 more fixes 2023-08-16 15:22:05 -04:00
fosse
697ec78483 small fix 2023-08-16 13:31:02 -04:00
fosse
a15a1053a4 more fixes 2023-08-16 13:23:53 -04:00
fosse
6a63e08e74 node related fixes 2023-08-16 13:01:01 -04:00
fosse
3041fcc8b8 last minute fixes 2023-08-16 12:22:25 -04:00
fosse
cd7f636558 lots of fixes + finish up seed derivation 2023-08-16 10:24:20 -04:00