Open
Description
Motivation and Impact
We believe adding links during onboarding will result in better informed users.
User Story (High-Level Acceptance Criteria)
As a privacy focused user, I want to know more about the technologies the app uses so that i feel more comfortable using the app.
User Flow
- User installs the app
- User opens the app and enters onboarding flow
- User reads about how the app verifies media
- User taps the link to proofmode
- User enters system browser and reads about proofmode
- User goes back to app
- User continues in onboarding to encryption
- User taps link to Tor
- User enters system browser and reads about Tor
- User goes back to app
- User finishes onboarding
Functional Requirements and Developer Notes
- can add anchor links to the strings (
<a href="https://proofmode.org">ProofMode</a>
) - Set the text programatically using Html.fromHtml
- Set the text movement method using LinkMovementMethod
Acceptance Criteria
- The Onboarding Verify screen text has a "ProofMode" link that opens a system browser to "https://proofmode.org"
- The Onboarding Encrypt screen text has a "Tor" link that opents a system browser to "https://torproject.org"
- Translations do the same
Affected
Translatators
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Backlog