[CHORE] Update README (#1081)

This commit is contained in:
Diego Mello 2019-07-29 15:26:35 -03:00 committed by GitHub
parent 8cfdf868ed
commit 05936f43f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 25 additions and 29 deletions

View File

@ -1,13 +1,11 @@
# Rocket.Chat React Native Mobile # Rocket.Chat React Native Mobile
[![Greenkeeper badge](https://badges.greenkeeper.io/RocketChat/Rocket.Chat.ReactNative.svg)](https://greenkeeper.io/)
[![Build Status](https://img.shields.io/travis/RocketChat/Rocket.Chat.ReactNative/master.svg)](https://travis-ci.org/RocketChat/Rocket.Chat.ReactNative)
[![Project Dependencies](https://david-dm.org/RocketChat/Rocket.Chat.ReactNative.svg)](https://david-dm.org/RocketChat/Rocket.Chat.ReactNative) [![Project Dependencies](https://david-dm.org/RocketChat/Rocket.Chat.ReactNative.svg)](https://david-dm.org/RocketChat/Rocket.Chat.ReactNative)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/bb15e2392a71473ea59d3f634f35c54e)](https://www.codacy.com/app/RocketChat/Rocket.Chat.ReactNative?utm_source=github.com&utm_medium=referral&utm_content=RocketChat/Rocket.Chat.ReactNative&utm_campaign=badger) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/bb15e2392a71473ea59d3f634f35c54e)](https://www.codacy.com/app/RocketChat/Rocket.Chat.ReactNative?utm_source=github.com&utm_medium=referral&utm_content=RocketChat/Rocket.Chat.ReactNative&utm_campaign=badger)
[![codecov](https://codecov.io/gh/RocketChat/Rocket.Chat.ReactNative/branch/master/graph/badge.svg)](https://codecov.io/gh/RocketChat/Rocket.Chat.ReactNative) [![codecov](https://codecov.io/gh/RocketChat/Rocket.Chat.ReactNative/branch/master/graph/badge.svg)](https://codecov.io/gh/RocketChat/Rocket.Chat.ReactNative)
[![CodeFactor](https://www.codefactor.io/repository/github/rocketchat/rocket.chat.reactnative/badge)](https://www.codefactor.io/repository/github/rocketchat/rocket.chat.reactnative) [![CodeFactor](https://www.codefactor.io/repository/github/rocketchat/rocket.chat.reactnative/badge)](https://www.codefactor.io/repository/github/rocketchat/rocket.chat.reactnative)
**Supported Server Versions:** 0.66.0+ **Supported Server Versions:** 0.70.0+
## Download ## Download
<a href="https://play.google.com/store/apps/details?id=chat.rocket.reactnative"> <a href="https://play.google.com/store/apps/details?id=chat.rocket.reactnative">
@ -59,55 +57,53 @@ If you don't need multiple servers, there is a branch `single-server` just for t
Readme will guide you on how to config. Readme will guide you on how to config.
## Current priorities ## Current priorities
1) [NEW] Jitsi integration ([#711][i711]) 1) Jitsi integration
2) [NEW] Federation ([#706][i706]) 2) Notification Preferences
3) [NEW] Record video ([#712][i712]) 3) Two-way authentication
4) [NEW] Slash Commands ([#405][i405]) 4) Authentication via SAML
5) [NEW] Share extension ([#391][i391]) 5) Authentication via Custom OAuth
6) Authentication via CAS
[i711]: https://github.com/RocketChat/Rocket.Chat.ReactNative/issues/711 7) Bugsnag
[i706]: https://github.com/RocketChat/Rocket.Chat.ReactNative/issues/706 8) Optional Analytics
[i707]: https://github.com/RocketChat/Rocket.Chat.ReactNative/issues/707 9) Typescript
[i712]: https://github.com/RocketChat/Rocket.Chat.ReactNative/issues/712 10) Prettier
[i708]: https://github.com/RocketChat/Rocket.Chat.ReactNative/issues/708
[i391]: https://github.com/RocketChat/Rocket.Chat.ReactNative/issues/391
[i405]: https://github.com/RocketChat/Rocket.Chat.ReactNative/issues/405
## Features ## Features
| Feature | Status | | Feature | Status |
|--------------------------------------------------------------- |-------- | |--------------------------------------------------------------- |-------- |
| Jitsi Integration | ❌ | | Jitsi Integration | ❌ |
| Federation (Directory) | ❌ | | Federation (Directory) | ✅ |
| Threads | ✅ | | Discussions | ❌ |
| Threads | ✅ |
| Record Audio | ✅ | | Record Audio | ✅ |
| Record Video | | | Record Video | |
| Commands | | | Commands | |
| Draft message per room | ✅ | | Draft message per room | ✅ |
| Share Extension | | | Share Extension | |
| Notifications Preferences | ✅ | | Notifications Preferences | ✅ |
| Edited status | ✅ | | Edited status | ✅ |
| Upload video | | | Upload video | |
| Grouped messages | ✅ | | Grouped messages | ✅ |
| Mark room as read | | | Mark room as read | |
| Mark room as unread | | | Mark room as unread | |
| Tablet Support | ❌ | | Tablet Support | ❌ |
| Read receipt | | | Read receipt | |
| Broadbast Channel | ✅ | | Broadbast Channel | ✅ |
| Authentication via SAML | ❌ | | Authentication via SAML | ❌ |
| Authentication via CAS | ❌ | | Authentication via CAS | ❌ |
| Custom Fields on Signup | | | Custom Fields on Signup | |
| Report message | | | Report message | |
| Theming | ❌ | | Theming | ❌ |
| Settings -> Review the App | ❌ | | Settings -> Review the App | ❌ |
| Settings -> Default Browser | ❌ | | Settings -> Default Browser | ❌ |
| Admin panel | ✅ | | Admin panel | ✅ |
| Reply message from notification | ❌ | | Reply message from notification | ❌ |
| Unread counter banner on message list | ✅ | | Unread counter banner on message list | ✅ |
| E2E | ❌ | | E2E Encryption | ❌ |
| Join a Protected Room | ❌ | | Join a Protected Room | ❌ |
| Optional Analytics | ❌ | | Optional Analytics | ❌ |
| Settings -> About us | ❌ | | Settings -> About us | ❌ |
| Settings -> Contact us | | | Settings -> Contact us | |
| Settings -> Update App Icon | ❌ | | Settings -> Update App Icon | ❌ |
| Settings -> Share | ❌ | | Settings -> Share | ❌ |
| Accessibility (Medium) | ❌ | | Accessibility (Medium) | ❌ |