- 20 Apr, 2018 11 commits
-
-
Filipe de Lima Brito authored
Merge develop-2.x into develop
-
Filipe de Lima Brito authored
[IMPROVEMENT] Only allow Openable content in Storage Access Framework
-
Filipe de Lima Brito authored
Merging develop 2.x into develop
-
Filipe de Lima Brito authored
[FIX] App build.
-
Filipe de Lima Brito authored
-
Filipe de Lima Brito authored
-
Marius Volkhart authored
Add the CATEGORY_OPENABLE to the Intent to launch the Storage Access Framework (SAF) when sending a file. Setting this category ensures that the OpenableColumns data contract is met by the opened data, which we rely upon during data upload. In practice, some content, such as Contacts, will no longer display in the SAF UI. Fixes #935
-
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.
-
- 19 Apr, 2018 16 commits
-
-
Rafael Kellermann Streit authored
[DOCS] Improve a little bit our issue template
-
Rafael Kellermann Streit authored
[NEW] Facebook oauth login
-
Rafael Kellermann Streit authored
-
Lucio Maciel authored
-
Lucio Maciel authored
[CHORE] Prepare the app to hotfix 2.0.2
-
Lucio Maciel authored
[FIX] Fixes for the 2.0.2 hotfix
-
Lucio Maciel authored
-
Lucio Maciel authored
-
Lucio Maciel authored
-
Rafael Kellermann Streit authored
-
Rafael Kellermann Streit authored
-
Rafael Kellermann Streit authored
[FIX] Fixes for 2.0.1
-
Rafael Kellermann Streit authored
[HOTFIX] Move version check to server screen
-
Leonardo Aramaki authored
-
Leonardo Aramaki authored
-
Leonardo Aramaki authored
-
- 17 Apr, 2018 9 commits
-
-
Lucio Maciel authored
We need to see how to better handle it.
-
Lucio Maciel authored
-
Lucio Maciel authored
-
Lucio Maciel authored
-
Lucio Maciel authored
[FIX] Fixes for 2.0.0
-
Lucio Maciel authored
-
Lucio Maciel authored
-
Lucio Maciel authored
-
Lucio Maciel authored
https://fabric.io/rocketchat3/android/apps/chat.rocket.android/issues/5ad550c336c7b23527f80a02/sessions/latest Explicitely use Application context
-
- 16 Apr, 2018 4 commits
-
-
Lucio Maciel authored
-
Lucio Maciel authored
-
Rafael Kellermann Streit authored
[RELEASE] Prepare the app for final 2.0.0 release
-
Rafael Kellermann Streit authored
-