mattermost-mobile

使用 React Native 框架构建、用于 Mattermost 的下一代 iOS 和 Android 应用程序。(Next generation iOS and Android apps for Mattermost in React Native.)

Github星跟蹤圖

Mattermost Mobile

  • 支持服务器版本: 4.10+
  • 支持 iOS 版本: 10.3+
  • 支持 Android 版本: 7.0+

Mattermost是一个开源的 Slack 替代品,被世界上成千上万的公司以 14 种语言使用。更多信息请访问 https://about.mattermost.com.

您可以从 App Store 谷歌 Play Store 下载我们的应用程序,或者 自己构建它们

我们计划每月发布带有新功能的更新——检查 changelog 以了解当前支持哪些功能!

重要提示: 如果你自己编译了 Mattermost 移动应用程序, 你还需要部署自己的 Mattermost 推送通知服务

概覽

名稱與所有者mattermost/mattermost-mobile
主編程語言TypeScript
編程語言Java (語言數: 10)
平台Android, iOS
許可證Apache License 2.0
發布數124
最新版本名稱v2.15.0 (發布於 )
第一版名稱v1.0.22-beta (發布於 2017-03-30 01:06:07)
創建於2016-10-07 16:52:32
推送於2024-04-23 10:21:57
最后一次提交
星數2.1k
關注者數101
派生數1.3k
提交數2.3k
已啟用問題?
問題數997
打開的問題數92
拉請求數6432
打開的拉請求數23
關閉的拉請求數449
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?

Mattermost Mobile

  • Minimum Server versions: Current ESR version (5.9)
  • Supported iOS versions: 10.3+
  • 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.

You can download our apps from the App Store or Google Play Store, or build them yourself.

We plan on releasing monthly updates with new features - check the changelog for what features are currently supported!

Important: If you self-compile the Mattermost Mobile apps you also need to deploy your own Mattermost Push Notification Service.

How to Contribute

Testing

To help with testing app updates before they're released, you can:

  1. Sign up to be a beta tester
    • Android
    • iOS - Open this link from your iOS device
  2. Install the Mattermost Beta app. New updates in the Beta app are released periodically. You will receive a notification when the new updates are available.
  3. File any bugs you find by filing a GitHub issue with:
    • Device information
    • Repro steps
    • Observed behavior (including screenshot / video when possible)
    • Expected behavior
  4. (Optional) Sign up for our team site

You can leave the Beta testing program at any time:

  • On Android, click this link while logged in with your Google Play email address used to opt-in for the Beta program, then click Leave the program.
  • On iOS, access the Mattermost Beta app page in TestFlight and click Stop Testing.

Contribute Code

  1. Look in GitHub issues for issues marked as [Help Wanted]
  2. Comment to let people know you’re working on it
  3. Follow these instructions to set up your developer environment
  4. Join the Native Mobile Apps channel on our team site to ask questions

Frequently Asked Questions

How is data handled on mobile devices after a user account is deactivated?

App data is wiped from the device when a user logs out of the app. If the user is logged in when the account is deactivated, then within one minute the system logs the user out, and as a result all app data is wiped from the device.

Can I connect to multiple Mattermost servers using the mobile apps?

At the moment, we only support connecting to one server at a time. If you need to connect to multiple servers, please upvote the feature request so we can track demand for it.

As a work around, you can install both the released "Mattermost" app and sign up to be a tester for the "Mattermost Beta" app so you can connect to two servers at once.

Will there be second generation apps available for tablets?

We plan to add support for tablets in the future, but the timeline depends on how many people have a need for it. If you're looking for a tablet version, please help us out by upvoting the feature request!

Troubleshooting

I keep getting a message "Cannot connect to the server. Please check your server URL and internet connection."

This sometimes appears when there is an issue with the SSL certitificate configuration.

To check that your SSL certificate is set up correctly, test the SSL certificate by visiting a site such as https://www.ssllabs.com/ssltest/index.html. If there’s an error about the missing chain or certificate path, there is likely an intermediate certificate missing that needs to be included.

Please note that the apps cannot connect to servers with self-signed certificates, consider using Let's Encrypt instead.

I see a “Connecting…” bar that does not go away

If your app is working properly, you should see a grey “Connecting…” bar that clears or says “Connected” after the app reconnects.

If you are seeing this message all the time, and your internet connection seems fine:

Ask your server administrator if the server uses NGINX or another webserver as a reverse proxy. If so, they should check that it is configured correctly for supporting the websocket connection for APIv4 endpoints.

去到頂部