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...