No description
Find a file
2018-06-14 20:31:31 -04:00
android Bump Android build number to 109 (#1765) 2018-06-13 13:19:13 -04:00
app MM-10888 Hide parts of combined system messages that don't affect the current user (#1768) 2018-06-14 09:04:58 -04:00
assets translations PR 20180613 (#1762) 2018-06-13 10:15:35 -04:00
builds/nightlybeta jenkinsfile for weekly beta build (#1649) 2018-05-01 10:29:49 -03:00
docs Allow profile button configuration (#947) 2017-10-27 14:15:14 -04:00
fastlane Fix push notification styling backwards compatibility (#1729) 2018-06-05 14:50:51 -04:00
ios Bump iOS build number to 110 (#1771) 2018-06-14 20:31:31 -04:00
native_modules Ability to upload other file types (#1662) 2018-05-11 18:05:49 -03:00
packager Entry screen and Channel Loader improvements (perf part 4) (#1707) 2018-05-29 10:58:06 -04:00
scripts White label login options screen - Experimental (#944) 2017-10-26 10:35:49 -07:00
share_extension Fix android share extension channel switching and searching 2018-06-08 15:25:00 -04:00
test [MM-10594] Add feature to combine join/add/leave/remove to channel/team system messages (#1682) 2018-05-24 16:34:33 -04:00
.babelrc Babel plugin to remove console.* in production (#1048) 2017-10-23 09:01:43 -03:00
.buckconfig Initial commit 2016-10-04 14:10:44 -04:00
.editorconfig Changed .editorconfig to include a trailing newline on files (#21) 2016-10-17 13:56:28 -04:00
.eslintrc.json Enable Android Unbundle strategy (perf part 2) (#1700) 2018-05-23 13:23:38 -04:00
.flowconfig Upgrade to RN 0.50.4 (#1303) 2017-12-22 19:39:51 -03:00
.gitattributes Fastlane for Android and ios (#165) 2017-01-19 09:35:40 -05:00
.gitignore Ignore fastlane/.env file (#1656) 2018-05-07 10:40:04 -03:00
.npmrc Add functionality for fetching + selecting teams & channels (#17) 2016-10-17 15:47:47 -04:00
.watchmanconfig Initial commit 2016-10-04 14:10:44 -04:00
app.json Upgrade RN (#1102) 2017-11-07 13:34:39 -03:00
CHANGELOG.md v1.8 changelog (#1633) 2018-04-27 22:51:24 -03:00
CONTRIBUTING.md Update CONTRIBUTING.md (#1685) 2018-05-22 09:11:49 -04:00
index.js Enable Android Unbundle strategy (perf part 2) (#1700) 2018-05-23 13:23:38 -04:00
ISSUE_TEMPLATE.md Update PR template and Issue template (#335) 2017-03-08 13:46:31 -03:00
Jenkinsfile simple jenkinsfile for testing (#1311) 2017-12-26 15:41:41 -05:00
jsconfig.json Add recently used section (#1136) 2017-11-21 10:20:09 -05:00
LICENSE.txt Adding Apache 2.0 license 2016-10-11 09:14:00 -07:00
Makefile Enable Android Unbundle strategy (perf part 2) (#1700) 2018-05-23 13:23:38 -04:00
NOTICE.txt Remove orientation dependency (#1698) 2018-05-23 10:39:23 -04:00
package-lock.json MM-10888 Hide parts of combined system messages that don't affect the current user (#1768) 2018-06-14 09:04:58 -04:00
package.json MM-10888 Hide parts of combined system messages that don't affect the current user (#1768) 2018-06-14 09:04:58 -04:00
PULL_REQUEST_TEMPLATE.md PLT-5857 replace the service folder with mattermost-redux library (#348) 2017-03-14 10:52:24 -03:00
README.md Update README about weekly updates to Beta app (#1680) 2018-05-18 18:32:19 -04:00
rn-cli.config.js update eslint's comma-dangle rule to always-multiline (#1457) 2018-02-23 09:06:02 -05:00
share.ios.js iOS Share Extension (#1308) 2018-01-15 16:11:42 -03:00

Mattermost Mobile

Supported Server Versions: 4.0+

Supported iOS versions: 9.3+ Supported Android versions: 5.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!

How to Contribute

Testing

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

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

Contribute Code

  1. Look in GitHub issues for issues marked as [Help Wanted]
  2. Comment to let people know youre 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 theres 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.