* Update intro and add logo
* Update metadata to new messaging
* Update README.md
Co-authored-by: Amy Blais <29708087+amyblais@users.noreply.github.com>
Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
Co-authored-by: Amy Blais <29708087+amyblais@users.noreply.github.com>
(cherry picked from commit 6586d1b283)
Co-authored-by: Ben Lloyd Pearson <ben.pearson@mattermost.com>
This commit is contained in:
parent
c0ad0bf12a
commit
db6109920e
6 changed files with 27 additions and 23 deletions
10
README.md
10
README.md
|
|
@ -1,14 +1,14 @@
|
|||
# Mattermost Mobile
|
||||
# Mattermost Mobile App
|
||||
[](https://mattermost.com)
|
||||
|
||||
- **Minimum Server versions:** Current ESR version (5.37.0)
|
||||
- **Supported iOS versions:** 11+
|
||||
- **Supported iOS versions:** 12.1+
|
||||
- **Supported Android versions:** 7.0+
|
||||
|
||||
Mattermost is an open source Slack-alternative used by thousands of companies around the world in 14 languages. Learn more at [https://about.mattermost.com](https://about.mattermost.com).
|
||||
|
||||
You can download our apps from the [App Store](https://about.mattermost.com/mattermost-ios-app/) or [Google Play Store](https://about.mattermost.com/mattermost-android-app/), or [build them yourself](https://developers.mattermost.com/contribute/mobile/build-your-own/).
|
||||
[Mattermost](https://mattermost.com) is an open source platform for secure collaboration across the entire software development lifecycle. This repo is for the mobile app that runs on Android and iOS. You can download our apps from the [App Store](https://about.mattermost.com/mattermost-ios-app/) or [Google Play Store](https://about.mattermost.com/mattermost-android-app/), or [build them yourself](https://developers.mattermost.com/contribute/mobile/build-your-own/).
|
||||
|
||||
We plan on releasing monthly updates with new features - check the [changelog](https://github.com/mattermost/mattermost-mobile/blob/master/CHANGELOG.md) for what features are currently supported!
|
||||
New features are released monthly - check the [changelog](https://github.com/mattermost/mattermost-mobile/blob/master/CHANGELOG.md) for currently-supported features!
|
||||
|
||||
**Important:** If you self-compile the Mattermost Mobile apps you also need to deploy your own [Mattermost Push Notification Service](https://github.com/mattermost/mattermost-push-proxy/releases).
|
||||
|
||||
|
|
|
|||
|
|
@ -2,18 +2,20 @@ Requires Mattermost Server v5.37+. Older servers may not be able to connect or h
|
|||
|
||||
-------
|
||||
|
||||
Mattermost is secure workplace messaging from behind your firewall.
|
||||
Mattermost is an open source platform for secure collaboration across the entire software development lifecycle.
|
||||
|
||||
- Discuss topics in private groups, one-to-one or team-wide
|
||||
- Easily share and view image files
|
||||
- Connect in-house systems with webhooks and Slack-compatible integrations
|
||||
- Keep all of your team communications in one place.
|
||||
- Orchestrate work across your tools and teams.
|
||||
- Plan projects and hit milestones.
|
||||
- Unite your entire technology stack through a single point of collaboration.
|
||||
- Meet the strictest security, privacy, and compliance requirements.
|
||||
|
||||
To use this app, you need a URL for a Mattermost server.
|
||||
|
||||
-------
|
||||
|
||||
Host your own server: https://about.mattermost.com/download
|
||||
Deploy your own server: https://docs.mattermost.com/guides/deployment.html
|
||||
|
||||
Terms of Service: http://about.mattermost.com/terms/
|
||||
Terms of Service: https://mattermost.com/terms-of-service/
|
||||
|
||||
Contribute to the project: https://github.com/mattermost/mattermost-mobile
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Secure, self-hosted workplace messaging
|
||||
Open source platform for developer collaboration
|
||||
|
|
@ -1,13 +1,15 @@
|
|||
Mattermost is workplace messaging from behind your firewall.
|
||||
Mattermost is an open source platform for secure collaboration across the entire software development lifecycle.
|
||||
|
||||
- Discuss topics in private groups, one-to-one or team-wide
|
||||
- Find what you're looking for with full text search, filters and #hashtags
|
||||
- Easily share images, video, audio and files
|
||||
- Personalize your experience with custom colors, formatting and fonts
|
||||
- Connect in-house systems with webhooks and Slack-compatible integrations
|
||||
- Keep all of your team communications in one place.
|
||||
- Orchestrate work across your tools and teams.
|
||||
- Plan projects and hit milestones.
|
||||
- Unite your entire technology stack through a single point of collaboration.
|
||||
- Meet the strictest security, privacy, and compliance requirements.
|
||||
|
||||
To use this app, you need a "Server URL" from a Mattermost server. To host your own server go to https://about.mattermost.com/download
|
||||
To use this app, you need a URL for a Mattermost server.
|
||||
|
||||
Find the Terms of Service for this app here: http://www.mattermost.com/terms/
|
||||
Deploy your own server: https://docs.mattermost.com/guides/deployment.html
|
||||
|
||||
This is a reference implementation of an open source Mattermost app available at: https://github.com/mattermost/mattermost-mobile
|
||||
Terms of Service: https://mattermost.com/terms-of-service/
|
||||
|
||||
Contribute to the project: https://github.com/mattermost/mattermost-mobile
|
||||
|
|
@ -1 +1 @@
|
|||
https://about.mattermost.com/
|
||||
https://mattermost.com/
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
https://about.mattermost.com/privacy/
|
||||
https://mattermost.com/privacy-policy/
|
||||
Loading…
Reference in a new issue