- 18 Aug, 2017 2 commits
-
-
Rafael Kellermann Streit authored
-
Rafael Kellermann Streit authored
Avoid Realm queries for messages with null users
-
- 17 Aug, 2017 2 commits
-
-
Filipe de Lima Brito authored
-
Filipe de Lima Brito authored
-
- 16 Aug, 2017 36 commits
-
-
Lucio Maciel authored
Fix crash when building default avatar
-
Filipe de Lima Brito authored
-
Filipe de Lima Brito authored
Move logic to the presenter.
-
Leonardo Aramaki authored
-
Leonardo Aramaki authored
Handle odd usernames with dots such as ..., .Foo., .., Foo.. which as causing a crash when building the default avatar image
-
Lucio Maciel authored
-
Leonardo Aramaki authored
-
Leonardo Aramaki authored
Merge branch 'fix/filtering_get_messages_flood' of github.com:RocketChat/Rocket.Chat.Android into fix/filtering_get_messages_flood
-
Leonardo Aramaki authored
-
Leonardo Aramaki authored
-
Leonardo Aramaki authored
Handle odd usernames with dots such as ..., .Foo., .., Foo.. which as causing a crash when building the default avatar image
-
Rafael Kellermann Streit authored
-
Rafael Kellermann Streit authored
Initial Crashlytics support
-
Filipe de Lima Brito authored
-
Filipe de Lima Brito authored
-
Rafael Kellermann Streit 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
-
Lucio Maciel authored
-
Rafael Kellermann Streit authored
-
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
-