Commit graph

3984 commits

Author SHA1 Message Date
Alexey Napalkov
c677c18e58 Translated using Weblate (Russian)
Currently translated at 100.0% (789 of 789 strings)

Translation: mattermost-languages-shipped/mattermost-mobile
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/ru/
2022-03-28 12:23:35 +02:00
Kaya Zeren
6756283cda Translated using Weblate (Turkish)
Currently translated at 100.0% (789 of 789 strings)

Translation: mattermost-languages-shipped/mattermost-mobile
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/tr/
2022-03-28 12:23:35 +02:00
Tom De Moor
e15fa03e71 Translated using Weblate (Dutch)
Currently translated at 98.7% (779 of 789 strings)

Translation: mattermost-languages-shipped/mattermost-mobile
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/nl/
2022-03-28 12:23:34 +02:00
kaakaa
6655cfd787 Translated using Weblate (Japanese)
Currently translated at 100.0% (789 of 789 strings)

Translation: mattermost-languages-shipped/mattermost-mobile
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/ja/
2022-03-28 12:23:34 +02:00
jprusch
23531a096c Translated using Weblate (German)
Currently translated at 100.0% (789 of 789 strings)

Translation: mattermost-languages-shipped/mattermost-mobile
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/de/
2022-03-28 12:23:34 +02:00
Hosted Weblate
31582e993b Update translation files
Updated by "Cleanup translation files" hook in Weblate.

