Facet - a private, adaptive gallery app and photo vault alternative
I posted recently about Facet, an Android gallery app I’m building that tries to solve a specific privacy problem:
Sometimes you want to hand someone your phone without turning your whole photo library into a liability.
Facet is not a photo vault. It does not ask you to manually hide/import photos. It works more like a normal gallery, but uses on-device analysis to decide what should be visible in a normal “handoff” context.
The feedback so far has been really useful. The main concerns people raised were exactly the ones I’ve been designing around:
False positives: harmless photos being hidden
False negatives: sensitive photos being shown
Trust: whether the analysis leaves the device
Control: whether the user can override mistakes
Current approach:
Analysis is on-device
No cloud photo upload
The app is read-only against your photo library
Sensitive/uncertain items are treated conservatively
Feedback can be shared from inside the app to improve the rules
The Android closed test is now easier to join:
Join the test here:
https://play.google.com/apps/testing/io.facetapp.facet
Then download here:
https://play.google.com/store/apps/details?id=io.facetapp.facet&pli=1
I’m especially interested in feedback on whether the default filtering feels too strict, too relaxed, or about right.