Commit Graph

703 Commits

Author SHA1 Message Date
Avinash Lingaloo
d469ffedfd Bump app build number to 424 (#6632) 2022-09-09 21:01:05 +04:00
Christopher Poile
38b68733d0 MM-45755 - Calls: Unmute automatically in DM or GM channels (#6627)
* unmute in dm or gm channels

* refactor leave_and_join

* waitForReady -> waitForPeerConnection; 10ms -> 200ms check frequency
2022-09-08 13:40:55 -04:00
Daniel Espino García
9ab4c935ef Fix autocomplete not scrolling in search in Android (#6596) 2022-09-08 04:39:15 -03:00
Elias Nahum
72d12ae1ac Fix account screen scrollable options (#6622) 2022-09-07 08:48:38 -03:00
Daniel Espino García
1597f86aa3 Add fallback to rest on websocket reconnect (#6624) 2022-09-07 06:55:31 -03:00
Elias Nahum
5a9bba4919 Adjust bottomSheet height for iOS devices without insets (#6621) 2022-09-07 05:45:35 -03:00
Anurag Shivarathri
1fd475aaf1 fix (#6623) 2022-09-06 19:59:06 -03:00
Elias Nahum
a819bfc820 add file logger (#6618) 2022-09-06 10:42:09 -03:00
Elias Nahum
9fd8781808 parse deep link only if hostname matches (#6619) 2022-09-06 10:40:51 -03:00
Elias Nahum
335ec0c588 Bump app build number to 422 (#6617) 2022-09-03 04:57:35 -04:00
Elias Nahum
096b29cb27 Do not close bottom sheet before is displayed 2022-09-03 04:46:55 -04:00
Elias Nahum
b3ad01d374 disable push notification update post/thread since while in the background 2022-09-03 04:28:31 -04:00
Elias Nahum
94f7f3e1c2 disable native exception capture 2022-09-03 04:26:59 -04:00
Elias Nahum
68da0cc8a5 Gekidou fix unsigned builds (#6614) 2022-09-02 10:46:44 -04:00
Daniel Espino García
18193f3c91 Add missing GQL fields (#6616) 2022-09-02 10:45:59 -04:00
Elias Nahum
0d7cc9fa75 Patch RNNotification Android (#6615) 2022-09-02 10:45:23 -04:00
Daniel Espino García
de328f0ebe Fix login crash when ExtendedSessionLengthWithActivity === false (#6605)
Co-authored-by: Daniel Espino <danielespino@MacBook-Pro-de-Daniel.local>
2022-09-02 08:32:29 -04:00
Elias Nahum
851b0fcc0a MM-46300 Clear cached images on logout (#6582) 2022-09-02 08:11:58 -04:00
Daniel Espino García
b42710759a Fix notification entry on graphQL (#6608)
Co-authored-by: Daniel Espino <danielespino@MacBook-Pro-de-Daniel.local>
2022-09-02 07:57:47 -04:00
Joseph Baylon
fab4c1a216 Detox/E2E: Add custom test sequencer (#6611)
* Detox/E2E: Add custom test sequencer

* Fix lint

* Added explicit dev dependency on sequencer
2022-09-01 07:56:31 -07:00
Daniel Espino García
e0828d6a74 Added missing field to gql query (#6607) 2022-09-01 07:54:17 -04:00
Christopher Poile
f6c3dabc57 MM-46685 MM-45753 - Fix voice activity indicator and Android speakerphone (#6606)
* voice activity indicator fix

* fix android speakerphone
2022-08-31 15:50:25 -04:00
Malik
e47dd24e19 Merge pull request #6600 from mattermost/detox-profile-status-settings
Detox/E2E: Edit Profile, Custom Status, and Settings e2e tests in Gekidou
2022-08-31 15:29:20 -04:00
Elias Nahum
fa24f4a5e4 Bump app build number to 421 (#6604) 2022-08-30 00:13:00 -04:00
Joseph Baylon
eaa09cbf66 Gekidou: Create patches for node modules failing on android build (#6603)
* Gekidou: Create patches for node modules failing on android build

* Trim unnecessary data from patch
2022-08-29 12:59:19 -07:00
Daniel Espino García
5c061eac42 Fix loading unreads not stopping with GraphQL (#6601) 2022-08-29 08:52:25 -04:00
Joseph Baylon
5b14d31245 Fixed/stabilized tests; added new known issue tickets 2022-08-26 09:28:14 -07:00
Joseph Baylon
8d7b15da51 Detox/E2E: Edit Profile, Custom Status, and Settings e2e tests in Gekidou 2022-08-25 17:42:41 -07:00
Daniel Espino García
c051e94b6e Fix MFA when introducing wrong token or having no teams (#6599) 2022-08-25 15:46:02 +02:00
Jason Frerich
d88bf8e535 [Gekidou MM-46370] Fix slow response time which switching between files and messages tabs (#6579) 2022-08-25 08:27:55 -05:00
Elias Nahum
f9e37c37af Fix bottom sheet backdrop (#6595) 2022-08-25 09:07:57 -04:00
Elias Nahum
37e13b81b5 fix option box minHeight so that it fits on iPhone SE (#6588) 2022-08-24 08:55:26 -04:00
Avinash Lingaloo
afa38ddee6 MM-46443 : Gekidou - removes save button on settings screens (#6583) 2022-08-24 08:54:40 -04:00
Anurag Shivarathri
dba66832a3 Fixes (#6592) 2022-08-24 08:54:22 -04:00
Daniel Espino García
f874279d87 Make it so a space after autocomplete channels and users closes the autocomplete (#6589) 2022-08-23 09:56:04 +02:00
Elias Nahum
1035a3c2e0 Remove storybook unneeded files 2022-08-22 06:17:51 -04:00
Elon Volo
e6104bd6d3 [Gekidou] Solidarity poc (#6394)
* [Gekidou] Solidarity poc

* solidarity tweaks

* Fix npm install failing with npm higher than 8.5.5

Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
2022-08-22 06:13:35 -04:00
Elias Nahum
2703407e3a Bump app build number to 420 (#6587) 2022-08-20 09:57:51 -04:00
Jason Frerich
08ecc19185 [Gekidou MM-46342] Search screen - handle loading spinner in results screen (#6575) 2022-08-20 09:03:06 -04:00
Avinash Lingaloo
bdd09607c8 Gekidou - fix about screen - wrong i18n key (#6586)
* added schemaVersion and fix wrong i18n id

* i18n extract
2022-08-20 08:58:06 -04:00
Christopher Poile
d30b97ba99 MM-45747 - Cloud freemium limits & Max participants limits (#6578) 2022-08-20 08:57:14 -04:00
Christopher Poile
1692687c32 display multiple speakers in call screen UI (#6585) 2022-08-20 08:56:44 -04:00
Elias Nahum
c2f5092678 [Gekidou] refactor clean notifications (#6566) 2022-08-19 16:29:15 -04:00
Joseph Baylon
25ae8fdb88 Detox/E2E: Account e2e tests in Gekidou (#6584)
* Detox/E2E: Account e2e tests in Gekidou

* Fix suite title

* Changed ldap port to number

* Fix testIDs for settings

* Added zephyr test case keys
2022-08-18 03:18:46 -07:00
Elias Nahum
1fa248b5a7 [Gekidou] Fix mimeType undefined in isImage utility (#6581)
* Fix mimeType undefined in isImage utility

* Apply suggestion

Co-authored-by: Jason Frerich <jason.frerich@mattermost.com>

* remove unecessary return

Co-authored-by: Jason Frerich <jason.frerich@mattermost.com>
2022-08-17 13:29:58 -04:00
Christopher Poile
7a63467610 do not send the call end slash command (no fallthrough) (#6580) 2022-08-17 10:01:09 -04:00
Joseph Baylon
1781477bc6 Detox/E2E: Convert to private channel e2e tests in Gekidou (#6563)
* Detox/E2E: Convert to private channel e2e tests in Gekidou

* Fix tests

* Fix typo

Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
2022-08-15 13:07:19 -07:00
Daniel Espino García
ea595f1ced Fix MM-46309 (#6567)
* Fix MM-46309

* Address feedback

* Update dbPath and rename server databas instead of deleting

* ios fixes

Co-authored-by: Daniel Espino <danielespino@MacBook-Pro-de-Daniel.local>
2022-08-15 10:55:54 -04:00
Elias Nahum
63e6290c76 Gekidou bump build to 419 (#6576)
* Fix profile picture update locking the screen

* Bump app build number to  419

* update fastlane
2022-08-13 09:00:25 -04:00
Joseph Baylon
927f207bff Detox/E2E: Scripts to run tests and save report (#6560)
* Detox/E2E: Scripts to run tests and save report

* Change TM4J to ZEPHYR

* Change AWS to DETOX_AWS

* Removed send report on type release; moved incrementalDuration to getAllTests

* Apply change requests

* Fix import order

* Fixed save_report comments; Fixed IOS checks

* Added TEST_CYCLE_LINK_PREFIX to save_report comments

* Re-order variables
2022-08-13 08:37:24 -04:00