-
Notifications
You must be signed in to change notification settings - Fork 767
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
Enabling FTUE Use Case #5106
Enabling FTUE Use Case #5106
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. I think the allScreensTest
has to be updated, no?
@bmarty updating the test caught matrix-org/matrix-analytics-events#20 |
Matrix SDKIntegration Tests Results:
|
I do not see the link between our sanity test and the analytics. Can you enlighten me please? |
@bmarty the tests were using the back flow and resetting the identity tracking with "ftueUseCase" = null which turned out to remove the property from the map which then resulted in a crash as the |
Hello! It's looking good. Just a few small comments:
TY! |
with fixes applied cc @amshakal
We spoke internally and will keep the same option border colours for the time being as they match the existing server selection screen |
@ouchadam |
@@ -79,7 +79,7 @@ | |||
|
|||
<TextView | |||
android:id="@+id/useCaseOptionOne" | |||
style="@style/Widget.Vector.TextView.Subtitle" | |||
style="@style/Widget.Vector.TextView.Subtitle.Medium" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note that #3907 is a thing and I have still not found a good solution for it. So basically this change has no effect (I think), which does not mean that we should not do it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see... the figma typography is a little misleading here then 😅 Seems like semi bold is the correct weighting but I'm not sure if we have that weight in our styles
@kojid0 create catch! I'll update and sync with @amshakal about the font weight as it's set to medium figma and android doesn't currently have any examples of semi bold 👍 for separating the |
<string name="ftue_auth_use_case_skip">Not sure yet? %s</string> | ||
<string name="ftue_auth_use_case_skip_partial">You can skip this question</string> | ||
<string name="ftue_auth_use_case_skip">Not sure yet? You can %s</string> | ||
<string name="ftue_auth_use_case_skip_partial">skip this question</string> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Happy to see that your plan to put the new strings at a temporary location to avoid making Weblate handle them is useful here!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same! it does mean there's a slight delay with when the translations can be done but it does save us doing multiple redundant translations
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
53052b2
to
2066d3b
Compare
PR rebased on develop with the font weight fix #5135
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks for the update!
2066d3b
to
364a51a
Compare
364a51a
to
63a937c
Compare
#4585 Enables the FTUE Use case screen by default