- 07 May, 2018 3 commits
-
-
Lucio Maciel authored
-
Lucio Maciel authored
invalid.
-
Lucio Maciel authored
-
- 03 May, 2018 1 commit
-
-
Rafael Kellermann Streit authored
[RELEASE] Merge beta into master
-
- 02 May, 2018 9 commits
-
-
Rafael Kellermann Streit authored
-
Rafael Kellermann Streit authored
[FIX] Fix url preview on messages
-
Lucio Maciel authored
-
Filipe de Lima Brito authored
[RELEASE] 2.1.0 release branch
-
Rafael Kellermann Streit authored
-
Rafael Kellermann Streit authored
[FIX] Fix sorting on chatrooms
-
Rafael Kellermann Streit authored
[FIX] Login with LDAP
-
Filipe de Lima Brito authored
-
Lucio Maciel authored
refresh settings
-
- 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
-