Commit graph

2469 commits

Author SHA1 Message Date
Matthew Fosse
e407a6d385 add connecting status 2024-01-04 13:43:11 -05:00
Matthew Fosse
b7963684b2 default tor connection mode to disabled 2024-01-04 13:05:39 -05:00
Matthew Fosse
298b05b0af make border visible on bright theme 2024-01-04 12:39:45 -05:00
Matthew Fosse
2a0ea0a749 minor theming fix 2024-01-04 12:35:09 -05:00
Matthew Fosse
8cae871d41 forgot to remove package import 2024-01-04 12:29:14 -05:00
Matthew Fosse
e23b3cbfef code cleanup 2024-01-04 12:15:20 -05:00
Matthew Fosse
ea6bdd02df proxy node + theme fixes 2024-01-04 12:06:55 -05:00
Matthew Fosse
139e10d9a1 minor fix 2024-01-03 16:11:45 -05:00
Matthew Fosse
d7a05674b7 builds 2024-01-03 16:04:42 -05:00
Matthew Fosse
ea7e5880f2 fixes 2024-01-03 16:02:22 -05:00
Matthew Fosse
c4c4afb74a tor updates 2024-01-03 16:00:00 -05:00
Matthew Fosse
e6fa2a58db onionOnly updates 2024-01-03 13:21:34 -05:00
Matthew Fosse
c8dcf49503 tor updates 2024-01-02 13:33:48 -05:00
Matthew Fosse
e93891682b save 2024-01-02 12:31:05 -05:00
Matthew Fosse
533b978ac1 test build 2024-01-02 12:10:54 -05:00
Matthew Fosse
0d91cc35a9 Merge branch 'main' of https://github.com/cake-tech/cake_wallet into CW-519-tor 2024-01-02 11:48:52 -05: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
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
fosse
2d867e9651 remove unused import 2023-12-21 11:46:53 -05:00
fosse
4605bb684d small fix 2023-12-21 11:44:08 -05:00
fosse
b79df2f3f8 revert apimode changes 2023-12-21 11:42:52 -05:00
Serhii
1eaebcba83 [skip ci]Revert "minor fixes" 2023-12-20 14:25:30 +02:00
fosse
1b7718bb10 translations 2023-12-19 20:48:55 -05:00
fosse
c12cd2eada Merge branch 'main' of https://github.com/cake-tech/cake_wallet into CW-519-tor 2023-12-19 20:29:42 -05:00
fosse
7ad41caba0 fixes 2023-12-19 20:28:40 -05:00
fosse
464b96fc92 tor updates 2023-12-19 20:20:21 -05:00
fosse
77fa3e06ae tor updates 2023-12-19 20:05:43 -05:00
fosse
78ed679864 wip 2023-12-19 19:46:57 -05:00
Omar Hatem
be285e7ebf
V4.12.0 v1.9.0 (#1236)
* update app versions and release notes

* update build number

* Fix balance page tabs UI on white screens [skip ci]

* Vulnerable btc seeds (#1238)

* Add flow to notify users with vulnerable seeds

* - Show vulnerable wallets warning on every app launch
- Change text

* increment build number

* add seeds sha text [skip ci]
2023-12-19 15:16:15 +02:00
Omar Hatem
d756b367d3
Make the exchange receive field always editable and can be taken from QR or Address book (#1230) 2023-12-16 03:20:56 +02:00
Serhii
b316f2fc7b minor fixes 2023-12-15 17:19:50 +02:00
Serhii
95a1291704 Format code 2023-12-14 18:41:43 +02:00
Serhii
d0e28b58ac [skip ci] update icon 2023-12-14 14:51:52 +02:00
Serhii
72b6a50400 Merge branch 'main' into CW-529-Modify-2FA-introduction-screens 2023-12-14 14:32:52 +02:00
Serhii
31530dd566 fix UI issues 2023-12-14 14:11:07 +02:00
Serhii
660cd44244 update localization files 2023-12-14 12:58:02 +02:00
Matthew Fosse
2ff81df9e7
CW-512 wallet sort (#1195)
* add shared preferences key and make list re-orderable

* macos sonoma build fix

* everything (almost) works

* add translations

* more translations

* everything works

* fixes

* translation merge file fix

* fix for mobile platforms

* fix filter icon being invisible on bright theme

* first pass of adding ascending/descending to filter widget

* small fix

* update ascending switch

* fixes

* fix

* reverse creation sort

* review fixes part 1

* refactor into function rather than tuple + color changes

* more fixes

* remove unrelated file

* updated wording

* cleaner callback

* undo sonoma fix

---------

Co-authored-by: fossephate <fosse@book.local>
Co-authored-by: Omar Hatem <omarh.ismail1@gmail.com>
2023-12-13 23:58:43 +02:00
Serhii
9a716d1dc9 Merge branch 'main' into CW-529-Modify-2FA-introduction-screens 2023-12-13 17:44:42 +02:00
Serhii
1c53229ea0 minor fix 2023-12-13 17:33:51 +02:00
Serhii
049e4def27
fix accessibility issues (#1224) 2023-12-13 17:27:30 +02:00
Serhii
faf151a4dc
CW-531-Bitcoin-Fees-issue (#1218)
* SegWit transaction size

* [skip ci] fix electrum balances layout

* fix tapping area
2023-12-13 16:43:26 +02:00
Adegoke David
ef7762eaca
Polygon-Wallet-fixes (#1222)
* fix: Fix issues surrounding polygon release

* Add polygon generation command to pubspec script

* Remove unnecesary cast

* fix: Remove unneeded code

* fix: Adjust workflow file to pick polygonScan apikey

* fix: Issues noticed while testing

* fix: Issues noticed while testing

* fix: Transaction should reflect the token name

* fix: Remove unused import

* feat: Add alchemy node to default migration settings

* Fix sending Polygon delay
Remove alchemy node
Minor Enhancements

* Remove scrolling from multiple choices settings row and make them fill the whole space [skip ci]

* Add USDT poly
Add icon for USDC.e

* Fix ERC20 tokens overriding old wallets
Add USDC.e to exchange

* - Remove unnecessary code
- Minor Enhancements

---------

Co-authored-by: Omar Hatem <omarh.ismail1@gmail.com>
2023-12-13 16:03:07 +02:00
Serhii
50299e60f0 Merge branch 'main' into CW-529-Modify-2FA-introduction-screens 2023-12-13 14:44:38 +02:00
Serhii
747a760124 willPopScope fix 2023-12-13 14:08:18 +02:00