872 Commits

Author SHA1 Message Date
tomFlowee d65a5f94ba Fix dialog buttons sizes and positions 2026-05-05 19:24:42 +02:00
tomFlowee 3c291cc04e Be pedantic, use the return keyword. 2026-05-05 19:24:42 +02:00
tomFlowee ae855bbc3e When a QR has a '?' arg, show only address. 2026-05-05 19:24:42 +02:00
tomFlowee 33ce5d10d4 Make keyboard naviation work to switch cards. 2026-05-05 19:24:42 +02:00
tomFlowee 7d66419c3e Display sync status nicer.
This uses the 'behind' when it is far behind and updates the time since
the last block when it is not.
2026-05-05 19:24:42 +02:00
tomFlowee a516d7e9a9 Fix logic issues 2026-05-05 19:24:42 +02:00
tomFlowee 6625366cb3 Avoid doing unneeded work
This was in the delegate and as such there are multiple copies. To avoid
all of them doing work, lets add a local variable.
2026-03-16 20:16:38 +01:00
tomFlowee 5dafcfd1f4 Make interacting with the list speed up the markSeen timeout 2026-03-16 20:16:38 +01:00
tomFlowee 0748407e6c Fix crash due to regression in Qt
After starting to use Qt6.10 the following (trivial) steps caused
the application to crash with a backtrace 100% inside of Qt.

a. scroll the list of transactions down a bit.
b. select a different wallet.
c. boom

The bug seems to be that changing the model of a Listview crashes
if the view is not positioned at the top.

This new code positions the view at the top prior to changing the model.
2026-03-16 20:16:38 +01:00
tomFlowee d81bf48984 Various UX fixes around the new tabs
This fixes the weird dialog not getting a press but just closing problem
which seems to stem from the horizontal listview getting its current
index set. So we just avoid doing that.

This fixes the bug in the last release where not having the payments tab
visible meant we didn't see the tabbar at all. The logic is now fixed to
include the fact that we can have a tokens tab too.
2026-03-16 20:16:38 +01:00
tomFlowee 1477fe9335 [UX] Add a visual feedback on press / release 2026-03-16 12:25:39 +01:00
tomFlowee 18adf5f63f Add all wallets option to the RepeatPaymentsModel
And the planned payments tab on mobile uses it to filter on the selected
wallet. Or show for all wallets.
2026-03-15 19:44:56 +01:00
tomFlowee e30f86fd8a Also make visual NFTs follow 'all wallets' concept
This includes us moving the population of visual tokens to be placed by
a QML file instead of in C++, which was what we wanted anyway.
2026-03-15 17:52:17 +01:00
tomFlowee ac74aa90bb Tie the 'all wallets' to fungible tokens backend
Only show fungible token UTXOs that actually are in the selected wallet.
2026-03-15 14:57:30 +01:00
tomFlowee fddfbe34d9 Add 'all wallets' option to the account selector
And show this text also on the wallet-selector if appropriate.
2026-03-15 11:44:59 +01:00
tomFlowee 6667ea3f37 Remove unneeded semicolons 2026-03-14 21:14:42 +01:00
tomFlowee 406367b5ab Merge branch 'ct'
Include default-off cashToken support. Which include a BCMR backend
for icons and more.

