Commit graph

1546 commits

Author SHA1 Message Date
Amy Blais
35023ea389
Update supported ESR version (#7316)
* Update README.md

* Update full_description.txt

* Update changelog

* update app to alert on servers below 7.8.0

---------

Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
2023-04-28 11:56:07 -04:00
Elias Nahum
4292c61a5c
small refactor to include thread follow button (#7314) 2023-04-27 11:49:46 -04:00
Christopher Poile
c1430757b8
MM-51776 - Calls: Audio device selections, & fix bluetooth (#7286)
* ask for bluetooth permissions on Android

* new "switch audio device button" for Android

* i18n strings

* split audio_device_button into platform-specific files; PR comments

* earpiece -> phone

* add comments to clarify speakerphone logic

* update snapshots

* add new compass-icons; use tablet and bluetooth icons; add tablet mode

* fix lint
2023-04-27 11:44:14 -04:00
Daniel Espino García
30706382a0
Improve post chunk handling (#7309)
* Improve post chunk handling

* Remove unneeded merge and improve post list handling

* Fix unneeded requests

* Address feedback and fix lint
2023-04-27 16:04:46 +02:00
Kyriakos Z
ab4f65020a
[MM-49540] Message Priority Phase 3 (#7142)
* Init

* i18 and types

* Acknowledge button, api

* Ack button + display ackd users

* Saves priority on draft and addresses some comments

* Addresses review comments round 2

* Moves fetching userprofiles upon opening ACKs

* Adds metadata column in drafts table

+ Addresses some more review comments.

* Small refactor according to review comments

* Addresses some review comments

* Addresses some review comments

* Uses local action when ACKing

* Fixes first time selecting priority and other

* Updates snapshots

* Fixes i18n

* Fixes ts errors

---------

Co-authored-by: Anurag Shivarathri <anurag6713@gmail.com>
Co-authored-by: Mattermost Build <build@mattermost.com>
2023-04-27 11:22:03 +00:00
Christopher Poile
e6254885ee
MM-43737 - Calls: Follow call thread on user joining a call (#7293)
* follow threads on call join

* treat custom_calls posts as the start of threads

* make thread follow logic robust to race conditions; tests

* only follow thread when CRT is enabled

* Revert "only follow thread when CRT is enabled"

This reverts commit 4e52a2619b35db3d2104f0b6ba5ad8be23f7b224.
2023-04-26 15:20:07 -04:00
Amy Blais
17dfb96c93
Update README.md (#7312)
* Update README.md

* Update README.md
2023-04-25 18:38:49 -04:00
Tom De Moor
7b8d733d26 Translated using Weblate (Dutch)
Currently translated at 100.0% (1031 of 1031 strings)

Translation: mattermost-languages-shipped/mattermost-mobile-v2
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile-v2/nl/
2023-04-24 15:17:15 +03:00
jprusch
03e1bd20e7 Translated using Weblate (German)
Currently translated at 100.0% (1031 of 1031 strings)

Translation: mattermost-languages-shipped/mattermost-mobile-v2
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile-v2/de/
2023-04-24 15:17:15 +03:00
master7
996fb82d45 Translated using Weblate (Polish)
Currently translated at 100.0% (1031 of 1031 strings)

Translation: mattermost-languages-shipped/mattermost-mobile-v2
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile-v2/pl/
2023-04-24 15:17:15 +03:00
kaakaa
cbe1741d8e Translated using Weblate (Japanese)
Currently translated at 100.0% (1031 of 1031 strings)

Translation: mattermost-languages-shipped/mattermost-mobile-v2
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile-v2/ja/
2023-04-24 15:17:15 +03:00
Hosted Weblate
dc56896935 Update translation files
Updated by "Cleanup translation files" hook in Weblate.

Translation: mattermost-languages-shipped/mattermost-mobile-v2
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile-v2/
2023-04-24 15:17:15 +03:00
Tom De Moor
ba64a78eca Translated using Weblate (Dutch)
Currently translated at 99.5% (1015 of 1020 strings)

Translation: mattermost-languages-shipped/mattermost-mobile-v2
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile-v2/nl/
2023-04-24 15:17:15 +03:00
Konstantin
2cd68e59d9 Translated using Weblate (Russian)
Currently translated at 100.0% (1020 of 1020 strings)

Translation: mattermost-languages-shipped/mattermost-mobile-v2
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile-v2/ru/
2023-04-24 15:17:15 +03:00
Kaya Zeren
9716824ebe Translated using Weblate (Turkish)
Currently translated at 100.0% (1020 of 1020 strings)

Translation: mattermost-languages-shipped/mattermost-mobile-v2
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile-v2/tr/
2023-04-24 15:17:15 +03:00
Harrison Healey
b71edbd4c1
Reduce minimum NPM version to match web app (#7298) 2023-04-22 07:42:12 -04:00
Elias Nahum
519c146aac
Bump app build number to 467 (#7305) 2023-04-21 17:25:10 -04:00
Elias Nahum
1a4bc4217c
Added localization for iOS plist files (#7303)
* Added localization for iOS plist files

* update strings

* Update app/constants/permissions.ts

* Update assets/base/i18n/en.json

* Update ios/Mattermost/Info.plist

* Update ios/Mattermost/Info.plist

Co-authored-by: Christopher Poile <cpoile@gmail.com>

* Update app/constants/permissions.ts

Co-authored-by: Christopher Poile <cpoile@gmail.com>

* Update assets/base/i18n/en.json

Co-authored-by: Christopher Poile <cpoile@gmail.com>

* add suggestions

---------

Co-authored-by: Dmitry Lyzlov <dlyzlov@stsoft.ru>
Co-authored-by: Carrie Warner (Mattermost) <74422101+cwarnermm@users.noreply.github.com>
Co-authored-by: Christopher Poile <cpoile@gmail.com>
2023-04-21 13:57:38 -04:00
Elias Nahum
58d1b02d3a
Fix the query undefined comparison when threadId prop is not set by the navigation library (#7302) 2023-04-21 12:27:51 -04:00
Elias Nahum
784b05fe97
Upgrade Dependencies (#7299)
* upgrade reanimated

* update devDependencies

* upgrade react-intl

* update react-native and some dependencies

* update react-native-permissions

* update RN

* use Share sheet for Report a problem

* update Sentry

* remove step to downloadWebRTC

* update detox deps

* feedback review
2023-04-21 12:16:54 -04:00
Daniel Espino García
e1176e578d
Fix out of order websocket events for posts (#7290) 2023-04-21 12:05:03 -04:00
jprusch
4cc9dff2b8 Translated using Weblate (German)
Currently translated at 100.0% (1020 of 1020 strings)

Translation: mattermost-languages-shipped/mattermost-mobile-v2
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile-v2/de/
2023-04-20 12:25:03 +03:00
master7
c41e63fa80 Translated using Weblate (Polish)
Currently translated at 100.0% (1020 of 1020 strings)

Translation: mattermost-languages-shipped/mattermost-mobile-v2
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile-v2/pl/
2023-04-20 12:25:03 +03:00
MArtin Johnson
9829d61e72 Translated using Weblate (Swedish)
Currently translated at 100.0% (1020 of 1020 strings)

Translation: mattermost-languages-shipped/mattermost-mobile-v2
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile-v2/sv/
2023-04-20 12:25:03 +03:00
Tom De Moor
b810d35429 Translated using Weblate (Dutch)
Currently translated at 100.0% (1013 of 1013 strings)

Translation: mattermost-languages-shipped/mattermost-mobile-v2
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile-v2/nl/
2023-04-20 12:25:03 +03:00
master7
766763dfd6 Translated using Weblate (Polish)
Currently translated at 100.0% (1013 of 1013 strings)

Translation: mattermost-languages-shipped/mattermost-mobile-v2
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile-v2/pl/
2023-04-20 12:25:03 +03:00
MArtin Johnson
bfad981642 Translated using Weblate (Swedish)
Currently translated at 100.0% (1013 of 1013 strings)

Translation: mattermost-languages-shipped/mattermost-mobile-v2
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile-v2/sv/
2023-04-20 12:25:03 +03:00
dsa-t
eddf49f609 Translated using Weblate (Russian)
Currently translated at 99.9% (1012 of 1013 strings)

Translation: mattermost-languages-shipped/mattermost-mobile-v2
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile-v2/ru/
2023-04-20 12:25:03 +03:00
kaakaa
8078e63a64 Translated using Weblate (Japanese)
Currently translated at 100.0% (1013 of 1013 strings)

Translation: mattermost-languages-shipped/mattermost-mobile-v2
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile-v2/ja/
2023-04-20 12:25:03 +03:00
Kaya Zeren
d009d65bfb Translated using Weblate (Turkish)
Currently translated at 100.0% (1013 of 1013 strings)

Translation: mattermost-languages-shipped/mattermost-mobile-v2
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile-v2/tr/
2023-04-20 12:25:03 +03:00
jprusch
411b4d6c19 Translated using Weblate (German)
Currently translated at 100.0% (1013 of 1013 strings)

Translation: mattermost-languages-shipped/mattermost-mobile-v2
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile-v2/de/
2023-04-20 12:25:03 +03:00
Kaya Zeren
6405589ab2 Translated using Weblate (Turkish)
Currently translated at 100.0% (1012 of 1012 strings)

Translation: mattermost-languages-shipped/mattermost-mobile-v2
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile-v2/tr/
2023-04-20 12:25:03 +03:00
Kwangoh Moon
0a50fb3c9d Translated using Weblate (Korean)
Currently translated at 54.8% (555 of 1012 strings)

Translation: mattermost-languages-shipped/mattermost-mobile-v2
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile-v2/ko/
2023-04-20 12:25:03 +03:00
Kaya Zeren
10d817c621 Translated using Weblate (Turkish)
Currently translated at 100.0% (1012 of 1012 strings)

Translation: mattermost-languages-shipped/mattermost-mobile-v2
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile-v2/tr/
2023-04-20 12:25:03 +03:00
dsa-t
5450bb0d0c Translated using Weblate (Russian)
Currently translated at 100.0% (1012 of 1012 strings)

Translation: mattermost-languages-shipped/mattermost-mobile-v2
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile-v2/ru/
2023-04-20 12:25:03 +03:00
Yananeer
19449563fe Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (1012 of 1012 strings)

Translation: mattermost-languages-shipped/mattermost-mobile-v2
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile-v2/zh_Hans/
2023-04-20 12:25:03 +03:00
Felipe Nogueira
cc409c45f1 Translated using Weblate (Portuguese (Brazil))
Currently translated at 40.5% (410 of 1012 strings)

Translation: mattermost-languages-shipped/mattermost-mobile-v2
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile-v2/pt_BR/
2023-04-20 12:25:03 +03:00
exbu
6ee1a93dc2 Translated using Weblate (Dutch)
Currently translated at 100.0% (1012 of 1012 strings)

Translation: mattermost-languages-shipped/mattermost-mobile-v2
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile-v2/nl/
2023-04-20 12:25:03 +03:00
Konstantin
c239ad5f49 Translated using Weblate (Russian)
Currently translated at 100.0% (1012 of 1012 strings)

Translation: mattermost-languages-shipped/mattermost-mobile-v2
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile-v2/ru/
2023-04-20 12:25:03 +03:00
Kaya Zeren
6658a3f597 Translated using Weblate (Turkish)
Currently translated at 100.0% (1012 of 1012 strings)

Translation: mattermost-languages-shipped/mattermost-mobile-v2
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile-v2/tr/
2023-04-20 12:25:03 +03:00
Matthew Williams
7838c635f7 Translated using Weblate (English (Australia))
Currently translated at 100.0% (1012 of 1012 strings)

Translation: mattermost-languages-shipped/mattermost-mobile-v2
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile-v2/en_AU/
2023-04-20 12:25:03 +03:00
Dmitry Lyzlov
d3a9b35d42
Added support for self-hosted Sentry (#7230) 2023-04-19 14:58:59 -04:00
Daniel Espino García
a8ee3a1b5a
Fix and unify channel and user list items (#7175)
* Fix channel and user list items

* Fixes on members and create a dm lists

* Fix tutorial and ipad

* Fix test

* Address feedback

* Several fixes on Android

* Fix tests

* Address feedback

* Add more non breaking strings

---------

Co-authored-by: Daniel Espino <danielespino@MacBook-Pro-de-Daniel.local>
2023-04-19 10:13:14 +02:00
Daniel Espino García
67f1a2f0c9
Fix channel not marked as unread on notification entry (#7289) 2023-04-18 16:25:04 -04:00
Elias Nahum
c3ed9d3a4a
Request missing write to storage permission to use the camera on Android 9 and below (#7292) 2023-04-18 13:54:22 -04:00
Daniel Espino García
f50144b15d
Fix channels showing empty (#7291)
* Fix channels showing empty

* Update interface
2023-04-18 12:17:55 -04:00
Elias Nahum
c12f70a3eb
Bump app build number to 466 (#7285)
* Bump app build number to 466

* update fastlane
2023-04-14 18:34:15 -04:00
Ashish Dhama
100a760502
[MM-44655] : Add channel files screen (#7223)
* add channel files screen

* fix filtering

* refactor code and fix style

* add search and some refactoring

* fix lint

* refactoring

* move file filters to files directory

* fix dependecy

* UX fixes and minor memo dependency changes

* fix empty state on Ipad

* fix search issues

* fix lint error

* fix search issue

* fix loading on filter changes

* show different text if no files found when filter is applied

* feedback review

---------

Co-authored-by: Mattermost Build <build@mattermost.com>
Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
2023-04-14 18:33:11 -04:00
Tanmay Vardhaman Thole
265c4fe8a6
[MM-42565] Toast - Follow/Unfollow thread with undo functionality (#7267) 2023-04-14 12:28:03 -04:00
Daniel Espino García
2658d62c9c
Fix file attachment limited to one file (#7280) 2023-04-14 11:12:40 -04:00