Commit graph

112 commits

Author SHA1 Message Date
julian
4594801cf3 Ensure plain addresses are parsed from qr codes. Use uri parsing everywhere with a couple small tweaks. 2024-11-19 09:25:26 -06:00
julian
16b9254761 WIP migrate flutter_libmonero to cs_monero 2024-11-05 18:54:13 -06:00
julian
99e802b59e add ability to "send all" selected UTXOs when using coin control 2024-08-28 10:59:25 -06:00
sneurlax
19cae77e2b use AddressUtils where appropriate
instead of duplicating logic
2024-08-27 16:55:19 -05:00
julian
4d1fde7671 prepare send failure logging 2024-07-30 08:43:25 -06:00
julian
f3d1611249 fixes: https://github.com/cypherstack/stack_wallet/issues/908 2024-07-22 17:12:59 -06:00
Julian
5b61744124 fix dialog popping up too often on desktop 2024-06-26 11:12:34 -06:00
julian
769edc3bc0 ensure only one firo ex addr popup is active at any one time 2024-06-25 15:20:55 -06:00
julian
f634ce8701 WIP firo exchange addresses 2024-06-25 14:46:36 -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
sneurlax
13ab2b8ffe port String extension capitalize() from flutter_native_splash to sw exts 2024-06-14 14:20:31 -05:00
julian
ed15482442 enable experimental firo public funds coin control 2024-06-04 10:08:37 -06:00
julian
9006de0f0a code style clean up and gen mocks 2024-05-27 18:01:41 -06:00
julian
e01b778778 dart fix --apply --code=prefer_relative_imports 2024-05-22 18:37:06 -06:00
julian
a82f6c3c6e coin enum finally gone 2024-05-15 15:24:02 -06:00
julian
9f4df0368a add extra info to spark transaction generating dialog and some linter clean up 2024-05-09 16:12:22 -06:00
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
d7a7b7758d restrict spark memo length in textfield 2024-01-12 16:00:04 -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
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
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
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
julian
bc25d5b3af WIP stellar memo field on send screens as well as in trade details and exchange flow 2023-09-07 16:41:44 -06:00
julian-CStack
ebf67df3a9
Merge branch 'staging' into add-onchain-notes-for-epic 2023-07-05 11:58:29 -06:00
likho
1ce64cd157 Fix on chain notes showing for other coins 2023-07-05 18:18:49 +02:00
likho
3ae04b6e5f Fix indentation so Onchain note doesn't show for other coins 2023-07-05 17:31:06 +02:00
likho
71591053f2 Text updates, Update epiccash plugin 2023-07-05 17:19:41 +02:00
likho
ca27f13d7b WIP:Add onchain notes for Epic 2023-07-05 14:57:17 +02:00
julian
ab9e734b80 fix: dogecoin custom fee slider and possible absurd fees error 2023-07-04 10:25:13 -06:00
julian
f60dee0304 Merge remote-tracking branch 'origin_SW/staging' into custom_fee_selection 2023-06-19 10:09:16 -06:00
julian
0778deb6d3 feat: custom fee for sends on mobile for supported coins 2023-06-17 10:42:23 -06:00
julian
833daea120 hide fee selection for ba/nano send 2023-06-16 18:32:56 -06:00
julian
346a6a7a01 account for units setting 2023-06-16 17:04:39 -06:00
julian
c0eb85ce5a insert and handle localised group and decimal separators in textfield amounts 2023-06-16 16:47:03 -06:00
julian
f88d7f200c fiat amount string formatting and parsing and more WIP usages thereof 2023-06-16 13:42:37 -06:00
julian
338e354e4b fix: shift fix for amounts when set to lowest unit value (ex sats for btc) 2023-06-08 11:58:26 -06:00
julian
05832287e7 disable openalias 2023-06-07 07:36:54 -06:00
julian
1449814e35 Merge branch 'amount_display_precision' into add_nano
# Conflicts:
#	lib/pages/pinpad_views/create_pin_view.dart
#	lib/widgets/custom_pin_put/custom_pin_put_state.dart
2023-05-30 09:11:41 -06:00
julian
388c60d016 fix: various amount unit issues 2023-05-30 09:02:09 -06:00
julian
1b1c61a3a3 feat: WIP use amount formatter in GUI 2023-05-29 15:11:48 -06:00