Plenty of missing features, as such this is labeled BETA.
2026-03-13 20:31:10 +01:00
tomFlowee 61eb05cbc5 Cleanup semicolons 2026-03-13 20:21:30 +01:00
tomFlowee 52c854761f Make the radio button and checkbox equal height
This makes the spacing between them equal, making the checkbox take more
space (making fat fingered people happier) and the radio button takes
half the space because frankly it was ugly empty.
2026-03-13 20:21:30 +01:00
tomFlowee 8f69779d53 Add GUI option to enable/disable the token UI. 2026-03-13 20:21:30 +01:00
tomFlowee 9ef814f179 Bugfixes to make nfc download and display work. 2026-03-13 18:53:02 +01:00
tomFlowee f67a9b3a14 Use 'modelData' not 'model' for backwards compatibility 2026-03-13 12:45:08 +01:00
tomFlowee 8623302b31 Make Image NFTs show up.
This adds a lot of plumbing in the TokensManager and MetadataRepository
to parse the data we have and extract what we need.
The actual visual display is rather simple, this is expected to evolve
as this becomes more nature. For now this works and that is the
important part.
2026-03-12 21:26:43 +01:00
tomFlowee 3aaeba0a27 Update About page' year to 2026 2026-03-10 12:26:20 +01:00
tomFlowee f50f961d98 Fix QML warning before download completes 2026-03-09 15:15:59 +01:00
tomFlowee 6cc4798320 Hide scan button on non-main tabs 2026-03-09 15:15:59 +01:00
tomFlowee 9e521ff120 Move wallet balance to the 'activity' tab. 2026-03-09 15:15:59 +01:00
tomFlowee 91e0b2d31c Minor fixlets for tokens/bcmrs 2026-03-07 23:55:39 +01:00
tomFlowee 1faea58a4d Fix location of warning 2026-03-07 15:41:11 +01:00
tomFlowee a901afc4ee Make tokentabs layout static for now. 2026-03-07 15:40:13 +01:00
tomFlowee 338a81c948 Make the per-token image show in the UI 2026-03-07 14:07:38 +01:00
tomFlowee 81ab3821e1 Make the layout not so ugly. 2026-03-06 22:01:39 +01:00
tomFlowee a10d561de8 Tie tokens and metadata to the UI 2026-03-06 21:08:37 +01:00
tomFlowee 8bad59f1a2 Make CT a tab on the receive page 2026-03-05 17:04:45 +01:00
tomFlowee bcf6b6e39d Merge branch 'master' into ct 2026-03-05 14:05:17 +01:00
tomFlowee 6420f0cd55 Make text part of the checkbox also toggle the check. 2026-03-03 22:09:16 +01:00
tomFlowee fc3af9d171 UX; rename repeat payment 'disable' to 'pause'.
This makes more sense in the context of payments.
The main UI also has a delete option which makes the set complete.
2026-03-02 10:43:47 +01:00
tomFlowee 542acbb2f4 Replace menu with popup for better usability.
This avoids problems with needing to tap it twice to show and allows for
better reuse of our own components and makes sizing and positioning not
black magic.
2026-03-01 13:01:29 +01:00
tomFlowee fdfea02669 Add 'disable' action to Android notification
When a repeat payment is detected to soon be eligable for sending, but
the user has not approve it yet, we show a notification from the
background process to entice the users to go and approve it.

This popup now also carries a 'disable' text which disables the repeat
payment, effectively shutting up this and further notifications.

The tricky part to make this work is that the notification is showing
while the application is (likely) not actually active.

This takes the strategy that the notification carries some extra
details. Among others a newly introduced unique id for a notification
itself, and also some text to show on actually processing the disable
action.

The processing just writes a file, to avoid complexity and side-effects.
The file will then be read on start up (either foreground of background)
to action on the lines in there. So the item will be disabled on first
load.
2026-02-25 16:04:42 +01:00
tomFlowee 3337d36ee7 Also implement the deletion of a repeating payment 2026-02-25 16:04:42 +01:00
tomFlowee 0c71055319 Add hamburger menu to enable/disable the repeat payment 2026-02-25 16:04:42 +01:00
tomFlowee 5c93fb25b1 Cleanups
Remove irregular usage of semicolons and use open() for readability
2026-02-25 16:04:42 +01:00
tomFlowee 16020e8e8d Avoid overlapping text
When the title and the 'current value' text are both long, typically
with a huge font selected, they now avoid overlapping by moving the
value label down.
2026-02-25 16:04:42 +01:00
tomFlowee 79245157e3 First draft for a widget 2026-02-17 21:00:12 +01:00
tomFlowee 767d8d136f Add loading and saving to tokens manager. 2026-02-17 19:09:14 +01:00
tomFlowee 34e4a8784c Allow receive screen to use token addresses. 2026-02-17 18:43:40 +01:00
tomFlowee 693c77e67f Fix typo
Auto-complete-o ?
2026-02-16 23:35:00 +01:00
tomFlowee bf7a820f74 Start with a configurable sheet of gui. 2026-02-16 16:43:04 +01:00
tomFlowee f3c8200544 Start with a configurable sheet of gui. 2026-02-15 22:20:19 +01:00
tomFlowee 1c031189bc Filter out the native name for settings 'value'
List the native name only of the display list in order to help keep it
short. This uses some string manipulations to remove the stuff we don't
need.
2026-02-14 13:23:15 +01:00