Show social sign in buttons on register screen.

Set final strings for FTUE splash screen.
Add OnboardingSplashScreenTitleText to apply the accent colour to the "." in localised strings.
This commit is contained in:
Doug
2022-01-13 15:46:55 +00:00
parent c64d851148
commit 59e98dc52e
7 changed files with 179 additions and 86 deletions

View File

@@ -193,8 +193,11 @@
/**
Handle supported flows and associated information returned by the homeserver.
@param authSession The session to be handled.
@param fallbackSSOFlow A fallback SSO flow to be shown when the session has none
e.g. A login SSO flow that can be shown for a registration session.
*/
- (void)handleAuthenticationSession:(MXAuthenticationSession *)authSession;
- (void)handleAuthenticationSession:(MXAuthenticationSession *)authSession withFallbackSSOFlow:(MXLoginSSOFlow *)fallbackSSOFlow;
/**
Customize the MXHTTPClientOnUnrecognizedCertificate block that will be used to handle unrecognized certificate observed during authentication challenge from a server.
@@ -219,6 +222,11 @@
*/
- (void)testUserRegistration:(void (^)(MXError *mxError))callback;
/**
Searches an array of `MXLoginFlow` returning the first valid `MXLoginSSOFlow` found.
*/
- (MXLoginSSOFlow*)loginSSOFlowWithProvidersFromFlows:(NSArray<MXLoginFlow*>*)loginFlows;
/**
Action registered on the following events:
- 'UIControlEventTouchUpInside' for each UIButton instance.