Commit graph

1490 commits

Author SHA1 Message Date
Elias Nahum
2e0cdebfd0
Add M1/2 support for npm scripts (#7263) 2023-04-03 13:00:51 -04:00
Elias Nahum
6534feb298
Fix search results order (#7264) 2023-04-03 12:52:56 -04:00
Ashish Dhama
11b5b0983e
update database docs for v2 (#7250) 2023-04-03 08:47:50 -04:00
Konstantin
f52f3e50f5 Translated using Weblate (Russian)
Currently translated at 99.9% (1011 of 1012 strings)

Translation: mattermost-languages-shipped/mattermost-mobile-v2
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile-v2/ru/
2023-04-03 14:10:03 +03:00
master7
6c8b301239 Translated using Weblate (Polish)
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/pl/
2023-04-03 14:10:03 +03:00
Frank Tang
44f2a76414 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-03 14:10:03 +03:00
Ji-Hyeon Gim
5af1b3cf95 Translated using Weblate (Korean)
Currently translated at 55.0% (557 of 1012 strings)

Translation: mattermost-languages-shipped/mattermost-mobile-v2
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile-v2/ko/
2023-04-03 14:10:03 +03:00
jprusch
f4cd385bb7 Translated using Weblate (German)
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/de/
2023-04-03 14:10:03 +03:00
Hosted Weblate
065af873f8 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-03 14:10:03 +03:00
Vadim Kazantsev
5184c93cab Translated using Weblate (Russian)
Currently translated at 100.0% (1008 of 1008 strings)

Translation: mattermost-languages-shipped/mattermost-mobile-v2
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile-v2/ru/
2023-04-03 14:10:03 +03:00
Frank Tang
e87ebdb354 Translated using Weblate (Chinese (Simplified))
Currently translated at 96.7% (975 of 1008 strings)

Translation: mattermost-languages-shipped/mattermost-mobile-v2
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile-v2/zh_Hans/
2023-04-03 14:10:03 +03:00
Frank Tang
fc328e0656 Translated using Weblate (Chinese (Simplified))
Currently translated at 90.0% (908 of 1008 strings)

Translation: mattermost-languages-shipped/mattermost-mobile-v2
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile-v2/zh_Hans/
2023-04-03 14:10:03 +03:00
Felipe Nogueira
35ca69cc8d Translated using Weblate (Portuguese (Brazil))
Currently translated at 38.3% (387 of 1008 strings)

Translation: mattermost-languages-shipped/mattermost-mobile-v2
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile-v2/pt_BR/
2023-04-03 14:10:03 +03:00
Frank Tang
59f7207dad Translated using Weblate (Chinese (Simplified))
Currently translated at 82.4% (831 of 1008 strings)

Translation: mattermost-languages-shipped/mattermost-mobile-v2
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile-v2/zh_Hans/
2023-04-03 14:10:03 +03:00
Pantelis Vratsalis
70fe01f295
Bump version to 2.3.0 and build number to 464 (#7256)
* Bump app version number to 2.3.0

* Bump app build number to 464
2023-03-31 07:47:58 -03:00
Elias Nahum
5a8de38e9f
revert changes made to in_app_notifications (#7255) 2023-03-31 07:33:31 -03:00
Daniel Espino García
a3e5a989d0
Bump react-native-network-client to version 1.3.3 (#7249) 2023-03-31 09:53:21 +02:00
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
Amy Blais
61010b8368
Update NOTICE.txt (#7241)
* Update NOTICE.txt

* Update NOTICE.txt

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

---------

Co-authored-by: Christopher Poile <cpoile@gmail.com>
2023-03-30 12:54:24 -04:00
Elias Nahum
3ffc85b57d
Enable flipper on iOS (#7247) 2023-03-30 13:50:42 -03:00
Elias Nahum
f44b28deb6
use xcode 14.2.0 on circleCI (#7248) 2023-03-30 13:33:34 -03:00
Daniel Espino García
77095b1034
Add members (#7220)
* Add "Add members" modal

* Refactor into server user list

* Renaming and fixes

* Address feedback

* Add missing change

* Styling fixes for iOS
2023-03-30 11:58:50 -03:00
Elias Nahum
05469207d7
Fix iOS Push notification crashes (#7237) 2023-03-30 09:26:56 -03:00
Kyriakos Z
6472ce1247
MM-49540: drafts migration adding metadata (#7240)
* MM-49540: drafts migration adding metadata

Adds a drafts table migration adding the column "metadata".
This column is going to be primarily used to store the draft's
metadata priority field.

* Addresses review comments
2023-03-30 12:42:52 +03:00
Ashish Dhama
d62c35aae1
Merge pull request #7214 from mattermost/MM-50324_Increase-nickname-character-limit
[MM-50324]: Increase nickname field on UI from 22 to 64 characters
2023-03-30 14:45:42 +05:30
Daniel Espino García
473426180d
Update members count on remove users (#7222)
* Update members count on remove users

* Check for error on removeMemberFromChannel
2023-03-30 11:10:53 +02:00
Ashish Dhama
d25e74bb49
Merge pull request #7227 from mattermost/MM-44655_add-files-count-column-in-channel-info-table
[MM-44655 ]: Add files_count column in ChannelInfo table and DB migration
2023-03-29 23:04:54 +05:30
Mattermost Build
11226c5620
Merge branch 'main' into MM-50324_Increase-nickname-character-limit 2023-03-29 17:51:00 +03:00
Christopher Poile
77f8eedb0a
MM-51227 - Calls: Landscape mode optimizations for screensharing (#7226)
* allow landscape for ios; optimize screensharing view; fix reactions

* UX changes

* UX changes - top bar
2023-03-28 18:00:11 -03:00
Tanmay Vardhaman Thole
4b04df83f9
Tapping on a custom status in the message list opens the users profile card (#7199)
* Tapping on a custom status in the message list opens the users profile card

* Tapping on a custom status in the message list opens the users profile card

* code refactored and reuse functions in headerDisplayName

* fix import

---------

Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
2023-03-28 09:17:22 +02:00
Frank Tang
f43e599604 Translated using Weblate (Chinese (Simplified))
Currently translated at 68.4% (690 of 1008 strings)

Translation: mattermost-languages-shipped/mattermost-mobile-v2
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile-v2/zh_Hans/
2023-03-27 14:08:31 +03:00
Elias Nahum
5bb7238fd1
Bump app build number to 463 (#7232) 2023-03-26 11:20:41 -03:00
Elias Nahum
778513adb8
Prevent in-app notification and snackbar from blocking gestures (#7231) 2023-03-26 11:07:12 -03:00
Eduardo Sellanes
388bb81acd
photo permission alert is not displayed properly (#7228) 2023-03-24 14:50:16 -03:00
Ashish Dhama
4753b2be27 change doc 2023-03-24 19:14:55 +05:30
Christopher Poile
5089157951
prioritize raised hands when sorting participants (#7229) 2023-03-23 09:24:36 -03:00
Daniel Espino García
1235907945
Consider unread when mentions are present regardless of muted state (#7224) 2023-03-22 16:02:27 -04:00
Daniel Espino García
db18151a67
Add debug logs (#7225)
* Add debug logs

* Fix lint
2023-03-22 08:41:59 -03:00
Ashish Dhama
fa32301c1e fix comments 2023-03-22 15:52:47 +05:30
Ashish Dhama
b42c05f226 fix test case 2023-03-22 15:49:55 +05:30
Ashish Dhama
763df58ef8 add files count column in channel info table and db migration 2023-03-22 15:36:57 +05:30
Christopher Poile
c0cb14e927
MM-50010 - Share common calls code between web and mobile (#7211)
* use calls/common rtcpeer; @calls -> @mmcalls

* gitpkg -> standalone github calls-common package

* use new mattermost/calls-common repo; add types to WebSocketMessages

* mmcalls/common -> mattermost/calls; use a version tag
2023-03-21 09:18:45 -04:00
Christopher Poile
c03758f549
clear screensharing state if current screensharer leaves call (#7213) 2023-03-20 10:02:58 -03:00
Christopher Poile
cc51fd905b
MM-51362 - Fix proximity notice engaging after call ended (#7205)
* fix proximity notice engaging after call ended

* remove fork
2023-03-20 09:56:51 -03:00
Kaya Zeren
3b2aa0e298 Translated using Weblate (Turkish)
Currently translated at 100.0% (1008 of 1008 strings)

Translation: mattermost-languages-shipped/mattermost-mobile-v2
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile-v2/tr/
2023-03-20 13:28:32 +02:00
Éric Gaspar
f9452878aa Translated using Weblate (French)
Currently translated at 93.3% (941 of 1008 strings)

Translation: mattermost-languages-shipped/mattermost-mobile-v2
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile-v2/fr/
2023-03-20 13:28:32 +02:00
Ashish Dhama
0ae0800a20 Increase nickname field on UI from 22 to 64 characters 2023-03-17 01:39:51 +05:30
Daniel Espino García
ba523fab15
Fix muted channels not being filtered out on the categories list (#7210) 2023-03-16 11:06:53 +01:00
Daniel Espino García
8ff732a9d6
Fix guest badge not appearing on member list (#7197)
* Fix guest badge not appearing on member list

* Improve performance on role change
2023-03-13 16:39:29 -04:00
Paolo Rossi
ee3edbecfc Translated using Weblate (Italian)
Currently translated at 98.9% (997 of 1008 strings)

Translation: mattermost-languages-shipped/mattermost-mobile-v2
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile-v2/it/
2023-03-13 13:29:39 +02:00