• Joined on 2026-02-16
hugo pushed to main at hugo/MetaCrate 2026-08-12 18:50:05 +00:00
c0be04968f Consolidate required CI gate (#115)
hugo closed issue hugo/IronStorage#77 2026-08-12 18:36:27 +00:00
Add search field to start of Totp page
hugo commented on issue hugo/IronStorage#77 2026-08-12 18:36:23 +00:00
Add search field to start of Totp page

Implemented in 87f9e7b.

  • Added a native search field at the start of the TOTP page.
  • Added Rust-owned, trimmed, case-insensitive filtering of cached TOTP entry paths, available while locked. -…
hugo pushed to main at hugo/IronStorage 2026-08-12 18:36:11 +00:00
87f9e7be98 Add cached TOTP search (#77)
hugo pushed to main at hugo/MetaCrate 2026-08-12 18:31:34 +00:00
eaf9358baa Consolidate required CI gate (#115)
hugo closed issue hugo/IronStorage#80 2026-08-12 18:20:30 +00:00
iPhone Totp lock icon state is mixed up
hugo commented on issue hugo/IronStorage#80 2026-08-12 18:20:14 +00:00
iPhone Totp lock icon state is mixed up

Implemented in 1ce7b78. The TOTP toolbar now maps the Rust authentication state to the icon representing the current state: lock.open.fill while unlocked and lock.fill while locked. The existing…

hugo pushed to main at hugo/IronStorage 2026-08-12 18:19:39 +00:00
1ce7b7814b Show current TOTP lock state (#80)
hugo pushed to main at hugo/MetaCrate 2026-08-12 18:14:31 +00:00
fa89fd9c8d Consolidate required CI gate (#115)
hugo closed issue hugo/IronStorage#81 2026-08-12 18:11:43 +00:00
Add fields with name PIN as sensitive info
hugo commented on issue hugo/IronStorage#81 2026-08-12 18:11:37 +00:00
Add fields with name PIN as sensitive info

Implemented in b5571fc. PIN-named fields are now classified as sensitive case-insensitively in the shared Rust document model, and the mobile editor derives masking from that sensitivity metadata.…

hugo pushed to main at hugo/IronStorage 2026-08-12 18:11:16 +00:00
b5571fcc5b Treat PIN fields as sensitive (#81)
00a22e9968 Document safe simulator biometric workflow
Compare 2 commits »
hugo pushed to main at hugo/MetaCrate 2026-08-12 17:56:17 +00:00
c66f0fcacc Consolidate required CI gate (#115)
hugo pushed to main at hugo/MetaCrate 2026-08-12 17:49:49 +00:00
30a0ac1f16 Consolidate required CI gate (#115)
hugo pushed to main at hugo/IronStorage 2026-08-12 17:37:06 +00:00
26f178bdf5 Document simulator entry unlock sequence
hugo commented on issue hugo/IronStorage#75 2026-08-12 17:32:59 +00:00
show OTP codes on normal detail page, too, not just from the TOTP pane

Non-destructive validation completed on 2026-08-12. In the iPhone simulator, a locked password entry was opened, Unlock was explicitly triggered, Face ID success was simulated with Features > Face…

hugo commented on issue hugo/IronStorage#73 2026-08-12 17:32:55 +00:00
Implement a search panel to quickly search entries by name

Non-destructive validation completed on 2026-08-12. In the iPhone simulator, an uppercase query matched password entries case-insensitively by logical path, a result opened its detail, and…

hugo commented on issue hugo/IronStorage#54 2026-08-12 17:32:51 +00:00
Transfer ASCII-armored GPG keys by QR code

Non-destructive validation completed on 2026-08-12. In the iPhone simulator, public-key QR export rendered, private-key export stopped at its explicit confirmation and was canceled, and QR import…

hugo commented on issue hugo/IronStorage#52 2026-08-12 17:32:47 +00:00
Implement the TOTP tab and Watch sharing selection

Non-destructive validation completed on 2026-08-12. In the iPhone simulator, the TOTP detail displayed the current-code presentation and countdown, and the Watch selection toggle was changed and…

hugo commented on issue hugo/IronStorage#50 2026-08-12 17:32:43 +00:00
Implement swipe actions for move, copy, and delete

Non-destructive validation completed on 2026-08-12. In the iPhone simulator, the row action surface exposed Move, Copy, and Delete; Move opened its destination picker and was canceled, while…