Translation: mattermost-languages-shipped/mattermost-mobile
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/
2022-03-28 12:23:33 +02:00
Christopher Poile
e086b19d1e
MM-42360 - Calls Mobile: Implement raise hand (#6069)
* implement raise hand

* added tests; updated tests

* spread syntax for combined styles -> array syntax

* add useCallbacks, update test snapshots

* fix dep array

* fix dep array

* sort participants based on muted and raisedHand

* sort participants by name, then by state

* fix screen sharing message

* fix test snapshots

* add monitor indicator; tweak ui

* linting
2022-03-25 15:08:28 -04:00
Daniel Espino García
df7945318e
[Apps Framework] Separate calls (#5877)
* Port https://github.com/mattermost/mattermost-webapp/pull/9263 to mobile

* Fix forms props from commands and missing error->text change

* lint

* various fixes

* fix lookups for command parser

* update app command parser

* fixes

* fixes with embedded forms

* lint and types

* remove bindings.expanded fix for cleaning bindings on render

* lint

* re-expand bindings on post update

Co-authored-by: Michael Kochell <6913320+mickmister@users.noreply.github.com>
2022-03-24 11:03:06 -04:00
Elias Nahum
2ec503f5ef
Merge pull request #6076 from weblate/weblate-mattermost-mattermost-mobile_master
Translations update from Mattermost Weblate
2022-03-23 10:52:40 -03:00
Michael Kochell
784b897d2f
use feature flag when fetching thread bindings (#6018) 2022-03-22 23:03:03 -04:00
Michael Kochell
be74987614
FriendlyDate component - Round dates to nearest 10th before taking floor (#6082)
* round dates to nearest 10th before taking floor

* round dates to nearest 10th before taking floor

* lint
2022-03-22 14:31:18 -03:00
kaakaa
93bada107a Translated using Weblate (Japanese)
Currently translated at 100.0% (779 of 779 strings)

Translation: mattermost-languages-shipped/mattermost-mobile
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/ja/
2022-03-21 09:26:21 +01:00
Mustafa Kara
709d14bf5a
Merge pull request #6052 from weblate/weblate-mattermost-mattermost-mobile_master
Translations update from Mattermost Weblate
2022-03-21 11:26:16 +03:00
Elias Nahum
75927c87d0
Bump version 1.50.1 build 388 (#6071)
* Bump app version number to  1.50.1

* Bump app build number to  388
2022-03-19 10:20:22 -03:00
Elias Nahum
b0f6e54660
Prevent crash when latex is used (#6064) 2022-03-19 10:11:22 -03:00
Andrey Ramirez
ca6f59729c
[MM-42533] Fix hidden custom theme (#6054) 2022-03-17 19:36:57 -03:00
Cees Jol
23f3fb10d2
Support link highlighting on capitalized link scheme (#6056)
* Support link highlighting on capitalized link scheme

* Add unit tests for urlFilter function
2022-03-16 08:51:41 -03:00
Christopher Poile
3f73514b98
MM-42403 - Calls Mobile: Join Call banner is too low on iOS (#6055)
* use device-specific measurements

* tests
2022-03-16 08:51:09 -03:00
Tom De Moor
7f1f07571e Translated using Weblate (Dutch)
Currently translated at 100.0% (779 of 779 strings)

Translation: mattermost-languages-shipped/mattermost-mobile
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/nl/
2022-03-11 13:07:10 +01:00
Christopher Poile
e8e7618497
do not erase joined state on receiving calls data (#6039) 2022-03-11 09:07:06 -03:00
Wander Siemers
84d281181b
Fix time zone settings search bar (MM-23644) (#6033)
* Fix time zone settings search bar (MM-23644)
Some code improvements:
- renamed header to searchBar
- moved searchBarInput to getStyleSheet
Both of which are logical to me and are more consistent with e.g. screens/channel_members

* Fix trailing space

* Update snapshot
2022-03-09 23:48:22 -03:00
Elias Nahum
2349aa0441
Bump version 1.50.0 build 387 (#6045)
* Bump app version number to  1.50.0

* Bump app build number to  387
2022-03-09 16:33:53 -03:00
Christopher Poile
0e08d3823f
[MM-42332] Calls: Add speakerphone button (#6037)
* add speakerphone button, set speakerphone mode in redux/InCallManager

* move speakerphone activation into the actions file

* rename style

* revert local project changes

* tests
2022-03-09 08:49:15 -05:00
Stylianos Rigas
16aaaafa8c
Merge pull request #5996 from weblate/weblate-mattermost-mattermost-mobile_master
Translations update from Mattermost Weblate
2022-03-08 17:58:53 +02:00
Carrie Warner (Mattermost)
e50986791f
MM-41988 Updated links to legacy domain about.mm.com (#5962)
* Updated links to legacy domain about.mm.com

* about.mm.com URL updates

* Fixed URL identified by QA

* mm.org and forum URL updates

* forum URL update

Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
2022-03-07 16:50:06 -03:00
Elias Nahum
c9ce61d28b
Markdown svg & image to respect size if available (#6030) 2022-03-07 15:20:07 -03:00
Tóth Csaba // Online ERP Hungary Kft
3bba2c3fb5 Translated using Weblate (Hungarian)
Currently translated at 100.0% (779 of 779 strings)

Translation: mattermost-languages-shipped/mattermost-mobile
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/hu/
2022-03-07 17:17:43 +01:00
jprusch
71cdb74127 Translated using Weblate (German)
Currently translated at 100.0% (779 of 779 strings)

Translation: mattermost-languages-shipped/mattermost-mobile
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/de/

Translated using Weblate (German)

Currently translated at 100.0% (779 of 779 strings)

Translation: mattermost-languages-shipped/mattermost-mobile
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/de/

Translated using Weblate (German)

Currently translated at 100.0% (779 of 779 strings)

Translation: mattermost-languages-shipped/mattermost-mobile
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/de/

Translated using Weblate (German)

Currently translated at 100.0% (779 of 779 strings)

Translation: mattermost-languages-shipped/mattermost-mobile
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/de/

Translated using Weblate (German)

Currently translated at 100.0% (779 of 779 strings)

Translation: mattermost-languages-shipped/mattermost-mobile
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/de/
2022-03-07 17:17:43 +01:00
JtheBAB
6a3c4f3373 Translated using Weblate (German)
Currently translated at 100.0% (779 of 779 strings)

Translation: mattermost-languages-shipped/mattermost-mobile
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/de/

Translated using Weblate (German)

Currently translated at 100.0% (779 of 779 strings)

Translation: mattermost-languages-shipped/mattermost-mobile
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/de/
2022-03-07 17:17:43 +01:00
Persian Translator
6d92c09e3b Translated using Weblate (Persian)
Currently translated at 97.3% (758 of 779 strings)

Translation: mattermost-languages-shipped/mattermost-mobile
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/fa/
2022-03-07 17:17:42 +01:00
Tom De Moor
3a3cc68f7c Added translation using Weblate (Persian) 2022-03-07 17:17:42 +01:00
gyeben
43a8000c0f Translated using Weblate (Hungarian)
Currently translated at 100.0% (779 of 779 strings)

Translation: mattermost-languages-shipped/mattermost-mobile
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/hu/
2022-03-07 17:17:42 +01:00
Nathanaël
c12a88dd76 Translated using Weblate (French)
Currently translated at 100.0% (779 of 779 strings)

Translation: mattermost-languages-shipped/mattermost-mobile
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/fr/

Translated using Weblate (French)

Currently translated at 100.0% (779 of 779 strings)

Translation: mattermost-languages-shipped/mattermost-mobile
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/fr/
2022-03-07 17:17:42 +01:00
Elias Nahum
21d1a67a50
dependencies audit 2022-03-06 06:30:59 -03:00
Elias Nahum
7a61c7f41f
Fix friendly date flaky test 2022-03-06 06:11:47 -03:00
dependabot[bot]
2cbbf89d39
Bump url-parse from 1.5.6 to 1.5.8 (#6012)
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.6 to 1.5.8.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.6...1.5.8)

---
updated-dependencies:
- dependency-name: url-parse
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-28 08:31:33 -03:00
Elias Nahum
dfbeef9fab
Bump version build 1.49.1 build 386 (#6003)
* Bump app version number to  1.49.1

* Bump app build number to  386
2022-02-23 16:00:57 -03:00
Elias Nahum
3e5b6a31f7
Fix Android file preview (#5992) 2022-02-21 22:08:34 -03:00
Mylon Suren
b7a98dead9
[MM-39149] Only close sidebar when custom status is set successfully (#5988) 2022-02-21 08:24:04 -03:00
dependabot[bot]
dfbaa55e11
Bump url-parse from 1.5.4 to 1.5.6 (#5989) 2022-02-19 13:36:17 -03:00
Cees Jol
ca89c57873
Fix typo (#5981) 2022-02-17 10:29:12 -03:00
Elias Nahum
b0b4e55f21
Make iOS notifications compatible with background fetch (#5969) 2022-02-16 22:58:01 -03:00
Elias Nahum
f929bf9b3a
Bump app build number to 385 (#5975) 2022-02-15 21:47:54 -03:00
Elias Nahum
cef3295420
Fix when SVG uri does not return data in the url (#5973) 2022-02-15 21:32:28 -03:00
Elias Nahum
a05cfe7908
Bump app build number to 384 (#5970) 2022-02-15 09:33:20 -03:00
dependabot[bot]
242e299e6d
Bump follow-redirects from 1.14.7 to 1.14.8 in /detox (#5968)
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.14.8.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.7...v1.14.8)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-15 08:45:13 -03:00
Spiros Economakis
c72c9c796c
Merge pull request #5967 from weblate/weblate-mattermost-mattermost-mobile_master
Translations update from Mattermost Weblate
2022-02-15 10:26:09 +02:00
Tóth Csaba // Online ERP Hungary Kft
5fbdd2bd4b Translated using Weblate (Hungarian)
Currently translated at 100.0% (779 of 779 strings)

Translation: mattermost-languages-shipped/mattermost-mobile
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/hu/
2022-02-15 09:14:11 +01:00
Claudio Costa
b073ba1d45
Keep audio on when app is on background (#5959) 2022-02-14 22:00:32 +01:00
Spiros Economakis
e2ac194a19
Merge pull request #5961 from weblate/weblate-mattermost-mattermost-mobile_master
Translations update from Mattermost Weblate
2022-02-14 20:34:11 +02:00