- 16 Aug, 2017 3 commits
-
-
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
-
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 11 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
-
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
-
Rafael Kellermann Streit authored
-
Lucio Maciel authored
Update Google Play library version.
-
Leonardo Aramaki authored
Removed repeated subscriptions to the same room when registering observers and unnecessary refresh calls to the RoomFragment to update its UI
-
Filipe de Lima Brito authored
-
- 01 Aug, 2017 1 commit
-
-
Filipe de Lima Brito authored
-