UtxoPocket v0.8.0
#Added
-Interactive transaction visualizer – New playground to inspect transaction graphs with richer styling and interactions. Navigate to transaction detail and hit "Open visualizer" button in the header.
-Spendability cues in UTXO list – Each UTXO row now shows a lock/unlock icon so you can see at a glance whether it’s marked spendable.
-UTXO fingerprint badges – UTXOs get a compact visual identifier derived from txid:vout, making it easier to distinguish outputs.
-Blur app content when backgrounded, multitask obfuscation for better privacy.
#Changed
-Color inheritance everywhere – Transaction and UTXO views now inherit the wallet’s accent color consistently across screens.
-Import UX – Wallet import uses the multipart UR scanner by default, so animated Sparrow exports are reassembled without manual retries.
#Fixed
-Wallet imports: multisig URs with wrappers (e.g., wsh(sortedmulti(...))) no longer fail with “Expected multi/sortedmulti expression.”
-Wallet imports: animated Sparrow multisig QR sequences no longer error with “UR fragment sequence is incomplete.”
-Adding a wallet refreshes all imported wallets. Now only the added wallet refreshes.
-Wallet color changes made during sync are preserved instead of reverting to the default.
-Mark PIN unlocked before persisting new auto-lock timeout to stop flicker at 0 minutes.
-Gate autolock refresh behind a process background flag so internal flows (e.g., add wallet, intents) no longer trigger the PIN
-Keep config-change skip and continue marking the app as backgrounded only on true foreground loss.
-Layout polish – Various UI refinements, including fixing misplaced layouts after the system keyboard hides.
-Additional UI fixes and style cleanups.
—-
Thank you @Arkad, Beta tester of the month, bug bounty goes for you lol.

GitHub
Release UtxoPocket v0.8.0 · strhodler/utxopocket-android
Highlights
Added
Interactive transaction visualizer – New playground to inspect transaction graphs with richer styling and interactions. Navigat...