- 16 Aug, 2017 13 commits
-
-
Leonardo Aramaki authored
Handle odd usernames with dots such as ..., .Foo., .., Foo.. which as causing a crash when building the default avatar image
-
Leonardo Aramaki authored
Merge branch 'fix/filtering_get_messages_flood' of github.com:RocketChat/Rocket.Chat.Android into fix/filtering_get_messages_flood
-
Filipe de Lima Brito authored
-
Filipe de Lima Brito authored
-
Filipe de Lima Brito authored
-
Leonardo Aramaki authored
this using the newly added ping call without the use of bolts' callbacks. Implemented a TaskService class that is used to do the work offloaded by the GcmNetworkManager which is used here to schedule keep-alive recurring tasks.
-
Leonardo Aramaki authored
-
Leonardo Aramaki authored
Close the socket if we get an error because MethodCallHelper class keep a reference to socket and it has objects spread all over the place. Thus this may cause inconsistencies that are hard to keep track, so it's safer to close the socket so that the websocket thread will know and try to reconnect.
-
Leonardo Aramaki authored
this using the newly added ping call without the use of bolts' callbacks. Implemented a TaskService class that is used to do the work offloaded by the GcmNetworkManager which is used here to schedule keep-alive recurring tasks.
-
Leonardo Aramaki authored
-
Leonardo Aramaki authored
Close the socket if we get an error because MethodCallHelper classe keep a reference to socket and it has objects spread all over the place. Thus this may cause inconsistencies that are hard to map, so it's safer to close the socket so that the websocket thread will know and try to reconnect.
-
Leonardo Aramaki authored
-
Leonardo Aramaki authored
Needed to add provided dependencies since AS Canary 9 and AS beta 1 seem not to find them from the other project dependencies
-
- 11 Aug, 2017 2 commits
-
-
Leonardo Aramaki authored
-
Leonardo Aramaki authored
-
- 09 Aug, 2017 1 commit
-
-
Leonardo Aramaki authored
Wrapped nullable String returned to onNext with an Optional to avoid NPE eventually happening since RxJava 2.x does not support it
-
- 08 Aug, 2017 5 commits
-
-
Leonardo Aramaki authored
Do not truncate tables on initialize for those subscribers. By doing that way, the RealmUser tables were being deleted from Realm which was causing the message-user relationships to sink
-
Leonardo Aramaki authored
-
Leonardo Aramaki authored
Check if user is currently viewing any room by looking at the cache and if so, register to the selected room message stream
-
Leonardo Aramaki authored
-
Leonardo Aramaki authored
The ddp client was silently ignoring error callbacks. Throwing up an error in case at least a closed websocket issue arises
-
- 04 Aug, 2017 3 commits
-
-
Leonardo Aramaki authored
-
Lucio Maciel authored
Remove user not found handling.
-
Filipe de Lima Brito authored
-
- 03 Aug, 2017 14 commits
-
-
Leonardo Aramaki authored
-
Lucio Maciel authored
Show avatar with username initials.
-
Filipe de Lima Brito authored
-
Filipe de Lima Brito authored
-
Filipe de Lima Brito authored
-
Filipe de Lima Brito authored
-
Filipe de Lima Brito authored
-
Filipe de Lima Brito authored
-
Filipe de Lima Brito authored
-
Filipe de Lima Brito authored
-
Filipe de Lima Brito authored
-
Filipe de Lima Brito authored
-
Filipe de Lima Brito authored
-
Filipe de Lima Brito authored
-
- 02 Aug, 2017 2 commits
-
-
Filipe de Lima Brito authored
Merge branch 'avatar-with-username-initials' of github.com:filipedelimabrito/Rocket.Chat.Android into avatar-with-username-initials
-
Filipe de Lima Brito authored
-