OmarHatem
aa820d4149
Fix price sorting
2023-06-30 16:38:57 +03:00
OmarHatem
46c64c782e
Add Sorting and Pin Native Token features
2023-06-30 14:58:21 +03:00
OmarHatem
38bb1327e3
Add initial Erc20 tokens
2023-06-27 19:40:40 +03:00
OmarHatem
342174325b
Add "Enable/Disable" feature for ERC20 tokens
2023-06-23 20:21:28 +03:00
OmarHatem
e715162294
Integrate UI with Ethereum flow
2023-06-23 04:47:24 +03:00
OmarHatem
22eecea24e
Finalize UI for Tokens
2023-06-23 00:17:54 +03:00
Justin Ehrenhofer
bb75472a83
Remove defaultFiat ( #972 )
...
Logic can be better handled by IP
2023-06-22 05:20:50 +03:00
OmarHatem
1c3b433309
Fix initial UI
2023-06-21 03:56:27 +03:00
OmarHatem
2259a5e6fd
Merge branch 'main' of https://github.com/cake-tech/cake_wallet into CW-78-Ethereum
2023-06-21 03:47:06 +03:00
OmarHatem
55b5780958
Add logic flow for adding erc20 tokens
2023-06-21 03:46:58 +03:00
OmarHatem
4b35ad3b21
Initial flow for home settings
2023-06-20 19:32:55 +03:00
Omar Hatem
e9b5c79a1e
V4.6.7 v1.3.8 ( #971 )
...
* - Replace payfura widget with direct browser link
- Remove Payfura widget class as it is duplicate for the web view page
* Revert removing swipe to delete wallet feature
* Pump app versions and update release notes
2023-06-20 15:27:07 +03:00
Omar Hatem
c4926ae63a
V4.6.6 fixes ( #970 )
...
* Fix popping wrong context in exchange page
* Pass exception handler to wallets code
* Fix mobile UI with iPad view
* Set iPhone deployment target to 11 [skip ci]
* Update Macos deployment target [skip ci]
2023-06-16 04:14:01 +03:00
Serhii
f1904077d2
CW-395-Trade-ID-status-not-updating-in-trade-details-screen ( #957 )
...
* fix ChangeNow trade status
* formatting
* fix hive saving
* Revert SideShift changes
This reverts commit
2023-06-14 23:55:49 +03:00
Serhii
f88e150cd1
fix Electrum transaction updates ( #953 )
2023-06-14 23:53:58 +03:00
OmarHatem
459c397559
Fix conflicts with main
2023-06-14 13:32:06 +02:00
OmarHatem
05bbfb4c5b
Merge branch 'main' of https://github.com/cake-tech/cake_wallet into CW-78-Ethereum
...
Conflicts:
lib/src/screens/dashboard/widgets/balance_page.dart
lib/src/screens/send/widgets/send_card.dart
2023-06-14 13:30:45 +02:00
Serhii
a7ba4a84e8
CW-398-MoonPay-offramp-(Sell)-improvements ( #964 )
...
* Implement MoonPay offramp widget
* Add Litecoin to strings
* improve webview page
* Rename route string
---------
Co-authored-by: Justin Ehrenhofer <justin.ehrenhofer@gmail.com>
Co-authored-by: Omar Hatem <omarh.ismail1@gmail.com>
2023-06-14 02:15:10 +03:00
Godwin Asuquo
affc35f335
CW-342 Enable Mac Layout on iPad ( #958 )
...
* Add iPad responsive layout
* Set magic number to position input field on wider screens
* Adjust screen resolution
* Update target device family for ios
* Add icons for iPad
* Revert width adjustment for ipad
* Fix overflowing balance
* Fix overflowing balance
* Fix PR issues
* Remove unused icons [skip ci]
---------
Co-authored-by: OmarHatem <omarh.ismail1@gmail.com>
2023-06-14 02:04:52 +03:00
OmarHatem
eff0369709
Merge branch 'main' of https://github.com/cake-tech/cake_wallet into CW-78-Ethereum
2023-06-13 23:01:26 +03:00
OmarHatem
581d67a3a9
Add home settings icon
2023-06-13 21:59:48 +03:00
Rafael Saes
e84d02f661
CW-383-replace-swipe-to-delete-wallet-action-with-a-delete-trash-icon-on-the-right ( #935 )
...
* feat: replace "swipe to delete" wallet action with a delete / trash icon on the right
* fix: remove InkWell and _actionPane actions
* feat: add a bit of padding from the end
2023-06-10 01:31:05 +03:00
Rafael Saes
b16cfaaff5
Cw 231 display balance in send and transaction screens when long pressing and when show balance is disabled ( #926 )
...
* feat: allow reversing displayMode by long pressing on transactions page
* feat: allow reversing displayMode by long pressing on send page
* revert: revert transaction_list_item.dart but keep BalanceDisplayMode get displayMode => balanceViewModel.displayMode
2023-06-10 01:29:34 +03:00
Godwin Asuquo
a4c279b538
CW-411 Update sideshift api ( #959 )
...
* Update sideshift api
* Fix sideShift api v2 rate
* Fix rate calculation on sideshift
* Additional fixes
* Minor: Add additional unsupported
* Add network to quote
* Add amount and affiliateID to quote
* Refactor tag/network assigning
* Fix syntax errors with rate qpi
* Add network for fetching rate
* Remove amount from rate endpoint
* Fix transaction depositAmount
* Fix issues from code review
* Fix issues from code review
* Remove affiliate ID
---------
Co-authored-by: Justin Ehrenhofer <justin.ehrenhofer@gmail.com>
2023-06-09 14:46:00 +03:00
Godwin Asuquo
e8446f0c98
CW-400 investigate cupertino nav bar null exception ( #943 )
...
* Fix null error on back navigation after pushReplacementNamed
* Fix null error on back navigation after pushReplacementNamed
* Close all visible keyboard for page navigation context
* Fix issue with market place navigation
* Remove focus before back navigation
* Fix background color
* Fix background color
* Fix background color
2023-06-08 02:16:52 +03:00
OmarHatem
4705394fce
Refactor signing/sending transactions
2023-06-07 03:06:25 +03:00
OmarHatem
73743932ae
Add initial flow for transactions subscription
2023-06-06 22:32:36 +03:00
Adegoke David
3b073d9751
Cw-410 Null Issue With 2FA ( #960 )
...
* chore: Setup
* hotfix: null check operator used when totp arguments are null causing issues
* hotfix: null check operator used when totp arguments are null causing issues
* hotfix: null check operator used when totp arguments are null causing issues
* hotfix: null check operator used when totp arguments are null causing issues
* fix: Review changes
---------
Co-authored-by: David Adegoke <blazebrain@Davids-MacBook-Pro.local>
2023-06-06 15:13:49 +03:00
OmarHatem
cd206d730a
Refactor signing/sending transactions
2023-06-06 04:34:11 +03:00
OmarHatem
8b384e91dc
Add initial approach for transaction sending for ERC-20 tokens
2023-06-06 01:17:26 +03:00
Mathias Herberts
8747d2fe59
Fixed for v4.6.4 ( #955 )
2023-06-05 16:41:15 +03:00
Mathias Herberts
5e270df568
Fixed 2FA related French localization ( #956 )
2023-06-05 16:40:34 +03:00
OmarHatem
3324ed61cd
Add missing import in generated file
2023-06-03 15:44:56 +03:00
OmarHatem
94216e6987
Add send ERC-20 tokens initial flow
2023-06-02 04:02:43 +03:00
OmarHatem
f08ab62359
Add Shiba Inu icon
2023-06-01 18:31:52 +03:00
OmarHatem
78adf4a5ce
Allow contacts and wallets from the same tag
2023-06-01 16:26:16 +03:00
Godwin Asuquo
ce8e498cac
Revert rename nga flag ( #952 )
2023-06-01 15:46:17 +03:00
OmarHatem
9b67db0132
add missing getHeightByDate in Haven [skip ci]
2023-05-30 22:39:07 +03:00
OmarHatem
c1b81d135b
Add send erc20 tokens initial function
2023-05-30 22:26:37 +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
Omar Hatem
19cbc40e81
New versions 4.6.6 and 1.3.7 ( #949 )
...
Disable 'prevent screenshots' option from Desktop since it's not supported yet
2023-05-26 21:13:22 +03:00
Godwin Asuquo
75c65d67bf
CW-404 Add yoruba language ( #946 )
...
* Add Yoruba translation
* Add Yoruba localization
* Rename flag
2023-05-25 20:30:21 +03:00
Omar Hatem
4e4b3c7a56
Update Monero package ( #942 )
2023-05-25 15:46:45 +03:00
Rafael Saes
baabc0a915
Cw 373 theme refactoring in preparation to support additional themes ( #933 )
...
* refactor(Theme): migrate accentColor
- based on the specs at https://docs.flutter.dev/release/breaking-changes/theme-data-accent-properties#migration-guide .
* refactor(Theme): all deprecated TextTheme styles
* refactor(Theme): deprecated backgroundColor for colorScheme.background
* refactor(Theme): deprecated buttonColor to use TextTheme backgroundColor instead
* refactor(Theme): deprecated isAlwaysShown to use thumbVisibility instead
2023-05-25 02:19:51 +03:00
Serhii
c835059d13
CW-371-Restore-height-issue-with-QR-code-Wallet-incorrectly-assigns-today's-restore-height-to-legacy-wallets ( #925 )
...
* fix height for legacy wallets
* get height by first tx under singular seed
2023-05-25 00:00:54 +03:00
Serhii
18ba724009
CW-379-Investigate-trade-ID-status-updates ( #930 )
...
* cancel Anonpay updateInvoice timer
* Remove un-needed dependency injection of anonpayDetailsViewModel since it can be accessed via the parent class [skip ci]
---------
Co-authored-by: OmarHatem <omarh.ismail1@gmail.com>
2023-05-24 19:12:42 +03:00
Justin Ehrenhofer
53c55523c2
Ionia don't->didn't ( #941 )
2023-05-24 19:02:28 +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
c812e2afcd
Add erc20 abi json
2023-05-24 01:13:34 +03:00
OmarHatem
256cbc09fc
Fix conflicts with main
2023-05-23 22:57:37 +03:00