OmarHatem
47bddac4f8
Fix conflicts and update linux version
2024-02-11 02:02:48 +02:00
OmarHatem
949dade4b2
Merge branch 'v4.13.3_v1.10.3' of https://github.com/cake-tech/cake_wallet into cw_linux_direct_input_password
...
Conflicts:
cw_bitcoin/lib/bitcoin_wallet_service.dart
cw_bitcoin/lib/litecoin_wallet_service.dart
cw_bitcoin_cash/lib/src/bitcoin_cash_wallet_service.dart
cw_ethereum/lib/ethereum_wallet_service.dart
cw_monero/lib/monero_wallet_service.dart
cw_nano/lib/nano_wallet_service.dart
cw_polygon/lib/polygon_wallet_service.dart
lib/utils/exception_handler.dart
res/values/strings_ar.arb
res/values/strings_bg.arb
res/values/strings_cs.arb
res/values/strings_de.arb
res/values/strings_en.arb
res/values/strings_es.arb
res/values/strings_fr.arb
res/values/strings_ha.arb
res/values/strings_hi.arb
res/values/strings_hr.arb
res/values/strings_id.arb
res/values/strings_it.arb
res/values/strings_ja.arb
res/values/strings_ko.arb
res/values/strings_my.arb
res/values/strings_nl.arb
res/values/strings_pl.arb
res/values/strings_pt.arb
res/values/strings_ru.arb
res/values/strings_th.arb
res/values/strings_tl.arb
res/values/strings_tr.arb
res/values/strings_uk.arb
res/values/strings_ur.arb
res/values/strings_yo.arb
res/values/strings_zh.arb
2024-02-11 01:52:25 +02:00
OmarHatem
9f05d9c93f
New versions
2024-02-09 05:09:28 +02:00
Adegoke David
d6e10bdbd5
CW-572-Disable-battery-optimization ( #1285 )
...
* feat: Disable battery optimization on android
* fix: Add permission to androidmanifestbase file
* Increase the frequency of app running in background on aggressive mode
* Revert the sync mode frequency [skip ci]
* Fix translation
* increase frequency to 1 hour
---------
Co-authored-by: OmarHatem <omarh.ismail1@gmail.com>
2024-02-09 01:11:41 +02:00
Serhii
0832e62719
fix generate new electrum address ( #1294 )
...
* add side address validation
* Remove auto size text [skip ci]
---------
Co-authored-by: OmarHatem <omarh.ismail1@gmail.com>
2024-02-08 00:10:44 +02:00
Matthew Fosse
26fe28891d
Cw 528 backup wallet files ( #1281 )
...
* monero wallet backup changes
* [skipci] updates
* monero fixes
* start work for bitcoin/eth
* cleanup
* [skipci] more cleanup
* add all other coins
* merge fixes
* add corrupted test
* build for testing
* actually be able to test monero
* review fixes
* more review fixes
2024-02-07 17:44:29 +02:00
Omar Hatem
e4ddf82e69
Remove unused translation zzzz [skip ci] ( #1292 )
2024-02-06 22:53:20 +02:00
Omar Hatem
d0b51cebe3
Generic fixes ( #1291 )
...
* - Update Camera purpose string for iOS
- Fix address field not passing the correct currency to address book
* Enhance file loading in exception handler
* Fix translation consistency [skip ci]
2024-02-06 22:44:21 +02:00
Matthew Fosse
3945a3d7b4
Cw 577 translation fixes ( #1290 )
...
* pt.1
* alphabetize
* alphabetize translation files
* revert trailing comma addition
* fix translations
2024-02-06 22:12:51 +02:00
OmarHatem
e276181f88
Fix EVM wallets with Password flow
...
Fix Conflicts with main
2024-02-03 04:00:35 +02:00
OmarHatem
704bf84246
Merge branch 'main' of https://github.com/cake-tech/cake_wallet into cw_linux_direct_input_password
...
Conflicts:
model_generator.sh
2024-02-03 03:58:53 +02:00
OmarHatem
8b3b87b82a
Merge branch 'main' of https://github.com/cake-tech/cake_wallet into cw_linux_direct_input_password
...
Conflicts:
cw_ethereum/lib/ethereum_transaction_history.dart
cw_ethereum/lib/ethereum_wallet.dart
cw_ethereum/lib/ethereum_wallet_creation_credentials.dart
cw_ethereum/lib/ethereum_wallet_service.dart
cw_evm/lib/file.dart
cw_polygon/lib/polygon_transaction_history.dart
cw_polygon/lib/polygon_wallet.dart
cw_polygon/lib/polygon_wallet_creation_credentials.dart
lib/ethereum/cw_ethereum.dart
lib/polygon/cw_polygon.dart
model_generator.sh
scripts/android/app_env.sh
scripts/ios/app_env.sh
scripts/macos/app_env.sh
tool/configure.dart
2024-02-03 03:22:53 +02:00
Omar Hatem
39a73b2058
Update model_generator.sh
2024-02-03 03:16:04 +02:00
Omar Hatem
a3790b1e29
Add missing packages pub get, to model generator [skip ci] ( #1286 )
2024-01-31 16:05:03 +02:00
Adegoke David
7410daacff
CW-551-Refactor-EVM-Chains ( #1256 )
...
* feat: Create central package for EVM chains
* chore: Cleanup pubspec and add core evm dependencies
* feat: Replicated core evm chain files, time to start fixing the issues
* feat: Setup evm central package to handle all evm chains
* feat: Link up Polygon and Ethereum wallets to the centra evm package, fix bugs and issues, and optimze for better performance
* feat: Setup and adjust configs to reflect new evm configurations
* Remove unneeded file
* fix: Changes done while re-reviewing entire structure and refactor
* fix: Add evm chain wallet path to imports in configure file
* feat: Adjust implementation of parent class, remove unneeded files, remove windows, linux and mac directories, restructure the evm child classes
* fix: Make EVMChainWallet a central abstract class and adjust accordingly
* fix: Adjust transaction info, restructure EVMWalletChain to be an abstract, adjust external facing interfaces for polygon and ethereum, adjust configuration for ethereum and polygon in configure file
* fix: Testing issues
* fix: Add localization for nft tile and details page texts and add dashes for null responses
* fix: merge conflicts
* Minor fixes for building Monero.com
---------
Co-authored-by: OmarHatem <omarh.ismail1@gmail.com>
2024-01-30 20:01:48 +02:00
Omar Hatem
b92ccb5c0b
Generic fixes ( #1282 )
...
* New versions
* Fix unspent coins issue
* Fix white screen issues for some users
2024-01-30 19:57:47 +02:00
Omar Hatem
952503f0d8
New versions ( #1277 )
...
* New versions
* Update macos build number
Minor UI fix
2024-01-29 22:49:54 +02:00
OmarHatem
67a96807d1
Remove FlutterSecureStorage Reference
2024-01-28 05:20:20 +02:00
OmarHatem
492a8b2c0a
Remove flutter secure storage reference
2024-01-28 05:08:46 +02:00
OmarHatem
572dc3caa3
Update app version
2024-01-28 05:06:08 +02:00
OmarHatem
21c8d9c16d
Merge branch 'v4.13.1_v1.10.1' of https://github.com/cake-tech/cake_wallet into cw_linux_direct_input_password
...
Conflicts:
lib/di.dart
lib/entities/default_settings_migration.dart
2024-01-28 05:04:56 +02:00
OmarHatem
8557cf31fb
Update macos build number
...
Minor UI fix
2024-01-27 17:55:06 +02:00
OmarHatem
ce17209de4
New versions
2024-01-27 05:12:11 +02:00
Adegoke David
f68987bfb9
CW-566-Cake2FA-Bypass-Bug ( #1275 )
...
* fix: TOTP 2FA Bug
* fix: key switch error
* Fix 2fa preset issue
---------
Co-authored-by: OmarHatem <omarh.ismail1@gmail.com>
2024-01-27 05:08:53 +02:00
Serhii
fc352a6da3
Cw 428 send to nostr addresses ( #1271 )
...
* add nostr address resolver
* Add Nostr localization
---------
Co-authored-by: OmarHatem <omarh.ismail1@gmail.com>
2024-01-27 04:34:38 +02:00
Omar Hatem
89fdc0f4d1
Generic fixes ( #1274 )
...
* Display fees currency as wallet currency not the selected one
* remove unused code
catch balance network issues
* pop send screen when send completes successfully
* revert change [skip ci]
* Enable restoring haven wallets
* verify context is mounted before showing snackbar [skip ci]
* Update privacy [skip ci]
* Add user consent popup to inapp webview permission request
2024-01-27 00:51:21 +02:00
Adegoke David
aed60a7282
fix: Route to dashboard when exchange is done ( #1276 )
2024-01-27 00:48:33 +02:00
Serhii
9754d67601
Cw-343-a-list-of-previously-used-addresses ( #1248 )
...
* add used addresses list
* generate new address button
* fix wallet type issue
* fix addresses button title
* update selectButton
* show all wallet addresses
* add tx amount and balance
* fix ui
* remove cashAddr format
* fix generating new address issue
* disable autogenerating
* fix cashAddr format
* minor fix
* add search bar
* Update address_cell.dart
* fix merge conflict
* address labeling feature
* review fixes
---------
Co-authored-by: Omar Hatem <omarh.ismail1@gmail.com>
2024-01-23 07:15:24 +02:00
Matthew Fosse
d664f0a16f
Cw 540 encrypt shared ( #1269 )
...
* start writing migration
* save
* finishing up migration
* more fixes
* fixes
* migration fixes
* remove commented code and ensure widget initialization in root.dart
* use securekey static functions everywhere applicable
2024-01-23 02:30:16 +02:00
Adegoke David
efb41aa6bc
feat: Remove ability to create haven wallets ( #1273 )
2024-01-23 01:58:09 +02:00
Omar Hatem
d83054eded
Enable DFX for polygon wallet ( #1267 )
2024-01-23 01:53:20 +02:00
Dimitris Apostolou
1b65adce53
Fix typos ( #1266 )
2024-01-18 01:38:36 +02:00
OmarHatem
c10e4692b6
Update app version [skip ci]
2024-01-16 02:37:19 +02:00
OmarHatem
851d22fd33
Merge branch 'main' of https://github.com/cake-tech/cake_wallet into cw_linux_direct_input_password
...
Conflicts:
.gitignore
cw_haven/pubspec.lock
cw_nano/lib/nano_wallet.dart
cw_nano/pubspec.lock
lib/buy/moonpay/moonpay_provider.dart
lib/di.dart
lib/entities/load_current_wallet.dart
2024-01-16 02:11:28 +02:00
Omar Hatem
d8f1cdc7ef
v4.13.0 and v1.10.0 ( #1265 )
...
* New versions
* Minor fix [skip ci]
* Minor UI enhancement for balance card
* Minor UI enhancement
* Add Monero build configs for MacOS [skip ci]
* Add rest of Macos Configs [skip ci]
* Delete empty file
Save and report restore from backup exceptions [skip ci]
* Minor fixes
2024-01-16 02:02:10 +02:00
Matthew Fosse
fe2e26f146
Minor nano fixes + abstract nano utils out into package ( #1250 )
...
* fixes
* refactors
* fixes
* more fixes
* fixes for monero.com
* update confirmed balance to receivable balance
* fix balance display bug
* remove print statements
* prevent unnecessary writes
* review fixes
* forgot to add pubspec changes
* fix
* fix sync status desyncing on rpc fail
* fix
* update translations + txDetails fixes
* squash balance bug
* add source address on tx info
* fix
2024-01-12 01:00:41 +02:00
Omar Hatem
8d973cf919
Finish DFX auth flow with the primary address for Electrum (bitcoin) ( #1264 )
2024-01-11 17:29:51 +02:00
tuxsudo
cbaa299dda
Update issue templates ( #1262 )
...
* Update issue templates
* Add config.yml
2024-01-11 01:08:25 +02:00
Omar Hatem
b3c8be4ba8
Improve balance card UI ( #1259 )
...
* Improve balance card UI
* Disable normal USDC polygon for ChangeNow
* UI enhancements
* Add Kaspa
Minor UI fix
* Add kaspa icon [skip ci]
2024-01-08 16:05:35 +02:00
Omar Hatem
2a1bdf69ef
Cw 553 update inappwebview ( #1252 )
...
* Update inapp webview and update it's deprecated code
* Add Turkish Lira
Fix android in-app webview
* Change FAQ url [skip ci]
* Fix available balance display issue
2024-01-08 16:03:46 +02:00
Serhii
26cde6a193
Cw 533 add the sell option from on ramper ( #1251 )
...
* add sell option from onramper
* minor fix
* fix default sell param
2024-01-08 16:02:12 +02:00
Omar Hatem
133fa2987a
Generic fixes ( #1245 )
...
* Remove error message if buy action is disabled
* Fix wallet list selected wallet issue
* Check if the widget is still mounted before showing popup
* minor code readability enhancement [skip ci]
* Code enhancement [skip ci]
* Revert removing ask each time localization
* Add Moonpay to sell flow
Code Enhancements
* remove error popup when sell option is disabled
2024-01-01 15:05:37 +02:00
Serhii
4065a1bcab
Merge pull request #1187 from cake-tech/CW-529-Modify-2FA-introduction-screens
...
CW-529-Modify-2FA-introduction-screens
2023-12-31 12:19:08 +02:00
Serhii
3522561cfc
info page refactoring
2023-12-30 21:55:17 +02:00
Adegoke David
f612516be0
CW-545-Overriding-Erc20-tokens-list ( #1249 )
...
* fix: Erc20 tokens configs list overriding each other in different ethereum wallets
* feat: Add backward compatibility for wallets that already use the previous erc20tokens box
2023-12-30 17:28:33 +02:00
Serhii
a5895e8832
Merge branch 'main' into CW-529-Modify-2FA-introduction-screens
2023-12-30 16:58:46 +02:00
Serhii
914565eb72
CW-539-DFX-off-ramp-sell-provider ( #1229 )
...
* buy_provider_types refactoring
* refactor MoonPay and sell option flow
* dfx sell flow
* add default sell provider flow
* localization
* Update other_settings_page.dart
* [skip ci] update localization
* [skip ci] providers fixes
* [skip ci] ui fixes
* refactor sell and buy flow
* handle dfx availability by country
* PR fixes
2023-12-28 21:20:59 +02:00
Adegoke David
92914a8532
fix: Fix walletconnect connecting only with the first wallet ( #1247 )
2023-12-28 03:37:36 +02:00
OmarHatem
c04d327eed
Merge branch 'main' of https://github.com/cake-tech/cake_wallet into cw_linux_direct_input_password
...
Conflicts:
assets/text/Release_Notes.txt
scripts/android/app_env.sh
scripts/ios/app_env.sh
scripts/macos/app_env.sh
2023-12-22 23:34:41 +02:00
Omar Hatem
c8856f5ca1
Generic fixes ( #1243 )
...
* handle currency names with appended network
* Fix BCH sending issue for p2sh addresses
* Update app versions [skip ci]
2023-12-22 23:31:06 +02:00