proofmode 0.9.0

Capture, share, and preserve verifiable photos and videos
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<resources>
    <string name="app_name">ProofMode Example</string>
    <string name="permission_rationale_camera">Camera permission is needed to take photos for proof generation</string>
    <string name="permission_rationale_storage">Storage permission is needed to save and access proof files</string>
    <string name="permission_rationale_location">Location permission is needed to include location data in proofs</string>
    <string name="permission_denied">Permission denied. Some features may not work properly.</string>
    <string name="error_no_camera">No camera available on this device</string>
    <string name="error_creating_file">Error creating image file</string>
    <string name="error_generating_proof">Error generating proof: %1$s</string>
    <string name="error_verifying_proof">Error verifying proof: %1$s</string>
    <string name="proof_generated_success">Proof generated successfully!</string>
    <string name="proof_verified">Proof verified successfully</string>
    <string name="proof_invalid">Proof verification failed</string>
    <string name="generating_proof">Generating proof...</string>
    <string name="verifying_proof">Verifying proof...</string>
    <string name="select_proof_file">Select a proof bundle (.zip) file</string>
</resources>