Commit Graph

1088 Commits

Author SHA1 Message Date
Elias Nahum
a610ee47e3 Merge remote-tracking branch 'origin/main' into deps 2022-12-21 20:43:58 +02:00
Elias Nahum
9da7b47827 Show the current channel when category is collapsed on tablets (#6888) 2022-12-21 20:42:45 +02:00
Mattermod
bcb8ffa2d1 Update Licences at Notice.txt to reflect dependency changes. (#6825) 2022-12-21 19:37:15 +02:00
Elias Nahum
f32b2dfeb2 Perform search when hashtag is pressed (#6893)
* Perform search when hashtag is pressed

* PM feedback review
2022-12-21 19:35:34 +02:00
Avinash Lingaloo
92ca1e3704 Sentry fixes (#6830) 2022-12-21 19:34:44 +02:00
Elias Nahum
58b78ec27a use correct syntax highlight styles for github code theme (#6895) 2022-12-21 16:00:38 +02:00
Daniel Espino García
25291b04f1 Fix server unreachable message showing too often (#6890) 2022-12-20 22:35:12 +02:00
Elias Nahum
7663276710 Trigger tab bar animation earlier (#6889) 2022-12-20 22:33:12 +02:00
Kyriakos Z
bf5783252e MM-49219: fixes post priority (#6880)
We have changed how priority gets saved in the server, so now instead of
post.props we are using post.metadata.priority.
This commit adds the relevant changes for posts' priority to work in the
mobile app.
2022-12-20 21:54:25 +02:00
Anurag Shivarathri
4206764881 Fix (#6887) 2022-12-20 11:44:00 +02:00
Elias Nahum
3de85b2bd1 iOS notifications badge and posts in channel/thread (#6885) 2022-12-20 11:43:30 +02:00
Elias Nahum
0f1a29e2da Do not show favorites category if it only contain archived channels (#6881) 2022-12-20 11:42:50 +02:00
Elias Nahum
b01a5bfab8 use matchDeepLink result for relative links (#6882) 2022-12-20 11:42:02 +02:00
Elias Nahum
a9464c365e Show newer pinned posts first (#6884) 2022-12-20 11:41:01 +02:00
Elias Nahum
712324c756 Remove lineHeight from post so that it does not break inline images (#6883) 2022-12-20 07:09:27 +04:00
Elias Nahum
dce8452263 update dependencies 2022-12-19 23:46:55 +02:00
Daniel Espino García
315e2c276f Fix terms of service (#6879)
* Fix terms of service

* Close terms of service when they are accepted
2022-12-19 21:57:01 +02:00
Elias Nahum
88fde2cc5e Restyle video playback error (#6871)
* Restyle video playback error

* video not shown when attached with multiple files and thumb fails

* update local path when saving and sharing a file

* feedback review
2022-12-19 21:29:11 +02:00
Konstantin
f7e7ffdc2c Translated using Weblate (Russian)
Currently translated at 100.0% (933 of 933 strings)

Translation: mattermost-languages-shipped/mattermost-mobile-v2
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile-v2/ru/
2022-12-19 17:54:43 +02:00
master7
afc5219629 Translated using Weblate (Polish)
Currently translated at 100.0% (933 of 933 strings)

Translation: mattermost-languages-shipped/mattermost-mobile-v2
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile-v2/pl/
2022-12-19 17:54:43 +02:00
kaakaa
96bea4b826 Translated using Weblate (Japanese)
Currently translated at 100.0% (933 of 933 strings)

Translation: mattermost-languages-shipped/mattermost-mobile-v2
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile-v2/ja/
2022-12-19 17:54:43 +02:00
jprusch
a72cae8ff2 Translated using Weblate (German)
Currently translated at 100.0% (933 of 933 strings)

Translation: mattermost-languages-shipped/mattermost-mobile-v2
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile-v2/de/
2022-12-19 17:54:43 +02:00
kaakaa
a231b72079 Translated using Weblate (Japanese)
Currently translated at 94.6% (881 of 931 strings)

Translation: mattermost-languages-shipped/mattermost-mobile-v2
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile-v2/ja/
2022-12-19 17:54:43 +02:00
Daniel Espino García
191a640007 Show loading only when team channels are being loaded (#6872)
* Show loading only when team channels are being loaded

* Fix tests

* Remove unneeded event

* Refactor into using hooks
2022-12-19 12:25:23 +01:00
Daniel Espino García
63e6b0f626 Fix MM46418 (#6796) 2022-12-19 10:32:05 +01:00
Anurag Shivarathri
724d72d98a [MM-47483] Activity Indicator while loading thread posts (#6865)
* Fix

* Addressing feedback

* Disabled pull to refresh when thread is being fetched

* Test fail fix

* Feedback changes
2022-12-17 01:15:22 +05:30
Yusuke Nemoto
4e7e37499d Fix message id (#6875)
* Fix message id

Id `mobile.calls_call_thread` is conflicted with other message. This id should be `mobile.calls_open_channel`.

* Update en.json
2022-12-16 13:09:47 -05:00
Avinash Lingaloo
bd6c363d82 Bump app build number to 444 (#6876) 2022-12-16 20:59:40 +04:00
Elias Nahum
e294b07418 Add DeepLink support (#6869) 2022-12-16 18:57:15 +02:00
Elias Nahum
aff0de5a13 Resume keyboard tracking on mount (#6874) 2022-12-16 12:19:58 +02:00
Elias Nahum
3e48e47282 remove unused scripts from package.json (#6870) 2022-12-15 14:18:12 +02:00
Elias Nahum
b28e21a272 standardize user-agent (#6866) 2022-12-15 14:15:16 +02:00
Elias Nahum
f51557bcd1 Improve cold start (#6868) 2022-12-15 13:56:46 +02:00
Joseph Baylon
f120282465 Detox/E2E: Fix android detox build and upgrade simulator to iPhone 14 (#6864)
* Detox/E2E: Fix android detox build

* Upgrade to sim iPhone 14
2022-12-14 12:54:49 -08:00
Avinash Lingaloo
26d32285e5 Bump app build number to 443 (#6862) 2022-12-13 14:36:11 +04:00
Elias Nahum
25ee7db6ef Fix caret position on search phrase (#6861) 2022-12-13 14:15:19 +04:00
Elias Nahum
917ea371a0 Fix ios keyboard tracking and profile status theme (#6859)
* add listener when screen is popped

* Fix profile status theme
2022-12-13 09:14:39 +02:00
Saturnino Abril
ec7066ad06 Combine fastlane for iOS unsigned and simulator and enable build of iOS simulator both in release and PR (#6854)
* combine fastlane for ios unsigned and simulator and enable build of ios simulator both in release and pr

* revert changes to circleci
2022-12-13 05:58:11 +08:00
Toomore Chiang
602bb0984b Translated using Weblate (Chinese (Traditional))
Currently translated at 29.3% (273 of 931 strings)

Translation: mattermost-languages-shipped/mattermost-mobile-v2
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile-v2/zh_Hant/
2022-12-12 17:35:56 +02:00
Kaya Zeren
f22ce8bc6a Translated using Weblate (Turkish)
Currently translated at 91.6% (853 of 931 strings)

Translation: mattermost-languages-shipped/mattermost-mobile-v2
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile-v2/tr/
2022-12-12 17:35:56 +02:00
MArtin Johnson
06897c0c31 Translated using Weblate (Swedish)
Currently translated at 100.0% (931 of 931 strings)

Translation: mattermost-languages-shipped/mattermost-mobile-v2
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile-v2/sv/
2022-12-12 17:35:56 +02:00
Matthew Williams
73a47556ce Translated using Weblate (English (Australia))
Currently translated at 99.7% (929 of 931 strings)

Translation: mattermost-languages-shipped/mattermost-mobile-v2
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile-v2/en_AU/
2022-12-12 17:35:56 +02:00
master7
8aec5fb14d Translated using Weblate (Polish)
Currently translated at 100.0% (931 of 931 strings)

Translation: mattermost-languages-shipped/mattermost-mobile-v2
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile-v2/pl/
2022-12-12 17:35:56 +02:00
Daniel Espino García
28526034d4 Refactor makeStylesFromTheme to use the correct types (#6801)
* Refactor makeStylesFromTheme to use the correct types

* Address feedback
2022-12-12 10:53:54 +01:00
Avinash Lingaloo
e0f9ea3f95 Bump app build number to 442 (#6857) 2022-12-09 23:33:28 +04:00
Jason Frerich
795038c56f use the width as a dependency instead of dimensions reference (#6852) 2022-12-09 21:24:58 +02:00
Jason Frerich
67ff0d2d53 [MM-48951] Add flex to text so that it shrinks and allows icons to take precedence (#6853) 2022-12-09 13:14:47 -06:00
Daniel Espino García
8a8a888420 Fix issues when removing a user from a team (#6855) 2022-12-09 21:08:45 +02:00
Jason Frerich
2524a5be47 [MM-48192, MM-48279] Search - don't reset file filter when a user changes teams. (#6833) 2022-12-09 12:54:24 -06:00
Daniel Espino García
4482bd481e Fix foldable devices by not allowing tablet mode on android (#6856) 2022-12-09 22:29:34 +04:00