Commit graph

382 commits

Author SHA1 Message Date
unified-ci-app[bot]
753295548f
Bump app build and version number (#8787)
* Bump app build number to 629

* Bump app version number to 2.28.0

---------

Co-authored-by: Anka <runner@Mac-1745295415004.local>
2025-04-22 08:23:23 +03:00
unified-ci-app[bot]
dc3dc56eb2
Bump app build number to 626 (#8766)
Co-authored-by: Anka <runner@Mac-1744361261538.local>
2025-04-11 12:10:01 +03:00
Elias Nahum
9a83813c23
Fix build on Xcode 16.3 (#8760) 2025-04-10 09:09:03 +08:00
Elias Nahum
374f812b98
Update dependencies (#8721)
* update fastlane

* update dev dependencies

* update to eslint 9+

* update testing-library

* update react-intl

* update bottom-sheet

* update expo

* update reanimated

* upgrade msgpack

* upgrade datepicker

* upgrade react-navigation

* update sentry

* update FlasList

* update fuse.js moment-timezone node-html-parser and semver

* update gesture-handler

* update image-picker

* update react-native-keychain

* update react-native-localize

* update react-native-navigation

* update watermelonDB

* update react-native-permissions

* update react-native-safe-area-context and react-native-screens

* update react-native-share and react-native-svg

* update react-native-video and react-native-webrtc

* update @mattermost/rnutils

* update @mattermost/rnshare

* update @mattermost/hardware-keyboard

* fix isMainActivity

* update android dependencies

* fix upload file progress indicator

* fix entry update config & license

* revert to stable version of @sentry/react-native

* update react-intl again

* update moment-timezone

* upgrade @react-native-camera-roll/camera-roll

* update @react-native-clipboard/clipboard

* update @react-navigation again

* update @shopify/flash-list

* update eslint

* update expo again

* update html-entities

* update mime-db

* update react-native-permissions

* Revert "update react-intl again"

This reverts commit e8e6d5a60dfa56b82b810cbbd7cdffec7697ffc7.

* Revert "update react-intl"

This reverts commit c77f329bb38910aeeba03869b72d77a8b0e00ba1.

* update react-native-keychain

* update and patch react-intl

* mend

* feedback during review 1
2025-04-07 09:30:06 +08:00
unified-ci-app[bot]
41cddcd8f2
Bump app build number to 624 (#8748)
Co-authored-by: Anka <runner@Mac-1743756606006.local>
2025-04-04 12:10:38 +03:00
unified-ci-app[bot]
d0d7e187e7
Bump app build number to 622 (#8730)
Co-authored-by: Anka <runner@Mac-1743151443622.local>
2025-03-28 11:10:15 +02:00
unified-ci-app[bot]
f4685b8db3
Bump app build number to 619 (#8705)
Co-authored-by: Anka <runner@Mac-1742546606063.local>
2025-03-21 11:12:34 +02:00
Rahim Rahman
1ddaf5c32f
fix(MM-63460): HTTPClientError spam (#8693) 2025-03-20 11:15:05 -06:00
unified-ci-app[bot]
96f1c59e0f
Bump app build and version number (#8695)
* Bump app build number to 615

* Bump app version number to 2.27.0

---------

Co-authored-by: Anka <runner@Mac-1742449667584.local>
2025-03-20 08:13:41 +02:00
Elias Nahum
59252d98fb
update react-native-emm fixes navigation perf degradation on iOS (#8681) 2025-03-17 19:31:53 +08:00
unified-ci-app[bot]
78997d059d
Bump app build number to 614 (#8679)
Co-authored-by: Anka <runner@Mac-1741942667838.local>
2025-03-14 11:10:47 +02:00
Elias Nahum
a5a1e53827
Biometric prompt, Jailbreak / Root detection and screenshot prevention (#8645)
* Handle biometric authentication

* jailbreak/root detection and biometric small fixes

* remove server from initializeSecurityManager and fix loginEntry

* Add screen capture prevention and other small fixes

* added unit tests to SecurityManager

* added shielded nativeID to protect views

* use MobilePreventScreenCapture instead of MobileAllowScreenshots in config type definition

* Apply Swizzle for screen capture on iOS

* Apply patch to bottom sheet to prevent screen captures

* fix ios sendReply

* Fix SDWebImage swizzle to use the correct session

* Fix potential crash on Android when using hardware keyboard

* rename patch for network library to remove warning

* add temp emm reference

* fix initializeSecurityManager tests

* fix translations

* use siteName for jailbreak detection when connecting to a new server

* fix i18n typo

* do not query the entire config from the db only the required fields

* migrate manage_apps to use defineMessages

* use TestHelper.wait in tests

* use defineMessages for security manager

* fix missing else statement for gm_to_channel

* created a TestHelper function to mockQuery and replace as jest.Mock with jest.mocked

* fix unit tests

* fix unit tests (again) and include setting the test environment to UTC

* Fix keyboard disappearing on iOS

* update react-native-emm
2025-03-13 14:07:41 -04:00
Elias Nahum
0c24a646d4
Improve emoji picker performance introducing flashList (#8650) 2025-03-11 22:09:46 +08:00
unified-ci-app[bot]
5429dac612
Bump app build number to 611 (#8640)
Co-authored-by: Anka <runner@Mac-1740732270635.local>
2025-02-28 11:10:31 +02:00
Daniel Espino García
a1ccdcb0da
Add ios native logs (#8555)
* Add ios native logs

* Use correct version

* Revert unneeded changes in package-lock
2025-02-24 11:50:39 +01:00
unified-ci-app[bot]
e25708a78f
Bump app build number to 609 (#8623)
Co-authored-by: Anka <runner@Mac-1740127977996.local>
2025-02-21 11:10:44 +02:00
unified-ci-app[bot]
24e6750482
Bump app build and version number (#8595)
* Bump app build number to 606

* Bump app version number to 2.26.0

---------

Co-authored-by: Anka <runner@Mac-1739773484484.local>
2025-02-17 09:06:56 +02:00
unified-ci-app[bot]
08db7a1635
Bump app build number to 605 (#8590)
Co-authored-by: Anka <runner@Mac-1739523078859.local>
2025-02-14 11:09:46 +02:00
Rahim Rahman
985fa692a6
fix(MM-62375): OOM on gif (#8573)
* fix(MM-62375): OOM on gif
* add APNG4Android into github action script to download
* change to mattermost/APNG4Android
2025-02-12 08:18:54 -07:00
Elias Nahum
4407ca06cf
2.25 fixes (#8578) 2025-02-11 17:21:26 +08:00
Elias Nahum
ee66890d32
MM-62915 and MM-62919 (#8568) 2025-02-08 07:17:15 +08:00
unified-ci-app[bot]
d07e5c10d0
Bump app build number to 602 (#8569)
Co-authored-by: Anka <runner@Mac-1738918279511.local>
2025-02-07 11:09:39 +02:00
unified-ci-app[bot]
79e90d1a8a
Bump app build number to 598 (#8543)
Co-authored-by: Anka <runner@Mac-1738312832897.local>
2025-01-31 11:09:47 +02:00
unified-ci-app[bot]
9f3d09c97f
Bump app build number to 596 (#8520)
Co-authored-by: Anka <runner@Mac-1737708156830.local>
2025-01-24 11:20:55 +02:00
unified-ci-app[bot]
2580eccab9
Bump app build and version number (#8497)
* Bump app build number to 595

* Bump app version number to 2.25.0

---------

Co-authored-by: Anka <runner@Mac-1737356984917.local>
2025-01-20 09:50:35 +02:00
unified-ci-app[bot]
36bbaf3cad
Bump app build number to 594 (#8491)
Co-authored-by: Anka <runner@Mac-1737103065399.local>
2025-01-17 16:18:54 +02:00
Elias Nahum
2f3dfbbbfa
Update dependencies and upgrade to RN 0.76.5 (#8421)
* update dev deps

* partial update dependencies

* update watermelondb

* update rn to 0.76.5, expo to 52.0.18 and others

* upgrade android firebase

* upgrade detox deps

* fix package-lock.json

* update emm and paste-input

* update turbo-log

* update network library

* fix tests

* review feedback

* fix Keyboard blocking signIn button

* Fall back to iphone 14 iOS 17.2 simulator as app crashes on iOS 17.4

* changes in deleteCredentialsForServer is causing a crash

* withOptions x2 clearly is wrong

* re-add cli-platform-apple fix

* fix: RN 0.76.5 issue with bottom sheet disappearing (#8478)

* experiment, using view vs BottomSheetView

* revert previous & try disabling enableDynamicSizing

* revert an unintended removal

---------

Co-authored-by: yasserfaraazkhan <attitude3cena.yf@gmail.com>
Co-authored-by: Mattermost Build <build@mattermost.com>
Co-authored-by: Rahim Rahman <rahim.rahman@mattermost.com>
2025-01-16 07:11:32 -07:00
Daniel Espino García
4b068889e7
Add some improvements to thread handling (#8407)
* Add some improvements to thread handling

* Add missing changes

* Android changes

* iOS changes

* Avoid copys

* Refactor getReplyAt
2025-01-16 11:48:28 +01:00
unified-ci-app[bot]
ffbca2889a
Bump app build number to 592 (#8467)
Co-authored-by: Anka <runner@Mac-1736497995177.local>
2025-01-10 11:10:05 +02:00
unified-ci-app[bot]
5ce4f490b1
Bump app build number to 591 (#8446)
Co-authored-by: Anka <runner@Mac-1735892971448.local>
2025-01-03 11:08:34 +02:00
unified-ci-app[bot]
c0cf5818b7
Bump app build number to 589 (#8440)
Co-authored-by: Anka <runner@Mac-1735287273517.local>
2024-12-31 17:15:09 +01:00
unified-ci-app[bot]
dca341e625
Bump app build number to 588 (#8437)
Co-authored-by: Anka <runner@Mac-1734684035963.local>
2024-12-20 12:55:53 +01:00
unified-ci-app[bot]
3cda8df6f4
Bump app build and version number (#8418)
* Bump app build number to 585

* Bump app version number to 2.24.0

---------

Co-authored-by: Anka <runner@Mac-1734412880694.local>
2024-12-17 08:33:24 +02:00
unified-ci-app[bot]
b3d3ce3d81
Bump app build number to 584 (#8414)
Co-authored-by: Anka <runner@Mac-1734078079268.local>
2024-12-13 11:08:38 +02:00
unified-ci-app[bot]
9703d51727
Bump app build number to 583 (#8400)
Co-authored-by: Anka <runner@Mac-1733472953540.local>
2024-12-06 11:08:58 +02:00
unified-ci-app[bot]
421301e573
Bump app build number to 579 (#8386)
Co-authored-by: runner <runner@Mac-1732865257136.local>
2024-11-29 11:17:16 +02:00
Elias Nahum
d25c6fe245
Extra keyboard (#8348)
* Add support to use the keyboard area with a component

* fix import

* add missing providers to involved screens

* Change the way we handle the keyboard to allow using custom components in that area

* review feedback
2024-11-29 11:58:13 +08:00
unified-ci-app[bot]
8d2e52b817
Bump app build number to 577 (#8369)
Co-authored-by: runner <runner@Mac-1732258145494.local>
2024-11-22 13:13:58 +01:00
unified-ci-app[bot]
d259fb00b4
Bump app build and version number (#8364)
* Bump app build number to 576

* Bump app version number to 2.23.0

---------

Co-authored-by: runner <runner@Mac-1732099083966.local>
2024-11-20 13:13:20 +01:00
unified-ci-app[bot]
700c708679
Bump app build number to 575 (#8350)
Co-authored-by: runner <runner@Mac-1731657997849.local>
2024-11-15 07:59:05 -05:00
Elias Nahum
ea2cb45a18
Login improvement (#8306)
* refactor to improve requests on login

* include in team sidebar order by display name teams not present in the order preference

* Fix iOS reload while developing

* fix code causing tests to fail

* feedback review

* update network-client
2024-11-13 08:06:12 +08:00
unified-ci-app[bot]
d27d56f102
Bump app build number to 572 (#8321)
Co-authored-by: runner <runner@Mac-1731051082886.local>
2024-11-08 07:51:29 -05:00
unified-ci-app[bot]
2a02a61b6b
Bump app build number to 571 (#8307)
Co-authored-by: runner <runner@Mac-1730449069657.local>
2024-11-01 08:04:25 -04:00
unified-ci-app[bot]
c5171418b6
Bump app build number to 569 (#8286)
Co-authored-by: runner <runner@Mac-1729845732528.local>
2024-10-25 08:43:30 -04:00
unified-ci-app[bot]
e5a7c91f1f
Bump app build and version number (#8269)
* Bump app build number to 568

* Bump app version number to 2.22.0

---------

Co-authored-by: runner <runner@Mac-1729252885614.local>
2024-10-18 08:39:18 -04:00
unified-ci-app[bot]
bfa1d93deb
Bump app build number to 567 (#8268)
Co-authored-by: runner <runner@Mac-1729240293461.local>
2024-10-18 08:29:38 -04:00
Daniel Espino García
94a7231a05
Add fixes for xCode 16 changes (#8254) 2024-10-11 17:02:45 +02:00
unified-ci-app[bot]
0549a51e38
Bump app build number to 566 (#8253)
Co-authored-by: runner <runner@Mac-1728635924924.local>
2024-10-11 08:02:58 -04:00
unified-ci-app[bot]
1c299c4c7a
Bump app build number to 563 (#8243)
Co-authored-by: runner <runner@Mac-1728031584864.local>
2024-10-04 08:51:25 -04:00
unified-ci-app[bot]
4a19e07ed9
Bump app build number to 561 (#8233)
Co-authored-by: runner <runner@Mac-1727425978022.local>
2024-09-27 08:30:15 -04:00