Commit graph

383 commits

Author SHA1 Message Date
sneurlax
81008841cc feat: add qr code scanning and display
and correct spacing in explainer text
2024-12-30 12:46:48 -06:00
sneurlax
00932dbc0b WIP: create wallet copy 2024-12-30 12:04:17 -06:00
sneurlax
a5ff008b8d WIP wallet creation in attemptCreation 2024-12-30 00:43:32 -06:00
sneurlax
04816dc2ea WIP add cosigners to wallet, print derived addresses for debugging
and upgrade bip48 to 0.0.4 so we can pass our custom Network
2024-12-30 00:21:26 -06:00
sneurlax
1e5236a8a4 feat: add account index selection 2024-12-29 22:50:56 -06:00
sneurlax
c16a6ecb67 feat: show xPub corresponding to selected multisig script type
using a hack to add BIP48 derivation paths to Bitcoin wallets as needed
2024-12-29 21:52:47 -06:00
sneurlax
b8105215e2 chore: pass walletId to views 2024-12-29 18:45:10 -06:00
sneurlax
53901ef6a5 feat: WIP UI updates, add a MultisigCoordinator view
TODO: disable "Continue" button on setup view unless all inputs have values.  Auto-fill first input in Coordinator view.  Add walletId params as necessary in order to get relevant metadata
2024-12-29 16:02:29 -06:00
sneurlax
47525fb301 feat: WIP BIP48 wallet type and marker interface 2024-12-27 21:37:21 -06:00
sneurlax
d27aad2ad9 feat: overhaul musig setup view iaw frost ui standards 2024-12-27 21:35:54 -06:00
sneurlax
7b629e81b4 feat: (WIP) add nfc_manager plugin and non-working UI elements
added Android permissions, but
TODO add iOS entitlements etc. ... see https://github.com/okadan/flutter-nfc-manager?tab=readme-ov-file#setup
2024-12-27 20:11:14 -06:00
julian
cd068eefc7 xmr/wow show tx spend key option 2024-12-04 11:00:22 -06:00
julian
d8ec93fb30 add copy button to txid field in tx details on mobile 2024-11-22 15:15:09 -06:00
julian
9a2589b4c3 disable segwit paynym claiming and disable follow/unfollow due to server token signing not working 2024-11-22 13:01:23 -06:00
julian
40b0f49f20 add functionality for different number of required min confirms for coinbase transactions and apply to firo 2024-11-21 10:01:03 -06:00
julian
1d22eed7c4 disable paynym in view only wallets ui 2024-11-14 16:55:49 -06:00
julian
6ff539e71b Add support for view only wallets to most coins 2024-11-14 16:55:49 -06:00
julian
1f0ee995b9 ui view only wallet changes 2024-11-12 18:13:37 -06:00
julian
9cde0a1f65 feat: rough "churning" for xmr/wow 2024-11-12 18:13:37 -06:00
julian
90aae703aa mobile balance toggle update 2024-07-29 12:15:06 -06:00
julian-CStack
e91daa943a
Merge branch 'staging' into togglebalance 2024-07-29 11:18:57 -06:00
julian-CStack
08d3e0abb5
Merge branch 'staging' into hideex 2024-07-29 10:37:36 -06:00
julian
816eb37477 show n/x confirms while unconfirmed 2024-07-15 15:21:03 -06:00
julian
4acfbde791 show n confirmations on tx details screen 2024-07-15 15:21:03 -06:00
julian
80d6a1bed7 fixes https://github.com/cypherstack/stack_wallet/issues/795 2024-07-15 14:26:31 -06:00
julian
77f4eff913 search and replace 2024-07-09 08:54:29 -06:00
sneurlax
220cf65520 disable exchange data loading based on enableExchange pref
and refactor showExchange->enableExchange
2024-07-02 22:52:51 -05:00
sneurlax
2b2127aeb5 hide swap and buy buttons around the ui
and const keys
2024-07-02 22:41:00 -05:00
sneurlax
8faac03954 count pending balances as valid 2024-07-02 11:49:44 -05:00
sneurlax
a69cc80e61 only affect firo wallets 2024-07-02 11:49:40 -05:00
sneurlax
005fcdf44f hide down chevron contextually 2024-07-02 11:14:23 -05:00
sneurlax
a2308d3e78 quick toggle balances as appropriate
if only 2 balances exist, toggle them instead of showing the dialog.
2024-06-30 22:08:25 -05:00
julian
8f605c4b1c https://github.com/cypherstack/stack_wallet/issues/317 2024-06-27 15:07:01 -06:00
julian
c8a868a840 add breathing effect to recent activity on desktop 2024-06-27 14:53:39 -06:00
sneurlax
0745ee6617 Merge remote-tracking branch 'origin/staging' into arti 2024-06-22 11:42:15 -05:00
julian
37f23a09f5 btc testnet4 2024-06-20 10:39:22 -06:00
julian
ddda4666bb basic optional max width (used on rbf boost error dialog) 2024-06-20 10:39:22 -06:00
julian
a566af8eb4 WIP: basic full rbf 2024-06-20 10:39:22 -06:00
julian
741c0be88b refactor updateVSize function 2024-06-20 10:39:22 -06:00
julian
1426495474 add size and vSize to btc and ltc transactions to use and display in rbf boost txn view 2024-06-20 10:39:22 -06:00
julian
ac07aee9c3 add RBF wallet interface mixin 2024-06-20 10:39:22 -06:00
julian
425dc1ca5a clean up boost txn view 2024-06-20 10:39:22 -06:00
sneurlax
0fea4a78dc WIP stash (force push overwrite me later) 2024-06-20 10:39:22 -06:00
sneurlax
f2ca700a9f WIP boost fee slider 2024-06-20 10:39:22 -06:00
sneurlax
6fa1bc75af add WIP boost transaction dialog 2024-06-20 10:39:22 -06:00
sneurlax
0407a09083 move "Boost transaction" button to fee section of tx details vie 2024-06-20 10:39:22 -06:00
sneurlax
14ef66990f add basic RBF UI indicator on tx details 2024-06-20 10:39:22 -06:00
sneurlax
13ab2b8ffe port String extension capitalize() from flutter_native_splash to sw exts 2024-06-14 14:20:31 -05:00
julian
e76ee79c89 clean up some TODOs 2024-06-07 08:50:50 -06:00
sneurlax
2b28e6b121 hide or show Buy features based on configuration 2024-06-05 17:48:38 -05:00