Serhii
b87c11bbe4
fix 2fa UI
2023-11-23 16:51:22 +02:00
Adegoke David
0c77b23ecb
feat: Implement NFT Tab for Eth ( #1166 )
...
* feat: Implement NFT Listing and Importing of new NFTs, also display NFTs linked to the wallet address
* Adjust UI based on wallet type, display nfts only when an ethereum wallet
* fix: Prevent tab bar from scrolling
* feat:Add NFT tab: adjust models and add localization
* feat:Add NFT tab: adjust models and add localization
* chore: Remove unused widget
* fix: Adjust UI to reflect more data, display image based on type, either png or svg, adjust theme-a
* fix: Update viewmodel
* fix: Add missing dependency to fix failing CI
* fix: Revert change in inject app script
* Delete cw_polygon/pubspec.lock
* - Code enhancements
- UI fixes
- Removing unrelated files
---------
Co-authored-by: Omar Hatem <omarh.ismail1@gmail.com>
2023-11-22 19:43:26 +02:00
Omar Hatem
ab83f5b67f
Cw 519 tor connection ( #1158 )
...
* initial draft for tor feature
* Configure nodes to use Tor proxy if enabled
* Add socks proxy upon connecting to tor
fix disconnect button
* Try tor with github actions
* accept defaults for rust installation
* Merge main
Change Tor tile name
2023-11-18 15:43:15 +02:00
Matthew Fosse
f4e71c72ef
Nano rep fixes ( #1145 )
...
* add preference keys for default nano/banano rep
* updates to change rep page, add success message
* forgot to save this file
* nano_client cleanup
* first pass
* refactor to use sharedprefs in nano_client
* review fixes
2023-11-17 20:35:46 +02:00
Serhii
8237b89d56
CW-520-Enable-user-to-choose-12-or-24-seed-words-for-BCH-and-ETH ( #1181 )
...
* seed phrase option UI
* bch seed length option
* eth seed lengh option
* update preseed info
* update localization files
2023-11-17 15:45:42 +02:00
Serhii
bb5336ff60
CW-516-Improve-balance-layout-in-home-screen ( #1171 )
...
* unavailable balance
* localization
* unavailable balance description
* add unavailable balance popup
2023-11-17 01:22:10 +02:00
Konstantin Ullrich
8084f490b5
Cw 467 mark change outputs in unspent outputs list ( #1137 )
...
* CW-490 Use native Coin Freeze
* CW-467 Code cleanup
* CW-467 Fix native Code
* CW-467 Extend Unspend
* CW-467 Add isChange
* CW-467 Minor Fixes
* CW-467 Add isChange to Electrum Unspents
* CW-467 Localize Change Tag
* CW-467 Fix frozen balance showing on other monero wallets
* CW-467 Fix frozen balance showing on other monero wallets
2023-11-16 01:12:23 +02:00
Serhii
ca6ccf1cf9
CW-506-Add-a-switch-to-enable-disable-domain-lookups ( #1155 )
...
* looks up domain ui
* update address resolv func
* add localization
* minor fixes
* Revert "Merge branch 'main' into CW-506-Add-a-switch-to-enable-disable-domain-lookups"
This reverts commit 92924a90e8
, reversing
changes made to 5a2a203054
.
* Revert "Revert "Merge branch 'main' into CW-506-Add-a-switch-to-enable-disable-domain-lookups""
This reverts commit 00cf6a1cad
.
* fix merge commit
2023-11-03 21:23:11 +02:00
Adegoke David
9aede1f3c1
fix: Implement totp on exchange to external ticket as well as update UI properly when a preset is selected ( #1156 )
...
Co-authored-by: OmarHatem <omarh.ismail1@gmail.com>
2023-11-02 20:17:52 +02:00
Serhii
d997ee81a1
CW-315-Add-a-toast-message-to-enable-denied-permissions-in-device-settings ( #1157 )
...
* add permission handler
* localization
* minor fixes
---------
Co-authored-by: OmarHatem <omarh.ismail1@gmail.com>
2023-11-02 19:19:39 +02:00
Adegoke David
745607aa73
CW-515-WalletConnect-deeplink ( #1153 )
...
* feat: WalletConnect deeplink WIP
* fix: Handle cases where a non ethereum address is in use when the trigger is made
* fix: edgecases fixes for walletconect
* fix: edgecases fixes for walletconect
* Update pubspec_base.yaml
* remove unused dependency
* remove unused dependency
---------
Co-authored-by: Omar Hatem <omarh.ismail1@gmail.com>
2023-11-02 16:41:11 +02:00
Konstantin Ullrich
cef3029f6f
Cw 473 exchange refactoring ( #1126 )
...
* CW-473 Remove deprecated Exchanges
* CW-473 Clean up Exchange Code
* CW-473 Add Decimals to Crypto Enums
* CW-473 Fix minor merge error
* CW-473 Fix minor merge error
* CW-473 Fix FAQ Locals
* CW-473 Apply requested changes
* CW-473 Show Error if Exchange Provider is not supported anymore
* CW-473 Implement Requested Changes
2023-10-25 23:58:25 +03:00
Omar Hatem
6c178593a9
V4.10.2 v1.7.2 ( #1144 )
...
* new versions update
add semantics for adding new contact
* update macos build number
* Fix translation strings
2023-10-24 04:46:48 +03:00
Adegoke David
374110db54
Cw 497 wallet connect for desktop ( #1134 )
...
* feat: Implement WalletConnect for Desktop
* feat: WalletConnect for Desktop
* fix: Properly handle and dispose textEditingController for URI
* chore: Move BottomSheetListener to Sidebar for desktop app
* Remove unused variable and imports
* Update desktop_settings_page.dart
---------
Co-authored-by: Omar Hatem <omarh.ismail1@gmail.com>
2023-10-19 19:25:44 +03:00
Matthew Fosse
98a9edc656
fix nano sending, update restore page wording, and other minor fixes ( #1130 )
...
* fix nano sending, update restore page wording, and other minor fixes
* fix bch address parsing
* minor code enhancement [skip ci]
* Register the main secure storage as the long lived instance of secure storage throughout the app session
---------
Co-authored-by: Serhii <borodenko.sv@gmail.com>
Co-authored-by: OmarHatem <omarh.ismail1@gmail.com>
2023-10-17 18:59:41 +03:00
Adegoke David
32643823e5
Cw 451 wallet connect for ethereum ( #1049 )
...
* Update Flutter
Update packages
* Feat: Wallet connect for ethereum
* Fix localization issues
Fix UI issues
Update old packages
Update workflow
Update how to build guide
* feat: Wallet connect
* feat: Add wallet connect for ethereum
* chore: Add eth dependencies in configure file
* Minor: `WalletConnect` settings name, not `Wallet connect`
* fix: Merge conflicts
* fix: Issues with test cases on various dApps, introduce Arbitrum rinkerby as suported chain
* ui: Design fixes for WalletConnect flow
* chore: Update repo and comment out send apk to channel in workflow
* fix: Core implementation
* feat: WalletConnect WIP
* feat: WalletConnect WIP
* feat: WalletConnect WIP
* chore: Unused parameters WIP [skip ci]
* fix: Code review fixes
* Feat: WalletConnect feat WIP
* feat: WalletConnect
* feat: WalletConnect
* feat: WalletConnect
* Feat: WalletConnect
* Feat: WalletConnect
* feat: Remove queue support for the bottomsheet
* feat: WalletConnect feature, bug fixes, folder restructuring, localization
* Feat: Add positive feedback prompt on successful transaction
* fix: Delete session bug
* fix: dependencies registration WIP
* feat: Registering dependencies for walletconnect
* chore: Move key data to secrets
* chore: ensure appropriate null checks
* chore: localization
* chore: Remove unused code
* localization
* chore: Remove unused code
* chore: Remove unused code
* chore: Add walletconnect project id key entry
* fix: Revert bash command for linnux support
* fix: Issues with translation in some languages and making unneeded external variable private
* fix: Add bottomsheet listener to desktop dashboard page
* Generalize ethereum not enough gas error check
---------
Co-authored-by: OmarHatem <omarh.ismail1@gmail.com>
Co-authored-by: Justin Ehrenhofer <justin.ehrenhofer@gmail.com>
2023-10-03 17:56:10 +03:00
Serhii
d6c641242f
CW-475-Better-error-message-if-there-isnt-enough-network-fee-asset-available ( #1092 )
...
* Better error message
* minor fixes
* localization
* Update strings_tl.arb
* Update append_translation.sh
2023-09-25 15:20:11 +03:00
Konstantin Ullrich
0eecf0bee5
Cw 483 add tagalog and filipino localizations ( #1086 )
...
* CW-483 Add "Add new language Script"
* CW-483 Add Filipino Language
2023-09-15 00:41:54 +03:00