Skip to content

Mattermost

Pierre Rudloff requested to merge Rudloff/fdroiddata:feature/mattermost into master

I finally managed to patch the new Mattermost React Native app. Sorry about the huge patch, I tried to keep it as small as possible (we could make it easier to maintain if this issue was fixed).

There are a few issues remaining:

  • I only tried to build on my local Debian, I haven't tried on the build server. (I'm not sure it has the correct Node and NPM versions.)
  • I had to use scanignore because React apps use a local Maven repository. Maybe we could allow these?
  • By default, the app is called Mattermost Beta. Upstream seems to replace the string before building stable releases. Should we do the same?
  • The build sometimes hangs forever. It might be related to this issue.
Edited by Marcus

Merge request reports