* [enableLoginByLinkedin], [enableLoginByMeteor], [enableLoginByTwitter] or [enableLoginByGitlab]) for the oauth view.
* If the possibility of login via social accounts exceeds 3 different ways we should set up the FAB ([setupFabListener]) to show the remaining view(s).
*
* @param show True to show the oauth view, false otherwise.
* @param value True to show the oauth view, false otherwise.
*/
funshouldShowOauthView(show:Boolean)
funshowOauthView(value:Boolean)
/**
* Setups the FloatingActionButton to show more social accounts views (expanding the oauth view interface to show the remaining view(s)).
<stringname="action_terms_of_service">Termos de Serviço</string>
<stringname="action_privacy_policy">Política de Privacidade</string>
<!-- Regular information messages -->
<stringname="msg_no_internet_connection">Sem conexão à internet</string>
...
...
@@ -18,8 +20,8 @@
<stringname="msg_name_and_surname">nome e sobrenome</string>
<stringname="msg_email">email</string>
<stringname="msg_or_continue_using_social_accounts">Ou continue através de contas sociais</string>
<stringname="msg_new_to_rocket_chat">Novo no Rocket Chat? <fontcolor='#FF1976D2'>Inscreva-se</font></string>
<stringname="msg_new_user_agreement">Ao proceder você concorda com nossos\n<fontcolor='#FF1976D2'>Termos de Serviço</font> e <fontcolor='#FF1976D2'>Política de Privacidade</font></string>
<stringname="msg_new_to_rocket_chat">Novo no Rocket Chat? %1$s</string>
<stringname="msg_new_user_agreement">Ao proceder você concorda com nossos %1$s e %2$s</string>
<stringname="msg_no_internet_connection">No internet connection</string>
...
...
@@ -18,8 +21,8 @@
<stringname="msg_name_and_surname">name and surname</string>
<stringname="msg_email">email</string>
<stringname="msg_or_continue_using_social_accounts">Or continue using social accounts</string>
<stringname="msg_new_to_rocket_chat">New to Rocket Chat? <fontcolor='#FF1976D2'>Sign up</font></string>
<stringname="msg_new_user_agreement">By proceeding you are agreeing to our\n<fontcolor='#FF1976D2'>Terms of Service</font> and <fontcolor='#FF1976D2'>Privacy Policy</font></string>
<stringname="msg_new_to_rocket_chat">New to Rocket Chat? %1$s</string>
<stringname="msg_new_user_agreement">By proceeding you are agreeing to our\n%1$s and %2$s</string>