- 18 Aug, 2017 6 commits
-
-
Leonardo Aramaki authored
-
Leonardo Aramaki authored
-
Rafael Kellermann Streit authored
Merge fix on Avatar into develop
-
Rafael Kellermann Streit authored
-
Rafael Kellermann Streit authored
Avoid Realm queries for messages with null users
-
Rafael Kellermann Streit authored
Fix on building the default avatar
-
- 16 Aug, 2017 26 commits
-
-
Filipe de Lima Brito authored
-
Filipe de Lima Brito authored
-
Lucio Maciel authored
Fix crash when building default avatar
-
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
Initial Crashlytics support
-
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
-
- 14 Aug, 2017 2 commits
-
-
Rafael Kellermann Streit authored
Closes #379
-
Filipe de Lima Brito authored
-
- 11 Aug, 2017 4 commits
-
-
Leonardo Aramaki authored
-
Leonardo Aramaki authored
-
Filipe de Lima Brito authored
-
Filipe de Lima Brito 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 1 commit
-
-
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
-