- 24 Apr, 2018 1 commit
-
-
Marius Volkhart authored
-
- 23 Apr, 2018 14 commits
-
-
Filipe de Lima Brito authored
[IMPROVEMENT] Set temporary status
-
Filipe de Lima Brito authored
-
Filipe de Lima Brito authored
-
Filipe de Lima Brito authored
Merge branch 'develop' of github.com:RocketChat/Rocket.Chat.Android into improvement/set-temporary-status
-
Filipe de Lima Brito authored
[NEW] Show user status in the chat list.
-
Filipe de Lima Brito authored
-
Filipe de Lima Brito authored
-
Rafael Kellermann Streit authored
[FIX] settings.oauth
-
Filipe de Lima Brito authored
-
Rafael Kellermann Streit authored
[FIX] setting.oauth
-
Filipe de Lima Brito authored
-
Filipe de Lima Brito authored
[DOCS] Update README removing v1 references
-
Filipe de Lima Brito authored
And add missing Hindi translations.
-
Rafael Kellermann Streit authored
-
- 20 Apr, 2018 20 commits
-
-
Rafael Kellermann Streit authored
[CHORE] Increment version of the app to release 2.0.3
-
Rafael Kellermann Streit authored
-
Rafael Kellermann Streit authored
[NEW] Support HTTP
-
Lucio Maciel authored
-
Lucio Maciel authored
-
Filipe de Lima Brito authored
-
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
-
Filipe de Lima Brito authored
-
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.
-
Filipe de Lima Brito authored
-
- 19 Apr, 2018 5 commits
-
-
Filipe de Lima Brito authored
-
Rafael Kellermann Streit authored
[DOCS] Improve a little bit our issue template
-
Rafael Kellermann Streit authored
[NEW] Facebook oauth login
-
Rafael Kellermann Streit authored
-
Filipe de Lima Brito authored
-