-
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* version bump * upgrade coinlib_flutter to * skeleton for experimental features settings * allow to activate and deactivate experimental features * replace tab class with enum * allow option to add watchonly wallet * introduce watchOnly for wallet * don't count watchOnly towards nOfWalletOfLetterCode * wallets found in scan can not by watchOnly * show watch only icon in wallet list * fix tests * don't generate unused address for watchOnly wallet * bottom navigation for watchOnly wallet * reduce menu items for watchOnly * pass watchOnly to address tab * introduce watchOnly address book * move addr book search bar to walletHome appBar * first sucessful watch only wallet * make whole "watch only" line clickable * bring over slidable from addr book * introduce isWatchOnly to address model * return isWatchOnly addresses from getWatchedWalletScriptHashes * refactor addressbook slidable * fix layouting and colors for new addr book * properly remove watchOnly addresses * show place holders if no addresses are configured * migrate edit dialog and 2dos * changelog * upgrade dart and linter * fix onSurface colors * fix appBarTheme in light mode * fix send tab for regular wallets * 2do * more theming 2dos * fix e2e new key test and 2dos for theming * adapt snack bar colors to material 3 * changelog * add cancel button to wallet reset * give ModalBottomSheetContainer responsive width * 2do is checked * fix addr book issue in dark mode * make watched icon explicitly black for dark mode * upgrade coinlib * convert slidable to expandable * finalize watch only address book
- Loading branch information
1 parent
f28e8b5
commit cc5a2c7
Showing
74 changed files
with
1,181 additions
and
222 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
enum ExperimentalFeatures { watchOnlyWallets } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.