Commit graph

2333 commits

Author SHA1 Message Date
unified-ci-app[bot]
1a2faccb7f
Bump app build and version number (#8031)
Some checks failed
github-release / test (push) Has been cancelled
github-release / build-ios-unsigned (push) Has been cancelled
github-release / build-android-unsigned (push) Has been cancelled
github-release / release (push) Has been cancelled
* Bump app build number to 529

* Bump app version number to 2.17.1

---------

Co-authored-by: runner <runner@Mac-1718801613616.local>
2024-06-19 15:18:45 +02:00
Mattermost Build
5e3c6eec8f
fix android push notifications when app is closed (#7989) (#8030)
(cherry picked from commit e5ce796770)

Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
2024-06-19 14:48:47 +02:00
unified-ci-app[bot]
0c5ca33a10
Bump app build number to 525 (#7986)
Co-authored-by: runner <runner@Mac-1717190520036.local>
2024-06-03 12:45:17 +02:00
Mattermost Build
765ee984ac
Fix user autocomplete not showing users not in channel (#7980) (#7985) 2024-06-01 05:29:11 +08:00
Mattermost Build
91910693af
fix update image on account screen when updating profile image (#7978) (#7983)
(cherry picked from commit 83e4aba522)

Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
2024-05-31 17:09:36 +02:00
Mattermost Build
c9314b2315
Fix user autocomplete not always showing on search screen (#7977) (#7979)
(cherry picked from commit 663f9ba01a)

Co-authored-by: Daniel Espino García <larkox@gmail.com>
2024-05-31 09:14:26 +02:00
Mario Vitale
d0aa643e94
Manual cherrypick of PR7959 (#7960)
Co-authored-by: unified-ci-app[bot] <121569378+unified-ci-app[bot]@users.noreply.github.com>
2024-05-17 14:50:07 +02:00
Mattermost Build
230efe1eb9
Update README.md (#7946) (#7955)
* Update README.md

* Update full_description.txt

* Update changelog

(cherry picked from commit 08c38259cb)

Co-authored-by: Amy Blais <29708087+amyblais@users.noreply.github.com>
2024-05-16 14:43:43 +02:00
Mattermost Build
444ca1c7b5
[MM-57460] - Calls: Host controls, add mute all to participant list (#7945) (#7948)
* add mute all to participant list

* i18n

* hostControlsAvailable

* mute-all -> mute-others

(cherry picked from commit 59db1839ec)

Co-authored-by: Christopher Poile <cpoile@gmail.com>
2024-05-10 16:59:21 -04:00
Mattermost Build
4d9b298187
[MM-58129] Calls: Host controls remove participant, view profile (#7938) (#7947)
* host remove command, host removed feedback

* add view profile control

* i18n; dismissBottomSheet later

* PR comments

* remove confusing setPreviousCall(null)

* our own separator, bit more space for Android

* no need for previousCall due to changes on server

* move host removed alert to an error

* channel_id is not send via the msg.broadcast

* channel_id is still sent via the msg.broadcast

(cherry picked from commit 7fbd2e52e2)

Co-authored-by: Christopher Poile <cpoile@gmail.com>
2024-05-10 16:50:56 -04:00
Daniel Espino García
4992a96891
Avoid race condition setting the badge number when the app is in the background (#7925) 2024-05-10 09:21:32 +02:00
Daniel Espino García
22e21a4026
Fix notification impeding the input in the rest of the app (#7942) 2024-05-09 13:02:22 +02:00
Daniel Espino García
25326a623a
Fix server options text by in Quartz theme (#7944) 2024-05-09 12:07:04 +02:00
Daniel Espino García
82713830de
Fix more messages style (#7943) 2024-05-09 12:06:46 +02:00
unified-ci-app[bot]
c27abc9986
Bump app build number to 520 (#7941)
Co-authored-by: runner <runner@Mac-1715088900980.local>
2024-05-07 15:50:03 +02:00
Amy Blais
9ed31e8fe3
Update NOTICE.txt (#7936) 2024-05-07 08:06:25 -04:00
Elias Nahum
1fd32bbab5
MM-58137 Fix crash by importing the correct Animated component (#7937) 2024-05-07 17:56:08 +08:00
Christopher Poile
2eb8adb3f6
[MM-57958] Calls: Host controls: stop screenshare, mute, lower hand (#7929)
* add muteSession & stopScreenshare controls; obey mute host ctrl

* lower hand host control; obey lower hand ws msg

* no need to await host api call
2024-05-06 15:14:40 -04:00
Hosted Weblate
ce485bbde0 Update translation files
Updated by "Cleanup translation files" hook in Weblate.

Translation: Mattermost/mattermost-mobile-v2
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile-v2/
2024-05-06 16:04:39 +03:00
jprusch
a486e8c376 Translated using Weblate (German)
Currently translated at 100.0% (1127 of 1127 strings)

Translation: Mattermost/mattermost-mobile-v2
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile-v2/de/
2024-05-06 16:04:39 +03:00
kaakaa
3983ef9063 Translated using Weblate (Japanese)
Currently translated at 100.0% (1126 of 1126 strings)

Translation: Mattermost/mattermost-mobile-v2
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile-v2/ja/
2024-05-06 16:04:39 +03:00
Matthew Williams
9edef14eae Translated using Weblate (English (Australia))
Currently translated at 100.0% (1126 of 1126 strings)

Translation: Mattermost/mattermost-mobile-v2
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile-v2/en_AU/
2024-05-06 16:04:39 +03:00
Elias Nahum
9c69ab05dc
disable Flipper on iOS (#7855)
Co-authored-by: Mattermost Build <build@mattermost.com>
2024-05-06 18:05:31 +08:00
Daniel Espino García
b4a3d7ff4d
Fix MM57562 (#7920)
* Fix MM57562

* fix: Add proper java version for android build

---------

Co-authored-by: Antonis Stamatiou <stamatiou.antonis@gmail.com>
2024-05-06 12:02:12 +02:00
Elias Nahum
b43cdd6fea
fix localization (#7933) 2024-05-06 18:00:30 +08:00
Daniel Espino García
b98c184e7c
Fix gallery footer author image showing old image (#7910)
* Fix gallery footer author image showing old image

* Fix tests

* Address feedback

* Fix tests and minor refactor
2024-05-06 12:00:19 +02:00
Daniel Espino García
a6d043670a
Properly unset the active channel in the server (#7919) 2024-05-06 10:46:20 +02:00
Ilya Polozov
105073ce76
Prioritize @ autocomplete results based on recency and thread activity (#7506)
* changed autocomplete results on recency

* fixed issues

* fixed imports, moved get fucn to queries folder

* fixed en.json file

* fixed lint promblems

---------

Co-authored-by: Ilia Polozov <ilya.polozov@onza.me>
2024-05-06 10:45:44 +02:00
unified-ci-app[bot]
8799f2bb55
Bump app build number to 519 (#7921)
Co-authored-by: runner <runner@Mac-1714114726289.local>
2024-05-06 07:16:13 +02:00
Daniel Espino García
9070c27349
Use Java 17 in CI (#7930) 2024-05-03 11:08:19 +03:00
Christopher Poile
c009013356
[MM-58074] Calls: Fix crashing app when starting/joining call (#7926) 2024-05-01 11:15:42 -04:00
MArtin Johnson
4f34fcea7a Translated using Weblate (Swedish)
Currently translated at 100.0% (1126 of 1126 strings)

Translation: Mattermost/mattermost-mobile-v2
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile-v2/sv/
2024-04-29 21:34:39 +03:00
ThrRip
66cd49d6fa Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (1126 of 1126 strings)

Translation: Mattermost/mattermost-mobile-v2
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile-v2/zh_Hans/
2024-04-29 21:34:39 +03:00
Konstantin
b83714cc82 Translated using Weblate (Russian)
Currently translated at 100.0% (1126 of 1126 strings)

Translation: Mattermost/mattermost-mobile-v2
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile-v2/ru/
2024-04-29 21:34:39 +03:00
master7
8a0e03fed5 Translated using Weblate (Polish)
Currently translated at 100.0% (1126 of 1126 strings)

Translation: Mattermost/mattermost-mobile-v2
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile-v2/pl/
2024-04-29 21:34:39 +03:00
Tom De Moor
84a017ca73 Translated using Weblate (Dutch)
Currently translated at 100.0% (1126 of 1126 strings)

Translation: Mattermost/mattermost-mobile-v2
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile-v2/nl/
2024-04-29 21:34:39 +03:00
jprusch
1db4d9638f Translated using Weblate (German)
Currently translated at 100.0% (1126 of 1126 strings)

Translation: Mattermost/mattermost-mobile-v2
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile-v2/de/
2024-04-29 21:34:39 +03:00
Konstantin
5d30a85057 Translated using Weblate (Russian)
Currently translated at 100.0% (1123 of 1123 strings)

Translation: Mattermost/mattermost-mobile-v2
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile-v2/ru/
2024-04-29 21:34:39 +03:00
MArtin Johnson
bd6f71abb6 Translated using Weblate (Swedish)
Currently translated at 100.0% (1123 of 1123 strings)

Translation: Mattermost/mattermost-mobile-v2
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile-v2/sv/
2024-04-29 21:34:39 +03:00
master7
47cbcb07ba Translated using Weblate (Polish)
Currently translated at 100.0% (1123 of 1123 strings)

Translation: Mattermost/mattermost-mobile-v2
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile-v2/pl/
2024-04-29 21:34:39 +03:00
Tom De Moor
12b6695f90 Translated using Weblate (Dutch)
Currently translated at 100.0% (1123 of 1123 strings)

Translation: Mattermost/mattermost-mobile-v2
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile-v2/nl/
2024-04-29 21:34:39 +03:00
Jihyeon Gim
7118f9d678 Translated using Weblate (Korean)
Currently translated at 96.5% (1084 of 1123 strings)

Translation: Mattermost/mattermost-mobile-v2
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile-v2/ko/
2024-04-29 21:34:39 +03:00
jprusch
76b02948c2 Translated using Weblate (German)
Currently translated at 100.0% (1123 of 1123 strings)

Translation: Mattermost/mattermost-mobile-v2
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile-v2/de/
2024-04-29 21:34:39 +03:00
Sharuru
05c8026e74 Translated using Weblate (Chinese (Simplified))
Currently translated at 99.9% (1122 of 1123 strings)

Translation: Mattermost/mattermost-mobile-v2
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile-v2/zh_Hans/
2024-04-29 21:34:39 +03:00
Christopher Poile
c071eaf617
[MM-57707] - Calls: Add host controls menu (#7905)
* add host controls screen; add control for make host

* licensing & host logic

* refactor participant card; dynamic profile sizing; PR comments

* render participant name and profile changes in ParticipantsList

* package-lock update after rebase onto main

* use config's HostControlsAllowed
2024-04-24 17:23:23 -04:00
Daniel Espino García
c5e6e34fea
Fix MM 56723 (#7883)
* Fix MM 56723 (iOS)

* Add android

* Android fixes and version checking

* Add version check to ios

* Address feedback

* Add all versions to android

* Check all versions on iOS

* Fix unhandled version case

* Add comments

* Add final version numbers
2024-04-24 17:12:56 +02:00
Matthew Birtch
205816cb93
MM-37809 Update Default Themes (#7907) 2024-04-24 06:54:09 +08:00
Aaron Hopkins
42b36b2e1e
Update post_options.tsx (#7912)
[MM-52675] Use message_source in copy text action (#26674)
2024-04-23 12:07:53 +02:00
Christopher Poile
1774445715
[MM-57706] Calls: Participants list for call screen (#7895)
* Add participants bottom sheet to call screen

* i18n

* fix ruby-version

* use tag instead of host_badge

* extract Participant, use FlatList

* fix for android

* android participants list close button
2024-04-22 11:01:18 -04:00
Milo Ivir
a41c3a149e Translated using Weblate (Croatian)
Currently translated at 46.2% (518 of 1121 strings)

Translation: Mattermost/mattermost-mobile-v2
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile-v2/hr/
2024-04-22 08:34:23 -04:00