fosse
c8d9fcbaf4
Merge branch 'main' of https://github.com/cake-tech/cake_wallet into CW-438-add-nano
2023-08-02 12:34:36 -04:00
Serhii
d5c0012964
CW-224-Allow-Monero-proxy-in-node-settings ( #966 )
...
* update setupNodeSync func
* minor fixes
* localization
* add request node with proxy
* formatting
2023-08-02 14:48:52 +03:00
fosse
359c5e8a9a
more base config stuff
2023-07-24 14:09:28 -04:00
OmarHatem
2e0b02766e
Fix sending erc20
...
fix block explorer issue
2023-07-21 21:28:56 +03:00
OmarHatem
cf2f1e5692
Merge branch 'main' of https://github.com/cake-tech/cake_wallet into CW-78-Ethereum
...
Conflicts:
cw_bitcoin/lib/bitcoin_wallet_service.dart
cw_core/lib/crypto_currency.dart
lib/core/address_validator.dart
lib/di.dart
2023-07-19 01:58:29 +03:00
Rafael Saes
8996a46784
fix: add monero rename related fixes into main ( #1002 )
2023-07-18 15:11:24 +03:00
Justin Ehrenhofer
d7fa9991e1
CW-306 New assets for exchange and cleanup ( #993 )
...
* CW-306 New assets for exchange and cleanup
* Remove 1inch
2023-07-13 17:31:45 +03:00
Rafael Saes
d4969633b0
Cw 426 replace trash and swipe with edit icons ( #974 )
...
* feat: Replace trash and swipe with edit icons on node list item
- replaces yellow Test button with red Delete node button with confirmation on the edit node page
* feat: make node indicator icons bigger (figma comment)
* feat: Replace trash and swipe with edit icons on wallet list page and create wallet_edit_page.dart
* fix: make delete buttons red
* fix: make wallet name wrap when it is too long
* refactor: improve logic & fix observer not refreshing
* fix: add string
* feat: remove the confirmation pop-up for switching between wallets
- which was another item on the jira issue
* fix: remove slideable widgets from node list
* feat: add edit button to currently selected node & disable deleting if selected
* fix: rename wallet also renames to new wallet files
* feat: make sure edits can't overlap existing names
* fix: improve rename flow, fix electrum transactions refresh & add delete old logic
* fix: also fix rename for monero & haven
* refactor: fix identations
* refactor: dont declare the current wallet twice
* refactor: missing newWalletInfo.id
* fix: dont unnecessarily load the current wallet
* fix: remove unnecessary reaction
* feat: make save button disabled until the text is changed
* feat: make walletEditViewModel and make state useful for pending actions
* fix: add back reaction for desktop flow
* - Remove un-necessary code
- Format Edit page
---------
Co-authored-by: OmarHatem <omarh.ismail1@gmail.com>
2023-07-13 02:20:11 +03:00
OmarHatem
342174325b
Add "Enable/Disable" feature for ERC20 tokens
2023-06-23 20:21:28 +03:00
OmarHatem
22eecea24e
Finalize UI for Tokens
2023-06-23 00:17:54 +03:00
OmarHatem
94216e6987
Add send ERC-20 tokens initial flow
2023-06-02 04:02:43 +03:00
OmarHatem
bb6f64ea97
Merge branch 'main' of https://github.com/cake-tech/cake_wallet into CW-78-Ethereum
...
Conflicts:
lib/src/screens/dashboard/widgets/menu_widget.dart
lib/store/settings_store.dart
2023-05-30 14:20:21 +03:00
Rafael Saes
9668863655
CW-320-validate-address-case ( #934 )
...
* feat: allow all-lowercase OR all-uppercase ltc1 addresses (btc1 already working)
* fix: ltc length
2023-05-24 16:48:06 +03:00
OmarHatem
0a76686c96
Merge branch 'main' of https://github.com/cake-tech/cake_wallet into CW-78-Ethereum
...
Conflicts:
lib/di.dart
lib/store/settings_store.dart
2023-05-23 22:56:22 +03:00
Adegoke David
43e062d1ac
Cw-263-TOTP-2FA-In-Security-Settings ( #892 )
...
* CW-263-TOTP-2FA-in-security-settings WIP
* Implement TOTP 2FA WIP
* Implement TOTP 2FA Authentication
* chore: Remove unneeded formatting
* revert formatting
* fixes
* CW-263-TOTP-2FA-in-security-settings WIP
* Setup TOTP Complete, left with Modify TOTF
* CW-263-TOTP-2FA-in-security-settings
* CW-263-TOTP-2FA-in-security-settings
* CW-263-TOTP-2FA-in-security-settings
* fix: Add copy-to-clipboard for qr secret key
* fix: Translation
* chore: Move strings into translation files
* feat: End to end flow for TOTP
* hotfix: Switch totp to use sha512
* Update strings; 8 digits and error explanation
* fix: Totp 2fa implementation feedback
* hotfix: same action for button and alert close
* feat: App should show both normal and totp auths when totp is enabled
* hotfix: prevent barrier from dismissing
* fix: Changes requested during PR review
* - Minor Enhancements
- Minor UI fixes
---------
Co-authored-by: Justin Ehrenhofer <justin.ehrenhofer@gmail.com>
Co-authored-by: OmarHatem <omarh.ismail1@gmail.com>
2023-05-17 17:43:23 +03:00
Rafael Saes
0231298381
CW-254-proper-bitcoin-address-validation-in-exchange-screen ( #900 )
...
* feat: Proper Bitcoin address validation in exchange screen
* fix: use custom validation in addition to RegEx to make sure all address cases are validated
- for cases like P2SH addresses starting with a 3, which are not validated by bitcoin_flutter functions
* feat: add bitcoin_flutter to root project
* refactor: improve conditional isValid return chain
2023-05-15 15:39:00 +03:00
Rafael Saes
7fa7c45c0c
CW-370-add-options-to-enable-disable-buy-and-sell-actions ( #920 )
...
* feat: In the privacy settings screen, add 2 options to Enable/Disable Buy and Sell actions
* fix: add strings
* fix: add the rest of the strings
* fix: disable instead of hide buy & sell buttons
* fix: use disableSell
* fix: main actions able to be onTapped even when disabled
2023-05-15 15:26:56 +03:00
OmarHatem
17ec1667ae
Merge branch 'main' of https://github.com/cake-tech/cake_wallet into CW-78-Ethereum
...
Conflicts:
lib/di.dart
lib/src/screens/dashboard/widgets/menu_widget.dart
lib/src/screens/new_wallet/new_wallet_type_page.dart
lib/src/screens/wallet_list/wallet_list_page.dart
lib/view_model/wallet_address_list/wallet_address_list_view_model.dart
lib/view_model/wallet_keys_view_model.dart
lib/view_model/wallet_new_vm.dart
lib/view_model/wallet_restore_view_model.dart
2023-04-28 05:33:19 +03:00
Godwin Asuquo
f2b8dd21a1
CW-240 Receive fiat currency amount and receive animations ( #877 )
...
* Redesign receive amount field
* Fix issues with animations
* Fix issues with animations
* Fix max fraction digit to 8
* add another 0
* Update amount when currency is changed
---------
Co-authored-by: Justin Ehrenhofer <justin.ehrenhofer@gmail.com>
Co-authored-by: OmarHatem <omarh.ismail1@gmail.com>
2023-04-21 20:03:42 +02:00
Justin Ehrenhofer
ab20312e61
Add btcln; add 2 assets to SideShift ( #890 )
...
* Add btcln; add 2 assets to SideShift
* fix regex line
* change ordering
2023-04-20 20:55:44 +02:00
Serhii
f26815efb8
CW-351-Add-option-in-Privacy-settings-to-enable-disable-screenshots ( #885 )
...
* add prevent screenshots option
* fix prevent screen recording
* update localization
* Update strings_ja.arb
2023-04-20 11:59:59 +02:00
Adegoke David
7b91b0e938
Cw 262 better handle user exchange amount below minimum or maximum trade size ( #868 )
...
* CW-262-Better-handle-user-exchange-amount-below-minimum-or-maximum-trade-size
* fix: App should compute conversion even if it's not within the limits
2023-04-20 03:13:37 +02:00
Godwin Asuquo
efef30f8eb
CW-278 Enhance PIN timeout feature code ( #886 )
...
* CW-278 enhance pin timeout feature
* CW-278 enhance pin timeout feature
* Update flow to remove extension
* Replace pin request on other instances
2023-04-20 02:54:25 +02:00
OmarHatem
ef7fde9de7
Merge branch 'main' of https://github.com/cake-tech/cake_wallet into CW-78-Ethereum
...
Conflicts:
lib/main.dart
2023-04-05 19:24:31 +02:00
Justin Ehrenhofer
7cd4e6583c
Add fiatApiKey
( #858 )
2023-03-31 20:22:51 +02:00
Serhii
df52516964
fix auto valid for receive screen ( #834 )
2023-03-17 13:33:45 +02:00
Serhii
7dfc5b23bc
CW-243-Better-error-message-for-too-many-decimals ( #818 )
...
* update amoung validation
* fix decimal validator
* minor fix
2023-03-15 19:22:08 +02:00
OmarHatem
4ece7cd423
Merge branch 'main' of https://github.com/cake-tech/cake_wallet into CW-78-Ethereum
...
Conflicts:
lib/entities/default_settings_migration.dart
2023-03-08 12:04:38 +02:00
OmarHatem
8625e33537
Merge branch 'CW-282-add-trocador-exchange' of https://github.com/cake-tech/cake_wallet into CW-317-change-fiat-api
...
Conflicts:
lib/src/screens/settings/privacy_page.dart
2023-03-02 18:58:23 +02:00
Godwin Asuquo
d5c4bd0236
change type to int
2023-03-02 17:43:42 +02:00
Godwin Asuquo
15237d5f79
Fix issues from code review
2023-03-02 17:13:25 +02:00
OmarHatem
861616fda2
use Http protocol for onion connection
2023-03-01 23:24:52 +02:00
OmarHatem
18af7e7661
remove print statements [skip ci]
2023-02-28 18:36:39 +02:00
OmarHatem
ce4b1cd4ae
Update fiat API version
...
Enable Tor support for Fiat
2023-02-28 18:23:21 +02:00
Dimitris Apostolou
1fe1b2fd87
Fix typos
2023-02-13 18:50:03 +02:00
OmarHatem
65b2ae6680
Add LTC to twitter address parsing
2023-02-02 18:36:57 +02:00
Serhii
83c1907e31
add twitter api
2023-01-24 20:24:46 +02:00
OmarHatem
00673005b9
Merge branch 'main' of https://github.com/cake-tech/cake_wallet into CW-78-Ethereum
2023-01-10 20:46:43 +02:00
OmarHatem
2c7883e099
Add initial flow for ethereum
2022-12-28 17:02:04 +02:00
Omar Hatem
4bf2fa6216
Merge pull request #525 from cake-tech/CW-175-Refactoring-of-crypto-currency-list
...
[CW-175] refactoring of crypto currency list
2022-12-27 23:02:31 +02:00
Godwin Asuquo
f15bc28219
[skip ci] fix issues from code review
2022-12-13 16:19:31 +01:00
Godwin Asuquo
6836ac6d1a
Fix formatting
2022-12-09 20:18:36 +01:00
Godwin Asuquo
f6c5f96929
Merge branch 'main' of https://github.com/cake-tech/cake_wallet into CW-225-pin-timeout
2022-12-09 19:42:36 +01:00
Godwin Asuquo
07ea937d37
Merge branch 'main' of https://github.com/cake-tech/cake_wallet into CW-225-pin-timeout
2022-12-09 19:42:07 +01:00
OmarHatem
f97a4fec28
Merge branch 'main' of https://github.com/cake-tech/cake_wallet into CW-239-fix-restore-from-backup-using-6-digit-pin
...
Conflicts:
lib/store/settings_store.dart
2022-12-09 20:29:50 +02:00
Godwin Asuquo
9ef1186c45
Fix issues from code review
2022-12-09 17:08:52 +01:00
OmarHatem
8b333f2925
- Add disable exchange to the export/import flow
...
- Save changes to Disable Exchange
2022-12-07 17:14:27 +02:00
OmarHatem
c235df8935
- Fix reloading settings store
...
- Revert changes to backup_service.dart
2022-12-07 16:41:04 +02:00
Serhii
f4148e0989
[skip ci] rework UI for disable fiat mode
2022-12-07 12:44:08 +02:00
Godwin Asuquo
65cbdd3fbb
Merge branch 'main' of https://github.com/cake-tech/cake_wallet into CW-225-pin-timeout
2022-12-05 13:33:17 +01:00