- 20 Apr, 2018 4 commits
-
-
Filipe de Lima Brito authored
Remove the request for READ_EXTERNAL_STORAGE permission
-
Filipe de Lima Brito authored
Capitalize socket connection status strings
-
Marius Volkhart authored
We use the Storage Access Framework (SAF) to enable users to send files. When using the SAF, READ_EXTERNAL_STORAGE permission is not needed to read from internal storage, SD Cards, or anything else. The Android System is the one accessing the storage, so applications do not need direct access. This is in fact one of the major selling points of the SAF. Note that no Google samples or apps by Google Developer Advocates that highlight the SAF request this permission. Removing this permission is a good thing. Firstly, there are many SAF providers such as Google Drive, Photos, Microsoft OneDrive, etc, that do not use external storage. Secondly, users are not prompted for a needless permission. Thirdly, it reduces the complexity of the ChatRoomFragment.
-
Marius Volkhart authored
These strings are displayed to users, and accordingly, should be match the capitalization of other text.
-
- 16 Apr, 2018 10 commits
-
-
Rafael Kellermann Streit authored
[RELEASE] Prepare the app for final 2.0.0 release
-
Rafael Kellermann Streit authored
-
Rafael Kellermann Streit authored
[NEW] Auth deep link
-
Lucio Maciel authored
-
Lucio Maciel authored
[NEW] ColorAttachment (need a better name)
-
Lucio Maciel authored
-
Lucio Maciel authored
-
Lucio Maciel authored
-
Lucio Maciel authored
https://rocket.chat/docs/developer-guides/deeplink/ supports both rocketchat://auth and https://go.rocket.chat/auth urls
-
Filipe de Lima Brito authored
[New] Added scroll view to profile
-
- 14 Apr, 2018 12 commits
-
-
Divyanshu Bhargava authored
-
Lucio Maciel authored
-
divyanshu bhargava authored
merge
-
Lucio Maciel authored
-
Lucio Maciel authored
-
Rafael Kellermann Streit authored
[CHORE] Increment version code to 2.0.0-rc1
-
Rafael Kellermann Streit authored
-
Rafael Kellermann Streit authored
Revert "[NEW] ColorAttachment (need a better name)"
-
Rafael Kellermann Streit authored
-
Rafael Kellermann Streit authored
-
Rafael Kellermann Streit authored
[NEW] ColorAttachment (need a better name)
-
Leonardo Aramaki authored
-
- 13 Apr, 2018 14 commits
-
-
Lucio Maciel authored
-
Rafael Kellermann Streit authored
-
Rafael Kellermann Streit authored
[IMPROVEMENT] Offline message sending support
-
Leonardo Aramaki authored
-
Leonardo Aramaki authored
-
Leonardo Aramaki authored
-
Leonardo Aramaki authored
-
Filipe de Lima Brito authored
[FIX] Fix more login options
-
Filipe de Lima Brito authored
-
Lucio Maciel authored
-
Filipe de Lima Brito authored
[PROJECT] Change SDK imports.
-
Leonardo Aramaki authored
-
Leonardo Aramaki authored
-
Leonardo Aramaki authored
Do schedule resend of failed messages whenever connection state is set to connected; also fix some typos
-