Mattermost Build
02a702efe9
Bump app build number to 479 ( #7451 ) ( #7452 )
...
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
(cherry picked from commit bdcca34abf )
Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
2023-07-12 11:37:15 -04:00
Mattermost Build
6b686ab3f8
fix: crash when reactor is missing ( #7448 ) ( #7449 )
...
(cherry picked from commit 40254fba96 )
Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
2023-07-12 10:31:29 -04:00
Mattermost Build
5eea5aec86
Bump app build number to 478 ( #7441 ) ( #7442 )
...
(cherry picked from commit 0d4d6e22ca )
Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
2023-07-07 09:47:00 -04:00
Mattermost Build
4fc9138cee
Fix ios cache ( #7412 ) ( #7439 )
...
* Fix Keychain cache
* Fix
* Fix import
(cherry picked from commit 5ab2f86b66 )
Co-authored-by: Daniel Espino García <larkox@gmail.com>
2023-07-07 11:21:23 +02:00
Mattermost Build
e129b39822
Bump version to 2.6.0 and build to 477 ( #7436 ) ( #7437 )
...
* Bump app version number to 2.6.0
* Bump app build number to 477
(cherry picked from commit d3e576ebed )
Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
2023-07-05 09:51:55 -04:00
Mattermost Build
175680da45
Fix problems related to closing react but keeping other state ( #7405 ) ( #7431 )
...
(cherry picked from commit 0a3f5e5914 )
Co-authored-by: Daniel Espino García <larkox@gmail.com>
2023-06-28 13:22:44 +02:00
Mattermost Build
15e3cf9c5a
Use network APIClient reactContext if already set ( #7426 ) ( #7428 )
...
(cherry picked from commit 72f7c639c7 )
Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
2023-06-27 10:47:06 -04:00
Saturnino Abril
275f40f8d9
CLD-5901 Fix: iOS simulator download link ( #7427 )
...
* fix: iOS simulator download link
* use the S3 bucket name
2023-06-27 07:15:42 -04:00
M-ZubairAhmed
c1ff3277fb
Remove output redirection to resolve stuck behavior in pod-install ( #7393 )
...
* Update postinstall.sh
* rev comments
* Update package-lock.json
* update
---------
Co-authored-by: Mattermost Build <build@mattermost.com>
2023-06-26 15:18:29 -04:00
Daniel Espino García
6929e7a676
Fix edit post input height and looks ( #7366 )
...
Co-authored-by: Mattermost Build <build@mattermost.com>
2023-06-26 11:44:00 +02:00
Harshil Sharma
346c4424b0
Merge pull request #7415 from mattermost/priority_text_change
...
Updated text in post priority popover
2023-06-26 13:13:36 +05:30
Elias Nahum
ef2c12e954
Update Dependencies ( #7409 )
...
* dev dependencies
* update deps
* update wdb
* update more deps
* update detox deps
* update logs for database batch
* fix jest setup
2023-06-21 13:40:23 -04:00
Daniel Espino García
bcc59d5adf
Bump version to 2.5.1 build 476 ( #7421 )
...
* Bump app version number to 2.5.1
* Bump app build number to 476
2023-06-21 17:25:14 +02:00
Daniel Espino García
a01f3be8e7
Bump react-native-network-client to 1.3.4 ( #7420 )
...
* Bump react-native-network-client to 1.3.4
* update Podfile
2023-06-21 17:14:36 +02:00
Dmitry Lyzlov
cc2728aaa8
Added localization into iOS share extension ( #7351 )
2023-06-21 12:42:31 +02:00
Daniel Espino García
cffe80b442
Fix fetching unreads from archived channels, fetching groups on unlicensed servers and logs ( #7406 )
2023-06-20 13:52:05 -04:00
Elias Nahum
01c9e1ab01
Fix image attachment overlap ( #7416 )
2023-06-20 11:58:04 -04:00
Daniel Espino García
0bfa4e429c
Fix MarkThreadAsRead on notifications ( #7417 )
2023-06-20 16:24:03 +02:00
Daniel Espino García
21a4f606b4
Add badge to thread screen ( #7404 )
...
* Add mention badge to global threads and threads screens
* Tablet fix
* Remove changes on Thread screen
2023-06-20 09:37:24 +02:00
Harshil Sharma
8bb0bac49e
Update app/screens/post_priority_picker/utils.ts
...
Co-authored-by: Daniel Espino García <larkox@gmail.com>
2023-06-19 15:37:56 +05:30
Harshil Sharma
1c6195e1bb
Lint fix
2023-06-19 15:04:55 +05:30
Harshil Sharma
5b86c080df
restores package lock
2023-06-19 13:30:31 +05:30
Elias Nahum
25f8773cc4
set path and name for unsigned builds ( #7413 )
2023-06-16 12:02:34 -04:00
Antonis Stamatiou
c948c4b0ee
fix: Fix expected names for releases ( #7410 )
2023-06-16 10:41:26 -04:00
Antonis Stamatiou
b9e1f3df2f
fix: fastlane working dir ( #7407 )
2023-06-16 09:15:13 -04:00
Harshil Sharma
0b591264b2
WIP
2023-06-16 16:02:53 +05:30
Christopher Poile
81dd44ae09
MM-52653 - Calls: Attach call to existing thread on /call start ( #7338 )
...
* send rootId when starting a call from a thread
* allow join to start calls in threads and with thread titles
2023-06-15 10:08:50 -04:00
Christopher Poile
dbd943ab8d
MM-52949 - Calls: Blank screen after ending a call and exiting its thread ( #7380 )
...
* remove thread and call screen
* simplify how we remove the call screen
---------
Co-authored-by: Mattermost Build <build@mattermost.com>
2023-06-12 08:55:48 -04:00
Elias Nahum
61a83cf423
Bump app build number to 475 ( #7402 )
2023-06-09 14:47:47 -04:00
Elias Nahum
a27ad43394
Fix onViewableItemsChanged item id ( #7400 )
2023-06-09 14:40:32 -04:00
Elias Nahum
cc176f6f98
fix env var for sentry project android ( #7398 )
2023-06-09 10:38:16 -04:00
Elias Nahum
817cfc8acd
Bump build to 474 ( #7396 )
...
* update fastlane
* Bump app build number to 474
2023-06-09 09:33:15 -04:00
Antonis Stamatiou
8d475d8a36
feat: Migrate to Github Actions ( #7394 )
2023-06-08 16:02:59 +03:00
Daniel Espino García
2ba650c27a
Bump build 473 ( #7389 )
...
* Bump app version number to 2.5.0
* Bump app build number to 473
2023-06-02 20:08:08 +02:00
Daniel Espino García
e365824567
Native fetch users on attachments ( #7382 )
...
* Native side of fetching users from attachments text and pretext
* iOS native
* Address feedback
2023-06-02 16:25:54 +02:00
Elias Nahum
7105320855
Remove double text for SSO login method ( #7385 )
2023-06-02 10:23:14 -04:00
Daniel Espino García
841db48a86
Improve status sync ( #7379 )
2023-06-02 15:31:00 +02:00
Daniel Espino García
8647d948db
Fix bad use of updatelocaluser on fetchChannelMember ( #7381 )
2023-06-02 15:30:36 +02:00
Elias Nahum
0d743bb286
conditionally set the current user status ( #7383 )
2023-06-01 12:40:33 -04:00
Daniel Espino García
20dfb4f406
Fix issue with missing post headers on threads ( #7378 )
...
* Fix issue with missing post headers on threads
* Fix lint
2023-05-31 11:42:20 -04:00
Daniel Espino García
0030381a93
Bump app build number to 472 ( #7375 )
2023-05-26 18:35:07 +02:00
Daniel Espino García
825e70d945
Substitute Google Play icon on Fastlane ( #7374 )
2023-05-26 14:54:46 +02:00
Harrison Healey
aa54d72a01
MM-52888 Always load users mentioned in message attachments ( #7361 )
2023-05-25 13:47:09 -04:00
Daniel Espino García
9b2c68985a
Fix all references to mention color on "login" screens ( #7364 )
...
* Fix all references to mention color on "login" screens
* Add missing change
2023-05-25 10:51:07 +02:00
Daniel Espino García
5d20b26b73
Add license checks to several groups calls ( #7369 )
2023-05-24 12:29:48 +02:00
Daniel Espino García
b6f62e35fb
Remove unneeded padding on the FindChannels screen on Android ( #7368 )
...
* Remove unneeded padding on the FindChannels screen on Android
* Refactor keyboard overlap
2023-05-23 17:33:37 -04:00
Daniel Espino García
66d84ee97b
Patch _dropUndefinedKeys to limit the depth ( #7363 )
2023-05-23 17:29:39 -04:00
Daniel Espino García
0a89ac7cf3
Fix minor error on marking threads as read ( #7355 )
2023-05-23 17:40:07 +02:00
Daniel Espino García
83e5ca835d
Fix Save button not appearing on edit post screen ( #7360 )
2023-05-23 17:39:27 +02:00
Daniel Espino García
3cad740d67
Update .lock files ( #7367 )
2023-05-23 17:36:48 +02:00