- 01 May, 2018 5 commits
-
-
Rafael Kellermann Streit authored
-
Rafael Kellermann Streit authored
[FIX] Fix alignment on chatrooms list
-
Lucio Maciel authored
-
Rafael Kellermann Streit authored
-
Rafael Kellermann Streit authored
[IMPROVEMENT] Honor layout when no Store_Last_Message is set to false
-
- 30 Apr, 2018 15 commits
-
-
Rafael Kellermann Streit authored
-
Leonardo Aramaki authored
-
Lucio Maciel authored
-
Marius Volkhart authored
When no file filters are specified in the server whitelist, the Android system is incorrectly given a mime type filter list including a single empty ("") mime type. Naturally, nothing matches this, and no documents can be selected for upload. To remedy this, the application is changed to return a null filter array if filters are not to be applied.
-
Leonardo Aramaki authored
-
Rafael Kellermann Streit authored
[FIX] Improve long tap area on messages
-
Lucio Maciel authored
-
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 13 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
-