Commit Graph

764 Commits

Author SHA1 Message Date
Weblate
42c604b039 Added translation using Weblate (Croatian) 2022-10-27 13:27:15 +03:00
kaakaa
572388b0cf Translated using Weblate (Japanese)
Currently translated at 100.0% (849 of 849 strings)

Translation: mattermost-languages-shipped/mattermost-mobile-v2
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile-v2/ja/
2022-10-27 13:27:15 +03:00
Angel Mendez Cano
b805ff4d54 Translated using Weblate (Spanish)
Currently translated at 56.3% (478 of 849 strings)

Translation: mattermost-languages-shipped/mattermost-mobile-v2
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile-v2/es/
2022-10-27 13:27:15 +03:00
kaakaa
24f6ad25ca Translated using Weblate (Japanese)
Currently translated at 45.4% (386 of 849 strings)

Translation: mattermost-languages-shipped/mattermost-mobile-v2
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile-v2/ja/
2022-10-27 13:27:15 +03:00
Matthew Williams
f3b7219bc0 Translated using Weblate (English (Australia))
Currently translated at 99.7% (847 of 849 strings)

Translation: mattermost-languages-shipped/mattermost-mobile-v2
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile-v2/en_AU/
2022-10-27 13:27:15 +03:00
Tom De Moor
b9e8de35ce Translated using Weblate (Dutch)
Currently translated at 46.1% (392 of 849 strings)

Translation: mattermost-languages-shipped/mattermost-mobile-v2
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile-v2/nl/
2022-10-27 13:27:15 +03:00
Elias Nahum
b5531fdf12 Translated using Weblate (Spanish)
Currently translated at 47.1% (400 of 849 strings)

Translation: mattermost-languages-shipped/mattermost-mobile-v2
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile-v2/es/
2022-10-27 13:27:15 +03:00
jprusch
9bfca3ec9f Translated using Weblate (German)
Currently translated at 100.0% (849 of 849 strings)

Translation: mattermost-languages-shipped/mattermost-mobile-v2
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile-v2/de/
2022-10-27 13:27:15 +03:00
Tom De Moor
7e6ae93b70 Translated using Weblate (Dutch)
Currently translated at 45.3% (385 of 849 strings)

Translation: mattermost-languages-shipped/mattermost-mobile-v2
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile-v2/nl/
2022-10-27 13:27:15 +03:00
JtheBAB
964c0fcb2d Translated using Weblate (German)
Currently translated at 81.1% (689 of 849 strings)

Translation: mattermost-languages-shipped/mattermost-mobile-v2
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile-v2/de/
2022-10-27 13:27:15 +03:00
jprusch
5edf1ec45b Translated using Weblate (German)
Currently translated at 81.1% (689 of 849 strings)

Translation: mattermost-languages-shipped/mattermost-mobile-v2
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile-v2/de/
2022-10-27 13:27:15 +03:00
alzee
3c7e7ad436 Translated using Weblate (Chinese (Simplified))
Currently translated at 44.9% (382 of 849 strings)

Translation: mattermost-languages-shipped/mattermost-mobile-v2
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile-v2/zh_Hans/
2022-10-27 13:27:15 +03:00
Константин
00d24e20ce Translated using Weblate (Russian)
Currently translated at 45.4% (386 of 849 strings)

Translation: mattermost-languages-shipped/mattermost-mobile-v2
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile-v2/ru/
2022-10-27 13:27:15 +03:00
Guillermo Vayá
aab2c31d20 Translated using Weblate (Spanish)
Currently translated at 45.8% (389 of 849 strings)

Translation: mattermost-languages-shipped/mattermost-mobile-v2
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile-v2/es/
2022-10-27 13:27:15 +03:00
jprusch
170b0122d0 Translated using Weblate (German)
Currently translated at 65.3% (555 of 849 strings)

Translation: mattermost-languages-shipped/mattermost-mobile-v2
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile-v2/de/
2022-10-27 13:27:15 +03:00
JtheBAB
abd81c26a1 Translated using Weblate (German)
Currently translated at 65.3% (555 of 849 strings)

