- 07 May, 2018 9 commits
-
-
Leonardo Aramaki authored
-
Leonardo Aramaki authored
-
Filipe de Lima Brito authored
[NEW] Add mute and unmute system messages
-
Filipe de Lima Brito authored
[IMPROVEMENT] Change from long-press to "tap" to show the actions of the message
-
Filipe de Lima Brito authored
[IMPROVEMENT] Remove the FrescoAuthInterceptor
-
Leonardo Aramaki authored
-
Filipe de Lima Brito authored
[IMPROVEMENT] Show message when no result is found for search
-
Divyanshu Bhargava authored
-
Leonardo Aramaki authored
-
- 05 May, 2018 1 commit
-
-
divyanshu bhargava authored
merge
-
- 04 May, 2018 3 commits
-
-
Filipe de Lima Brito authored
Fix #1247 breaking change in chat.rocket.common.model.User constructor
-
alexfdz authored
-
divyanshu bhargava authored
-
- 03 May, 2018 1 commit
-
-
Rafael Kellermann Streit authored
[DO NOT MERGE][RELEASE] Merge beta into develop
-
- 02 May, 2018 10 commits
-
-
Rafael Kellermann Streit authored
-
Rafael Kellermann Streit authored
[FIX] Fix url preview on messages
-
Lucio Maciel authored
-
Filipe de Lima Brito authored
[CHORE] Merge beta into develop
-
Leonardo Aramaki authored
[NEW] Edited message indicator
-
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 7 commits
-
-
Rafael Kellermann Streit authored
-
Rafael Kellermann Streit authored
[FIX] Fix alignment on chatrooms list
-
Lucio Maciel authored
-
Divyanshu Bhargava authored
-
Marius Volkhart authored
The FrescoAuthInterceptor has not been used since it was introduced, suggesting that it is not required for proper function. By not needing the FrescoAuthInterceptor, it is not necessary to copy or store the OkHttpClient. Removing the FrescoAuthInterceptor produces a smaller APK due to there being less code. It reduces app cold start times by reducing the CPU time spent initializing an unused class and copying the OkHttpClient. It reduces RAM consumption by not keeping a deep copy of the OkHttpClient around for the lifetime of the application. Finally, it reduces compile time as less time is spent performing Dagger graph analysis.
-
Rafael Kellermann Streit authored
-
Rafael Kellermann Streit authored
[IMPROVEMENT] Honor layout when no Store_Last_Message is set to false
-
- 30 Apr, 2018 9 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
-
Divyanshu Bhargava authored
-