// Just an example: if the server allow the login via social accounts (oauth authentication) then show the respective interface.
shouldShowOauthView(true)
// In this case we need to setup the text_username_or_email and text_password EditText to hide and show the oauth interface when the user touch the respective fields.
setupEditTextListener()
// Show the first three social account's ImageButton (REMARK: we must show at maximum *three* views)
showLoginUsingFacebookImagebutton()
showLoginUsingGithubImagebutton()
showLoginUsingGoogleImagebutton()
// Setup the FloatingActionButton to show more social account's ImageButton (it expands the social accounts interface to show more views).
setupFabListener()
// Just an example: if the server allow the new users registration then show the respective interface.
<stringname="title_sign_in_your_server">Faça login no seu servidor</string>
<stringname="title_log_in">Entrar</string>
<stringname="title_sign_up">Inscreva-se</string>
<!-- Actions -->
<stringname="action_connect">Conectar</string>
<!-- Regular information messages -->
<stringname="msg_username">nome de usuário</string>
<stringname="msg_username_or_email">nome de usuário ou email</string>
<stringname="msg_password">senha</string>
<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_2fa_code">Código 2FA</string>
<stringname="msg_content_description_log_in_using_facebook">Fazer login através do Facebook</string>
<stringname="msg_content_description_log_in_using_github">Fazer login através do Github</string>
<stringname="msg_content_description_log_in_using_google">Fazer login através do Google</string>
<stringname="msg_content_description_log_in_using_linkedin">Fazer login através do Linkedin</string>
<stringname="msg_content_description_log_in_using_meteor">Fazer login através do Meteor</string>
<stringname="msg_content_description_log_in_using_twitter">Fazer login através do Twitter</string>
<stringname="msg_content_description_log_in_using_gitlab">Fazer login através do Gitlab</string>
<stringname="msg_username_or_email">username or email</string>
<stringname="msg_password">password</string>
<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_2fa_code">2FA Code</string>
<stringname="msg_content_description_log_in_using_facebook">Login using Facebook</string>
<stringname="msg_content_description_log_in_using_github">Login using Github</string>
<stringname="msg_content_description_log_in_using_google">Login using Google</string>
<stringname="msg_content_description_log_in_using_linkedin">Login using Linkedin</string>
<stringname="msg_content_description_log_in_using_meteor">Login using Meteor</string>
<stringname="msg_content_description_log_in_using_twitter">Login using Twitter</string>
<stringname="msg_content_description_log_in_using_gitlab">Login using Gitlab</string>