- 16 Aug, 2017 21 commits
-
-
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 6 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
-
Rafael Kellermann Streit authored
Bumping version code.
-
- 04 Aug, 2017 4 commits
-
-
Filipe de Lima Brito authored
-
Leonardo Aramaki authored
-
Lucio Maciel authored
Remove user not found handling.
-
Filipe de Lima Brito authored
-
- 03 Aug, 2017 2 commits
-
-
Leonardo Aramaki authored
-
Lucio Maciel authored
Show avatar with username initials.
-