- 30 Apr, 2018 8 commits
-
-
Leonardo Aramaki authored
-
Filipe de Lima Brito authored
[IMPROVEMENT] Change ImagePipelineConfig initialization in Dagger graph
-
Filipe de Lima Brito authored
[IMPROVEMENT] Change OkHttpClient initialization in Dagger graph
-
Filipe de Lima Brito authored
[CHORE] Update constraintLayout to version 1.1.0
-
Filipe de Lima Brito authored
[IMPROVEMENT] Use the same UI interaction between Pinned & Members list
-
Filipe de Lima Brito authored
[I18N] Correct grammar in sign in title
-
Rafael Kellermann Streit authored
[FIX] Show real name instead of username on chat list
-
Divyanshu Bhargava authored
-
- 29 Apr, 2018 3 commits
-
-
Marius Volkhart authored
-
Divyanshu Bhargava authored
-
Divyanshu Bhargava authored
-
- 28 Apr, 2018 4 commits
-
-
Marius Volkhart authored
Rather than using the Kotlin apply function, directly invoke the builder methods on the OkHttpClient.Builder instance. This produces noticeably better bytecode and the apply function does not add value in this case.
-
Marius Volkhart authored
Rather than creating a new, unsized HashSet, use idiomatic Kotlin to create the set of RequestListeners for the ImagePipelineConfig. Under the hood a SingletonSet will be used which is optimized for the current use case, but if additional Listeners are added, the collections will automatically be sized appropriately. This leads to better memory utilization and reduced CPU usage.
-
Divyanshu Bhargava authored
-
divyanshu bhargava authored
merge
-
- 27 Apr, 2018 19 commits
-
-
Leonardo Aramaki authored
-
Rafael Kellermann Streit authored
[NEW] Implement save image to gallery
-
Leonardo Aramaki authored
-
Leonardo Aramaki authored
-
Rafael Kellermann Streit authored
[FIX] Use username when building replies always (update)
-
Rafael Kellermann Streit authored
[NEW] Forgot password
-
Leonardo Aramaki authored
MessageParser as non-singleton since the server settings changes when swapping between multiple servers.
-
Filipe de Lima Brito authored
-
Filipe de Lima Brito authored
-
Filipe de Lima Brito authored
-
divyanshu bhargava authored
merge
-
Rafael Kellermann Streit authored
[NEW] Add GenericFileAttachment
-
Lucio Maciel authored
Merge branch 'new/generic-file-attachment' of github.com:RocketChat/Rocket.Chat.Android into new/generic-file-attachment
-
Lucio Maciel authored
-
Filipe de Lima Brito authored
[NEW] No chat message shown on empty chat list
-
Divyanshu Bhargava authored
-
Rafael Kellermann Streit authored
[FIX] Use username when building replies always
-
Leonardo Aramaki authored
-
Leonardo Aramaki authored
-
- 26 Apr, 2018 6 commits
-
-
Leonardo Aramaki authored
-
Leonardo Aramaki authored
-
Leonardo Aramaki authored
-
Rafael Kellermann Streit authored
-
Rafael Kellermann Streit authored
[NEW] Support to login using Custom OAuth
-
Filipe de Lima Brito authored
-