sneurlax
|
c8691ac0cc
|
fix address book contact selection
Thank you @julian for the patch,
```
Index: lib/pages/send_view/send_view.dart
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/lib/pages/send_view/send_view.dart b/lib/pages/send_view/send_view.dart
--- a/lib/pages/send_view/send_view.dart (revision fa8829072e )
+++ b/lib/pages/send_view/send_view.dart (date 1715103987498)
@@ -906,6 +906,10 @@
sendToController.text = _data!.contactLabel;
_address = _data!.address.trim();
_addressToggleFlag = true;
+
+ WidgetsBinding.instance.addPostFrameCallback((timeStamp) {
+ _setValidAddressProviders(_address);
+ });
}
if (isPaynymSend) {
```
|
2024-05-07 14:08:08 -05:00 |
|
julian
|
65941478b8
|
experimental navigation
|
2024-05-03 16:38:12 -06:00 |
|
Julian
|
0d3ae2a635
|
various frost ui flow tweaks and fixes
|
2024-05-03 12:22:19 -06:00 |
|
julian
|
832be89cab
|
frost transaction sending ui update
|
2024-05-03 09:37:59 -06:00 |
|
julian
|
1be51a666b
|
frost initiate tx signing screen ui polish
|
2024-05-03 09:37:59 -06:00 |
|
julian
|
4b4647e02c
|
disable frost send all button
|
2024-05-03 09:37:59 -06:00 |
|
julian
|
969e7f2dcd
|
simplify showing the frost flow steps qr code data
|
2024-05-03 09:37:59 -06:00 |
|
julian
|
7f0585d4f9
|
fix button enabled state bug
|
2024-05-03 09:37:59 -06:00 |
|
julian
|
2de96f15e0
|
frost send view recipients ui update
|
2024-05-03 09:37:59 -06:00 |
|
julian
|
fc3ec6aa0a
|
frost display WU instead of vByte
|
2024-05-03 09:37:59 -06:00 |
|
julian
|
ccca53f3d8
|
frost flow interruption dialog
|
2024-05-03 09:37:59 -06:00 |
|
julian
|
48e05919d5
|
use frost step scaffold for frost send/sign flow
|
2024-05-03 09:37:59 -06:00 |
|
julian
|
92d0733005
|
re route frost sign tx on mobile
|
2024-05-03 09:37:59 -06:00 |
|
julian
|
3c76cc115c
|
rough gui refactor for frost wallet creation on mobile
|
2024-05-03 09:37:59 -06:00 |
|
sneurlax
|
64b0f23910
|
desktop create sign tweaks
making things wider and scrollable but the qr code not overflowingly wide
|
2024-03-12 07:05:05 -05:00 |
|
sneurlax
|
0fe16638b0
|
pad desktop send view with ConditionalParent
|
2024-03-12 06:45:26 -05:00 |
|
sneurlax
|
181ec5e539
|
Revert "wrap send view content in padding"
This reverts commit 2aa3bebf78 .
|
2024-03-11 23:05:55 -05:00 |
|
sneurlax
|
10233550b1
|
fix issue with modifying fixed-length list
|
2024-03-11 23:02:16 -05:00 |
|
sneurlax
|
77f1f346d6
|
override recipient input(s) padding
|
2024-01-25 19:04:07 -06:00 |
|
sneurlax
|
2aa3bebf78
|
wrap send view content in padding
will probably need to be adjusted for mobile...
|
2024-01-25 19:03:53 -06:00 |
|
julian
|
1e67f3585a
|
some frost clean up
|
2024-01-25 02:20:37 -06:00 |
|
julian
|
444afb88ae
|
WIP frost send
|
2024-01-23 18:33:40 -06:00 |
|
julian
|
85b66fd849
|
WIP bitcoin frost wallet addition
|
2024-01-19 15:38:17 -06:00 |
|
julian
|
46d1310039
|
Some todo clean up and re prioritization
|
2024-01-13 11:09:37 -06:00 |
|
julian
|
d7a7b7758d
|
restrict spark memo length in textfield
|
2024-01-12 16:00:04 -06:00 |
|
julian
|
05c2974eb0
|
scrollable confirm send screen on desktop
|
2024-01-12 14:55:20 -06:00 |
|
julian
|
c841b969b2
|
fix paynym broadcast tx functionality
|
2024-01-12 14:55:20 -06:00 |
|
julian
|
9996328126
|
More WIP eth + tokens
|
2024-01-10 16:53:12 -06:00 |
|
julian
|
da88f6640c
|
firo fee sheet fixes
|
2024-01-10 16:40:36 -06:00 |
|
julian
|
72eee46220
|
particl and namecoin refactor skeleton code with some interface clean up
|
2024-01-08 09:13:44 -06:00 |
|
julian
|
7bbc235b92
|
don't show change in amount total
|
2024-01-05 13:45:42 -06:00 |
|
julian
|
1121949f56
|
clear send form on successful send
|
2024-01-04 12:52:00 -06:00 |
|
julian
|
02cb79c6a3
|
refactor send screen address validation to take into account not being able to send from lelantus to spark directly
|
2023-12-29 18:12:13 -06:00 |
|
julian
|
953acb493c
|
spark spend from transparent and various clean up
|
2023-12-27 10:01:13 -06:00 |
|
julian
|
b441157398
|
handle send all spark properly
|
2023-12-21 14:41:29 -06:00 |
|
julian
|
1e1a472d42
|
fix transaction broadcast error text overflow on desktop
|
2023-12-21 10:24:22 -06:00 |
|
julian
|
1d3b07490d
|
successful spark to spark send
|
2023-12-21 10:23:55 -06:00 |
|
julian
|
d132116282
|
WIP spark spend progress
|
2023-12-20 18:00:02 -06:00 |
|
julian
|
acb0157d8a
|
Firo balance type toggle ui and send from balance type switching
|
2023-12-19 19:05:05 -06:00 |
|
julian
|
430882cb6a
|
various firo related clean up and fixes
|
2023-11-24 11:56:38 -06:00 |
|
julian
|
391304f6da
|
tezos and various tweaks
|
2023-11-22 12:30:09 -06:00 |
|
julian
|
8e1449ac41
|
WIP firo refactor
|
2023-11-20 09:15:36 -06:00 |
|
julian
|
185cfd26e2
|
consistent wallet mixin interface naming
|
2023-11-16 16:25:20 -06:00 |
|
julian
|
c6150b23d9
|
untested paynym refactor impl
|
2023-11-16 10:54:57 -06:00 |
|
julian
|
baaf375942
|
various tweaks to get a btc testnet tx to send
|
2023-11-09 15:31:23 -06:00 |
|
julian
|
758c3def5f
|
transaction note provider
|
2023-11-09 11:39:26 -06:00 |
|
julian
|
5ba29b7299
|
mostly (roughly) refactored with new wallet providers as well as using a TxData object in place of dynamic Maps
|
2023-11-03 13:46:55 -06:00 |
|
julian
|
ce7d10ef16
|
rename and refactor wallets.dart provider
|
2023-10-31 11:15:59 -06:00 |
|
ryleedavis
|
db67956f33
|
remove libepiccash.dart file
|
2023-10-10 15:26:12 -06:00 |
|
ryleedavis
|
848d45ad72
|
do int.parse inside scanOutputs, add import for badHttpAddress
|
2023-10-06 16:36:21 -06:00 |
|