Translation: mattermost-languages-shipped/mattermost-mobile-v2
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile-v2/de/
2022-10-27 13:27:15 +03:00
Avinash Lingaloo
4f4a3c30f4 Bump app build number to 429 (#6705) 2022-10-27 10:27:50 +04:00
Christopher Poile
67342246eb MM-45754 - Calls: Add current call bar to thread screen (#6628)
* remove isCallsPluginEnabled; add current call bar to thread screen

* popTo thread/call screen; updateProps in dismissAllModalsAndPopToScreen

* remove unneeded withServerUrl; only updateProps if needed
2022-10-25 21:34:51 -04:00
Daniel Espino García
bb051b83b9 Use always first the local channels (#6594)
* Use always first the local channels

* Fix several race condition related issues

* Remove clean after cursor change

* Address feedback

Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
Co-authored-by: Daniel Espino <danielespino@MacBook-Pro-de-Daniel.local>
2022-10-24 10:55:31 +02:00
Daniel Espino García
c82c634523 Hide autocomplete when the input is blurred. (#6692) 2022-10-21 10:35:59 +02:00
Elias Nahum
0be105e8fb Fix gallery header & footer as well as download video toast (#6695) 2022-10-20 10:19:04 -03:00
Elias Nahum
e5d2e1d364 auto update timezone when device changes its location (#6691) 2022-10-20 10:18:41 -03:00
Elias Nahum
cae9dc21d2 [Gekidou] Upgrade to RN 0.70 (#6690)
* Upgrade to RN 0.70

* fix assembleAndroidTest
2022-10-20 10:18:25 -03:00
Jason Frerich
6b2d8ceff3 [Gekidou MM-47486] Clear the search input after selecting a user (#6683) 2022-10-20 05:54:00 -05:00
Daniel Espino García
b90eaefcc0 Remove not member teams on startup (#6688) 2022-10-20 11:31:37 +02:00
Guillermo Vayá
5b695d17b2 Merge pull request #6696 from mattermost/fix-translations
remove last comma
2022-10-19 19:36:13 +02:00
=
64f582952c remove last comma 2022-10-19 19:30:31 +02:00
Tom De Moor
388a72e2b6 adding current translations to gekidou (#6694)
Co-authored-by: Tom De Moor <tom@controlaltdieliet.be>
2022-10-19 11:37:44 -03:00
Ossi Väänänen
6c89f461c0 Merge pull request #6693 from mattermost/check-splitview-in-main-queue
iOS: Perform the split view check in main queue. (Some call paths caused the check to be done in a background thread)
2022-10-19 17:19:25 +03:00
Ossi Vaananen
756e842aa4 Perform the split view check in main queue. (Some call paths caused the check to be done in background threads) 2022-10-19 17:02:36 +03:00
Daniel Espino García
4f4f96ff24 Fix channel links when it implies joining a channel (#6686) 2022-10-18 16:16:06 +02:00
Rohitesh Gupta
b086776c33 Updated CodeQL to use latest version (#6689)
* Created CodeQL config

* Updated CodeQL to latest branch
2022-10-18 10:26:22 -03:00
Elias Nahum
52215b7749 CI Build fix (#6685)
* use xcode 14.0.0 in ci

* update jvmargs to use 2048m
2022-10-14 14:57:49 -03:00
Joseph Baylon
084d342e1d Detox/E2E: Verification fixes and added a step to post message on direct messages (#6664)
* Detox/E2E: Minor fixes and added known issue tag

* Add step to post message on direct message
2022-10-14 10:25:38 -07:00
Avinash Lingaloo
f000014809 Bump app build number to 428 (#6684) 2022-10-14 21:02:56 +04:00
Joseph Baylon
fa923a7dfd Detox/E2E: Modify reporting according to sharding (#6663) 2022-10-13 15:59:42 -07:00
Elias Nahum
a23b156f7a Fix navbar theme in share extension (#6678) 2022-10-13 08:42:00 -03:00
Elias Nahum
5c7e89d7de [Gekidou] update deps (#6667)
* Fix login not showing the usernames (#6652)

* update dependencies

* feedback review

* feedback review 2

* remove unused dependencies

* remove duplicate gesture-handler dependency

* add -XX:+HeapDumpOnOutOfMemoryError to gradle

* adjust gradle memory

* update android ci image

* android executor xlarge

Co-authored-by: Daniel Espino García <larkox@gmail.com>
2022-10-13 08:41:18 -03:00
Elias Nahum
e1c74124e2 Fix switch to channel when notification is dismissed (#6675) 2022-10-11 10:36:45 -03:00
Elias Nahum
391c120db9 Fix iOS keyboard tracking when paused (#6676) 2022-10-11 10:29:14 -03:00
Jason Frerich
380b375411 [Gekidou MM-45790] Create File Options Menu for Tablet View (#6531) 2022-10-11 08:19:13 -05:00
Elias Nahum
d201035a89 [Gekidou] Add custom status to user profile sheet (#6670)
* Add custom status to user profile sheet

* add missing translations
2022-10-11 09:18:46 -03:00
Avinash Lingaloo
3e7ebfe95c [Gekidou] Bump app build number to 427 (#6671)
* Bump app build number to  427

* Update Gemfile.lock
2022-10-07 21:08:02 +04:00
Elias Nahum
4c4d5475f3 Fix channel calls icon alignment (#6668) 2022-10-07 09:14:48 -03:00
Daniel Espino García
2b4b7c7e92 Fix permissions defaulting to true (#6653) 2022-10-04 11:40:31 +02:00
Christopher Poile
681b6b0b0f MM-47003 - Calls - Fix for: peer connection timeout (#6658)
* force negotiation

* fix message bug

* remove forced negotiation
2022-10-03 13:12:02 -04:00
Daniel Espino García
e905f7df29 Fix login not showing the usernames (#6652) 2022-09-22 16:34:12 -04:00
Elias Nahum
d20245f63f Update to xcode 14 (#6650) 2022-09-21 11:56:16 -04:00
Elias Nahum
bcd6cbbdbc Bump app build number to 426 (#6648) 2022-09-18 08:50:35 -04:00
Elias Nahum
b20a3c96a2 patch android react-native-notifications launch intent 2022-09-18 08:41:23 -04:00