Commit graph

4540 commits

Author SHA1 Message Date
sneurlax
98d7ce3a8e Merge remote-tracking branch 'detherminal/staging' into cardano 2024-09-23 02:05:22 -05:00
Julian
3573f70004 bio fix 2024-09-20 17:07:55 -06:00
julian
412e3fdf07 Update frost and hide insecure addresses on receive page and in address list 2024-09-20 17:06:20 -06:00
julian
98986d74f0 update biometrics to handle updated local_auth changes 2024-09-17 15:06:56 -06:00
julian
1740a42020 AGP compat updates 2024-09-16 16:34:04 -06:00
dethe
6cbc37f42c fix: post req body 2024-09-14 21:38:57 +03:00
dethe
e0051c8af2
Merge branch 'staging' into staging 2024-09-13 20:59:18 +03:00
Julian
b0128c867c fix built in system paste functionality (aka ctrl-p) on step two of desktop swap 2024-09-10 10:39:57 -06:00
sneurlax
c34938a9be defer network calls from init to fetchChainHeight or serverCanBatch 2024-09-06 11:47:08 -06:00
sneurlax
0e0f9803cb do not allow taproot address as a simplex receiving address 2024-09-06 11:46:28 -06:00
sneurlax
87ca5b909d fix stackwallet-specific package import 2024-09-06 11:45:19 -06:00
dethe
1ec7ee95d2 feat: total tor support for cardano 2024-09-01 16:19:46 +03:00
dethe
02dc5c9416 refactor: show only lovelaces 2024-09-01 15:24:15 +03:00
dethe
e3d040b9b8 refactor: enhance ada txs 2024-09-01 15:12:09 +03:00
dethe
56dcc0ba4a
Merge branch 'cypherstack:staging' into staging 2024-09-01 14:49:46 +03:00
julian
4dc920772a handle assert nicely 2024-08-28 10:59:25 -06:00
julian
99e802b59e add ability to "send all" selected UTXOs when using coin control 2024-08-28 10:59:25 -06:00
julian
662bbd3099 token wallet state display bugfix on confirm send screen 2024-08-28 10:59:25 -06:00
sneurlax
2af6e32392
Merge branch 'staging' into staging 2024-08-28 11:47:05 -05:00
dethe
5b324a0fc5 fix: remove special lib usage 2024-08-28 02:46:53 +03:00
julian
82d8acb7a2 erc20 gas limit 2024-08-27 17:08:26 -06:00
julian
0ddecd2f97 pre cache in wallet db sent eth and eth token txns on successful broadcast 2024-08-27 17:08:26 -06:00
julian
7da81d01ad pop back to token view after token send success on mobile 2024-08-27 17:08:26 -06:00
julian-CStack
2745598e9f
Merge branch 'staging' into uri 2024-08-27 17:06:02 -06:00
sneurlax
db5fcde918 fix _getCryptoCurrencyByScheme 2024-08-27 17:13:02 -05:00
sneurlax
19cae77e2b use AddressUtils where appropriate
instead of duplicating logic
2024-08-27 16:55:19 -05:00
sneurlax
b73628d939 update uri parsing code to support monero URIs
bitcoin URIs now also validate properly
2024-08-27 16:41:30 -05:00
sneurlax
dd11214b3c Merge branch 'staging' into uri 2024-08-27 13:09:50 -05:00
sneurlax
66f29ab1f5 Merge branch 'staging' into deskcam 2024-08-27 13:07:39 -05:00
dethe
27d319cece feat: add cardano 2024-08-26 20:38:58 +03:00
sneurlax
6723614712 add missing imports 2024-08-13 15:52:50 -05:00
sneurlax
e383c6202a fix cw wallet restores from backup 2024-08-10 22:46:09 -05:00
sneurlax
7446a56631 simplify test logic 2024-08-08 16:37:44 -05:00
sneurlax
2907f7d962 silence print 2024-08-08 14:55:53 -05:00
sneurlax
ce74f9508b replace dialog with flushbar message 2024-08-05 16:28:45 -05:00
sneurlax
16a2b23dde refactor QrCodeScannerDialog into its own widget, use thru Frost process 2024-08-02 14:40:38 -05:00
sneurlax
2145334152 remove onSnackbarMessage, do not show error on regular scans, only files 2024-07-31 16:43:15 -06:00
julian
810f8bb3c5 handle deleted wallets cleanly in the overview list 2024-07-31 16:31:57 -06:00
julian
d6c609fea4 ask before enabling toggle 2024-07-31 16:31:57 -06:00
sneurlax
237eb5cd8e fix monero onion node test 2024-07-31 14:35:10 -06:00
sneurlax
c2d6b84129 julian's patch
love it
2024-07-31 14:35:10 -06:00
sneurlax
db87beef90 convert snackbar messages to dialog messages
remove unused CameraLinux instance
refactor delay to be more easily edited (at the cost of not being const any more)
2024-07-30 18:09:17 -06:00
sneurlax
cd38a5153b initialize camera on macos
and quiet warning re: NSCameraUseContinuityCameraDeviceType
2024-07-30 18:09:17 -06:00
sneurlax
1d49cc83e9 use camera_macos package on macos for qr code scanning 2024-07-30 18:09:17 -06:00
sneurlax
84108eb6ba comments notes and tweaks 2024-07-30 18:09:17 -06:00
sneurlax
be3c02ed2a make ui less janky 2024-07-30 18:09:17 -06:00
sneurlax
6fa56bfe6d use camera_windows fork for windows webcam support
I wish I could use the CameraPlatformInterface in a platform-agnostic way

windows desktop webcam scan fixes

and log cleanup
2024-07-30 18:09:17 -06:00
sneurlax
7477922382 add file selection button
still janky, it should show snackbar messages on errors but doesn't. ffs
2024-07-30 18:09:17 -06:00
sneurlax
8bf8a90404 "live" webcam image in qr code dialog
still a little janky... add debug prints thru the process to see what I mean
but it works, so...
2024-07-30 18:09:17 -06:00
sneurlax
04ce0f89fc use zxing2 to decode, display image in dialog for troubleshooting
flutter pub add zxing2
etc

fix image display in poc
2024-07-30 18:09:17 -06:00