Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduced onboarding steps #4590

Closed
wants to merge 3 commits into from
Closed

Conversation

ouchadam
Copy link
Contributor

@ouchadam ouchadam commented Nov 30, 2021

Fixes #4382 Adding sign in to onboarding splash screen

  • Removes the Sign In/Sign Up step from the onboarding in favour of the GET STARTED and I ALREADY HAVE AN ACCOUNT controlling the proceeding flow

  • This may be temporary, currently evaluating using login2 instead

SIGN UP SIGN IN
after-sign-up after-sign-in

EDIT: chatted with @daniellekirkwood and @amshakal we'll go ahead with this small change as part of the main login flow with
the aim to have this change in users hands in the next release with the large remaining chunk of FTUE work taking place within Login2

- may be temporary whilst evaluating login2
@github-actions
Copy link

github-actions bot commented Nov 30, 2021

Unit Test Results

  66 files  ±0    66 suites  ±0   55s ⏱️ +6s
135 tests ±0  135 ✔️ ±0  0 💤 ±0  0 ±0 
418 runs  ±0  418 ✔️ ±0  0 💤 ±0  0 ±0 

Results for commit 2de53f6. ± Comparison against base commit 8fd5e42.

♻️ This comment has been updated with latest results.

@@ -2509,6 +2509,7 @@
<string name="login_splash_text2">Keep conversations private with encryption</string>
<string name="login_splash_text3">Extend &amp; customise your experience</string>
<string name="login_splash_submit">Get started</string>
<string name="login_splash_already_have_account">I already have an account</string>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just to complete our IRL discussion, https://github.com/vector-im/element-android/blob/main/vector/src/main/res/values/strings_login_v2.xml exists and so do https://github.com/vector-im/element-android/blob/main/vector/src/main/res/values/strings_login_v2.xml#L27. The resource from this file are not synced with Weblate, so feel free to do whatever you want with it, like removing strings for instance.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ouchadam ouchadam changed the title Temp - Reduced onboarding steps Reduced onboarding steps Dec 1, 2021
@ouchadam ouchadam marked this pull request as ready for review December 1, 2021 16:10
@ouchadam
Copy link
Contributor Author

ouchadam commented Dec 3, 2021

closing for now, will reopen avoiding modifications to the base login flow

@ouchadam ouchadam closed this Dec 3, 2021
@ouchadam ouchadam deleted the feature/adm/sign-in-splash branch February 25, 2022 13:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add "Sign in" to Splash screen
2 participants