- 07 May, 2018 9 commits
-
-
Filipe de Lima Brito authored
[NEW] Check permissions to post messages to RO channels
-
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
-
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 7 commits
-
-
Leonardo Aramaki authored
-
Leonardo Aramaki authored
-
Leonardo Aramaki authored
-
Rafael Kellermann Streit authored
[DO NOT MERGE][RELEASE] Merge beta into develop
-
Leonardo Aramaki authored
Add owner information to ChatRoomFragment in order to allow posting messages to channel on read-only channels if it is set to true
-
Leonardo Aramaki authored
-
Leonardo Aramaki authored
-
- 02 May, 2018 12 commits
-
-
Leonardo Aramaki authored
-
Leonardo Aramaki authored
-
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 1 commit
-
-
Rafael Kellermann Streit authored
-