No description
Find a file
Daniel Espino García 720ac22070
Handle undefined metadata all over the app (#7244)
* Handle undefined metadata on Markdown Table Images

* Add missing change

* Handle undefined image metadata all over the app
2023-03-31 09:41:28 +02:00
.circleci use xcode 14.2.0 on circleCI (#7248) 2023-03-30 13:33:34 -03:00
.github Updated CodeQL to use latest version (#6689) 2022-10-18 10:26:22 -03:00
.husky Update v2 dependencies (#5312) 2021-04-14 10:55:29 -04:00
android Bump app build number to 463 (#7232) 2023-03-26 11:20:41 -03:00
app Handle undefined metadata all over the app (#7244) 2023-03-31 09:41:28 +02:00
assets Add members (#7220) 2023-03-30 11:58:50 -03:00
build/notice-file Apply suggestions from code review 2022-06-07 17:44:31 +03:00
detox Add members (#7220) 2023-03-30 11:58:50 -03:00
docs change doc 2023-03-24 19:14:55 +05:30
eslint [Gekidou] update deps (#6667) 2022-10-13 08:41:18 -03:00
fastlane Bump app build number to 463 (#7232) 2023-03-26 11:20:41 -03:00
ios Enable flipper on iOS (#7247) 2023-03-30 13:50:42 -03:00
patches Prevent in-app notification and snackbar from blocking gestures (#7231) 2023-03-26 11:07:12 -03:00
scripts Fix local build (#7163) 2023-02-24 15:35:33 +02:00
share_extension Do not access record children directly to avoid crashes if the child is not present in the db (#7028) 2023-01-27 17:57:38 +02:00
test Remove watermelondb limitation on updating an already updated model (#7067) 2023-02-03 17:11:57 +02:00
types Handle undefined metadata all over the app (#7244) 2023-03-31 09:41:28 +02:00
.buckconfig Barebones code for v2 2020-11-17 14:20:58 -03:00
.editorconfig MM-35115 [Gekidou] Login flow - Email and Password (#5402) 2021-06-18 00:57:40 -04:00
.eslintrc.json [Gekidou] update deps (#6667) 2022-10-13 08:41:18 -03:00
.flowconfig [Gekidou] Upgrade to RN 0.70 (#6690) 2022-10-20 10:18:25 -03:00
.gitattributes Update v2 dependencies (#5312) 2021-04-14 10:55:29 -04:00
.gitignore Various fixes (#7161) 2023-02-24 13:02:05 +02:00
.npmrc Barebones code for v2 2020-11-17 14:20:58 -03:00
.solidarity Remove Bundler check from Solidarity (#6910) 2022-12-26 10:30:53 -08:00
.watchmanconfig Barebones code for v2 2020-11-17 14:20:58 -03:00
app.json Barebones code for v2 2020-11-17 14:20:58 -03:00
babel.config.js add file logger (#6618) 2022-09-06 10:42:09 -03:00
CHANGELOG.md Barebones code for v2 2020-11-17 14:20:58 -03:00
CONTRIBUTING.md Barebones code for v2 2020-11-17 14:20:58 -03:00
env.d.ts Detox/E2E: Channel Info Unarchive e2e tests in Gekidou (#6515) 2022-07-28 10:47:34 -07:00
index.ts feat: Channel notification preferences (#7160) 2023-02-24 12:41:36 +02:00
ISSUE_TEMPLATE.md Update ISSUE_TEMPLATE.md (#7080) 2023-02-03 08:55:40 -05:00
jest.config.js MM-50010 - Share common calls code between web and mobile (#7211) 2023-03-21 09:18:45 -04:00
jsconfig.json Barebones code for v2 2020-11-17 14:20:58 -03:00
LICENSE.txt Barebones code for v2 2020-11-17 14:20:58 -03:00
metro.config.js Gekidou teamsidebar (#5718) 2021-10-15 04:55:02 -03:00
NOTICE.txt Update NOTICE.txt (#7241) 2023-03-30 12:54:24 -04:00
package-lock.json Prevent in-app notification and snackbar from blocking gestures (#7231) 2023-03-26 11:07:12 -03:00
package.json MM-50010 - Share common calls code between web and mobile (#7211) 2023-03-21 09:18:45 -04:00
PULL_REQUEST_TEMPLATE.md Barebones code for v2 2020-11-17 14:20:58 -03:00
react-native.config.js Update v2 dependencies (#5312) 2021-04-14 10:55:29 -04:00
README.md Update ESR version (#6793) 2022-11-29 13:42:10 -05:00
SECURITY.md Barebones code for v2 2020-11-17 14:20:58 -03:00
tsconfig.json Update Dependencies and bug fixes (#7000) 2023-01-24 09:14:23 +02:00
tsconfig.test.json Barebones code for v2 2020-11-17 14:20:58 -03:00

Mattermost Mobile v2

  • Minimum Server versions: Current ESR version (7.1.0+)
  • 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 21 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 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.

I need the code for the v1 version

You can still access it! We have moved the code from master to the v1 branch. Be aware that we will not be providing any more v1 versions or updates in the public stores.

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.