Daniel Espino García
0c4f7f25bc
Upgrade React Native Network Client to 1.3.5 ( #7450 )
...
* Upgrade React Native Network Client to 1.3.5
* Fix defaults in the manager
2023-07-12 17:08:40 +02:00
Elias Nahum
d3e576ebed
Bump version to 2.6.0 and build to 477 ( #7436 )
...
* Bump app version number to 2.6.0
* Bump app build number to 477
2023-07-05 09:43:25 -04:00
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
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
Md_ZubairAhmed
ecb1a8773d
upgrade to latest mmjs
2023-05-15 18:05:20 +05:30
Md_ZubairAhmed
4e01a94cdd
init
2023-05-14 17:34:55 +05:30
Elias Nahum
97f5b2f889
Bump version 2.4.0 build 469 ( #7334 )
...
* Bump app version number to 2.4.0
* Bump app build number to 469
2023-05-05 17:09:38 -04:00
Christopher Poile
1ce69f20fb
use CallState and CallChannelState from @mattermost/calls ( #7318 )
2023-04-28 20:55:40 -04:00
Christopher Poile
c1430757b8
MM-51776 - Calls: Audio device selections, & fix bluetooth ( #7286 )
...
* ask for bluetooth permissions on Android
* new "switch audio device button" for Android
* i18n strings
* split audio_device_button into platform-specific files; PR comments
* earpiece -> phone
* add comments to clarify speakerphone logic
* update snapshots
* add new compass-icons; use tablet and bluetooth icons; add tablet mode
* fix lint
2023-04-27 11:44:14 -04:00
Elias Nahum
784b05fe97
Upgrade Dependencies ( #7299 )
...
* upgrade reanimated
* update devDependencies
* upgrade react-intl
* update react-native and some dependencies
* update react-native-permissions
* update RN
* use Share sheet for Report a problem
* update Sentry
* remove step to downloadWebRTC
* update detox deps
* feedback review
2023-04-21 12:16:54 -04:00
Claudio Costa
0ae3e0770d
Use bash to run scripts ( #7268 )
...
* Use bash to run scripts
* Revert to running scripts directly
2023-04-05 08:54:22 -04:00
Elias Nahum
2e0cdebfd0
Add M1/2 support for npm scripts ( #7263 )
2023-04-03 13:00:51 -04:00
Pantelis Vratsalis
70fe01f295
Bump version to 2.3.0 and build number to 464 ( #7256 )
...
* Bump app version number to 2.3.0
* Bump app build number to 464
2023-03-31 07:47:58 -03:00
Daniel Espino García
a3e5a989d0
Bump react-native-network-client to version 1.3.3 ( #7249 )
2023-03-31 09:53:21 +02:00
Christopher Poile
c0cb14e927
MM-50010 - Share common calls code between web and mobile ( #7211 )
...
* use calls/common rtcpeer; @calls -> @mmcalls
* gitpkg -> standalone github calls-common package
* use new mattermost/calls-common repo; add types to WebSocketMessages
* mmcalls/common -> mattermost/calls; use a version tag
2023-03-21 09:18:45 -04:00
Christopher Poile
cc51fd905b
MM-51362 - Fix proximity notice engaging after call ended ( #7205 )
...
* fix proximity notice engaging after call ended
* remove fork
2023-03-20 09:56:51 -03:00
Daniel Espino García
5ccf45622d
Fix race condition when the same websocket gets initialized twice ( #7185 )
...
* Fix race condition when the same websocket gets initialized twice
* Bump network library
2023-03-07 19:11:28 +01:00
Claudio Costa
ac3bd14891
[MM-50806] Calls: fix crash on joining call ( #7159 )
...
* Calls: fix crash on joining call
* update Podfile.lock
---------
Co-authored-by: Elias Nahum <nahumhbl@gmail.com >
2023-02-24 13:25:25 +02:00
Elias Nahum
77b0851213
Update Dependencies ( #7140 )
...
* upgrade android dependencies
* upgrade iOS dependencies
* Enable network plugin in flipper for Android
* update JS dependencies
2023-02-16 11:20:31 +02:00
Elias Nahum
1b94bbc0ad
Bump version 2.1 build 457 ( #7120 )
...
* Bump app version number to 2.1.0
* Bump app build number to 457
2023-02-14 23:06:46 +02:00
Christopher Poile
4cb20a4bec
MM-49065 - Calls: Implement glare free negotiation ( #7111 )
...
* glare-free negotiation
* update to latest with fix
* remove unneeded sessionConstraints
* update to latest react-native-webrtc
2023-02-13 11:03:49 -05:00
Elias Nahum
82f0b014f4
Update RN and deps to fix ANR issues ( #7078 )
2023-02-02 14:27:42 +02:00
Elias Nahum
265b8b2193
Request permissions for Android push notifications and refactor code to use network client ( #7059 )
2023-01-31 21:33:35 +02:00
Elias Nahum
a535728d5c
disable top domain level verification ( #7045 )
2023-01-27 22:02:32 +02:00
Daniel Espino García
78944554a8
Fix pdf upload and pdf download from search results ( #6984 )
2023-01-27 09:10:05 +02:00
Christopher Poile
a44074247e
MM-46312 - Calls: Replace simple-peer with RTCPeer; use up-to-date upstream react-native-webrtc ( #6898 )
...
* move to latest react-native-webrtc release
* make this version of rtcpeer as close as possible to Call's version
* remove need for destroyCb
* upgrade webrtc
* continue merge
* upgrade webrtc
* new linting rules
2023-01-26 14:06:05 -05:00
Elias Nahum
c1fbaffd3e
Support for Android Tablets & Foldable ( #7025 )
...
* Add Support for Android tablets & foldables
* add tablet and book posture
* Regenerate disposed observable on WindowInfoTracker
2023-01-26 20:31:18 +02:00
Elias Nahum
7aa5bd0611
Update Dependencies and bug fixes ( #7000 )
...
* update dependencies
* update dependencies
* feedback review
* update @mattermost/react-native-turbo-mailer
2023-01-24 09:14:23 +02:00
Elias Nahum
612fd5022f
New UI for Emoji picker ( #6933 )
...
* BottomSheet migration to react-native-bottom-sheet
* Refactor Emoji picker to use bottom sheet
* Add skin selector
* Add Emoji Skin Tone tutorial
* add selected indicator to tone selector
* feedback review
* show tooltip after 750ms
* ux feedback review
* ux feedback review #2
* Hide emoji picker scroll indicator
2023-01-12 13:38:44 +02:00
Elias Nahum
c1abccf3ed
update deps ( #6938 )
2023-01-07 13:43:33 +02:00
Elias Nahum
dbe565319d
BottomSheet migration to react-native-bottom-sheet ( #6907 )
...
* BottomSheet migration to react-native-bottom-sheet
* Use correct scroll view for announcement bottom sheet
* ux review
* Fix post options bottom sheet snap point
* feedback review
2023-01-05 09:51:51 +02:00
Elias Nahum
5ff22953ab
update dependencies ( #6923 )
2023-01-03 23:58:57 +02:00
Elias Nahum
413d3c59dd
update dependencies ( #6886 )
...
* update dependencies
* update react-native-image-picker
* use Xcode 14.2 on CI
* downgrade readable-stream
* update fastlane
* Revert "use Xcode 14.2 on CI"
This reverts commit cb0ed81a85 .
2022-12-23 14:46: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
83b251d1ff
update dependencies ( #6840 )
...
* update dependencies
* fix iOS SQLite.swift
* update fastlane dependencies
2022-12-08 09:46:44 +02:00
Elias Nahum
330fd42212
update turbo-mailer ( #6809 )
2022-12-01 16:45:08 +02:00
Elias Nahum
6eadc527bb
Gekidou Android share extension ( #6803 )
...
* Refactor app database queries to not require the app database as argument
* Android Share Extension and fix notifications prompt
* feedback review
2022-11-30 23:18:56 +02:00
Avinash Lingaloo
dd3e62daf0
MM-46935 - Gekidou Report Problem ( #6800 )
...
* placement of 'report a problem'
* installed react-native-mail
* settings/report_problem
- Opens on Email App on Android
- Crashes on iOS if no account signed in the mail app
* new wiring
* new wiring
* tried first strategy for attachment
* tried second strategy for attachment
* Update report_problem.tsx
* revert changes to package.json
* removes unused supportEmail
* install @mattermost/react-native-turbo-mailer
* update import
* Update Podfile.lock
2022-11-30 23:02:52 +04:00
Christopher Poile
89b94d0188
MM-48287 - Calls: Select and send emoji reactions ( #6781 )
...
* add emoji reactions in mobile
* use StyleSheet.create
* PR comment
* prefer no inline functions
* Revert "prefer no inline functions"
This reverts commit b3c4627dac .
2022-11-25 12:17:06 -05:00
Daniel Espino García
5fae120826
Add support for review app ( #6772 )
...
* Add app review
* Use overlay instead of modal
* Add fixes for ios
* i18n-extract
* Add to milliseconds function
* Address review feedback
* Add try to queryGlobalValue
* added app review illustration
* add feedback illustration
* Add animations and feedback bot message
* Restrict reviews to build environment variable
* Fix bug with "dont ask anymore"
* Add check for only supported servers
* Add missing change
* Use for await
Co-authored-by: Daniel Espino <danielespino@MacBook-Pro-de-Daniel.local >
Co-authored-by: Matthew Birtch <mattbirtch@gmail.com >
2022-11-24 18:52:15 +01:00
Elias Nahum
ae0eb43793
[Gekidou] EMM fixes ( #6730 )
2022-11-08 22:49:39 +02:00
Elias Nahum
cae9dc21d2
[Gekidou] Upgrade to RN 0.70 ( #6690 )
...
* Upgrade to RN 0.70
* fix assembleAndroidTest
2022-10-20 10:18:25 -03:00
Elias Nahum
5c7e89d7de
[Gekidou] update deps ( #6667 )
...
* Fix login not showing the usernames (#6652 )
* update dependencies
* feedback review
* feedback review 2
* remove unused dependencies
* remove duplicate gesture-handler dependency
* add -XX:+HeapDumpOnOutOfMemoryError to gradle
* adjust gradle memory
* update android ci image
* android executor xlarge
Co-authored-by: Daniel Espino García <larkox@gmail.com >
2022-10-13 08:41:18 -03:00
Elias Nahum
a819bfc820
add file logger ( #6618 )
2022-09-06 10:42:09 -03: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
dcc05956b6
Gekidou upgrade RN to 0.69.3 and dependencies ( #6537 )
...
* module dependencies
* update fastlane
* upgrade types dependencies
* update dev deps
* update react-native-notifications
* update react-native-keychain
* update sentry
* update detox
* Upgrade to RN 69.3
* increase MaxMetaspaceSize gradle opts
* feedback review
2022-08-08 09:06:20 -04:00
Daniel Espino García
9d71cc3ac6
Substitue rn-device-info by rn-user-agent when fetching the user agent ( #6536 )
2022-08-03 15:16:56 +02:00