@@ -22,59 +23,60 @@ class ChatListFragment : Fragment() {
// This is just a sample showing 8 chat rooms (aka user subscription). We need to get it rid in a real word. REMARK: remove this comment and this method.
"Yes @sttyru, but you'll need to implement from the ground up following the docs at docs.rocket.chat where you can see the REST (HTTP) and Real-Time (WebSockets) calls.",
valmessage1=Message(user1,"This is a multiline chat message from Bertie that will take more than just one line of text. I have sure that everything is amazing!",LocalDateTime.now())
<stringname="msg_username">nome de usuário</string>
...
...
@@ -20,6 +21,7 @@
<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_yesterday">ontem</string>
<stringname="msg_message">Messagem</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>
<itemname="colorControlHighlight">@color/colorPrimary</item><!-- We need this item because of this FloatingSearchView's issue: https://github.com/arimorty/floatingsearchview/issues/222 -->