Saúl Ibarra Corretgé
7aac634a7d
chore(rn,versions) bump app and sdk versions
2022-01-13 15:58:54 +01:00
tmoldovan8x8
b04677f3ea
chore(deps, rn) update react-native-webview
2022-01-11 15:16:50 +02:00
Saúl Ibarra Corretgé
61ae909ed5
chore(deps,rn) update navigation librarries to their latest versions
...
React Navigation v6.
2022-01-10 19:21:51 +01:00
Saúl Ibarra Corretgé
90321ca016
feat(rn) update React Native to version 0.63
...
I'm updating to RN 0.63 instead of the latest (0.66 at the time of this writing)
so we can update the navigation related libraries to their latest versions, and
then proceed with the larger leap towards the latest RN.
2022-01-10 19:21:51 +01:00
Saúl Ibarra Corretgé
c88ac2f3bd
chore(deps) react-native-webview @ 11.15.0
2022-01-06 13:10:32 +01:00
Saúl Ibarra Corretgé
b6501412c4
chore(deps) react-native-watch-connectivity @ 1.0.4
2022-01-06 13:10:32 +01:00
Saúl Ibarra Corretgé
188aff5aff
chore(deps) react-native-video @ 5.2.0
2022-01-06 13:10:32 +01:00
Saúl Ibarra Corretgé
29eb3c5347
chore(deps) react-native-splash-screen @ 3.3.0
2022-01-06 13:10:32 +01:00
Saúl Ibarra Corretgé
656e0ba1e9
chore(deps) react-native-sound @ 0.11.1
2022-01-06 13:10:32 +01:00
Saúl Ibarra Corretgé
50eb6563e3
chore(deps) react-native-performance @ 2.1.0
2022-01-06 13:10:32 +01:00
Saúl Ibarra Corretgé
d290c1d11a
chore(deps) react-native-get-random-values @ 1.7.2
2022-01-06 13:10:32 +01:00
Saúl Ibarra Corretgé
5cbb526c04
chore(deps) react-native-device-info @ 8.4.8
2022-01-06 13:10:32 +01:00
Saúl Ibarra Corretgé
06384b452b
chore(deps) react-native-default-preference @ latest
2022-01-06 13:10:32 +01:00
Saúl Ibarra Corretgé
50d33d068b
chore(deps) react-native-calendar-events @ 2.2.0
2022-01-06 13:10:32 +01:00
Saúl Ibarra Corretgé
e8939ba949
chore(deps) react-native-background-timer @ 2.4.1
2022-01-06 13:10:32 +01:00
Saúl Ibarra Corretgé
bfc556f4df
chore(deps) @react-native-community/slider @ 4.1.12
2022-01-06 13:10:32 +01:00
Saúl Ibarra Corretgé
bac4afcdb4
chore(deps) @react-native-community/netinfo @ 7.1.7
2022-01-06 13:10:32 +01:00
Saúl Ibarra Corretgé
8fd353f5f1
chore(deps) @react-native-google-signin/google-signin @ 7.0.4
2022-01-06 13:10:32 +01:00
Saúl Ibarra Corretgé
f0b475e2bc
chore(deps) @amplitude/react-native @ 2.7.0
2022-01-06 13:10:32 +01:00
Saúl Ibarra Corretgé
1d77c52f91
chore(deps) @react-native-async-storage/async-storage @ 1.15.14
2022-01-06 13:10:32 +01:00
Calinteodor
bf3cc65f4c
feat(security) created SecurityOptions React Navigation screen ( #10509 )
...
* feat(security) Security Options screen
2021-12-10 18:23:27 +02:00
Saúl Ibarra Corretgé
1fa43ca4e7
chore(rn,versions) bump app and sdk versions
2021-12-10 10:05:34 +01:00
tmoldovan8x8
664f23a395
chore(rn) updates react-native-webrtc
2021-12-08 18:00:04 +02:00
Alex Bumbu
6cd6c0a043
fix(ios) avoid creating CXProvider objects when CallKit is disabled
...
Co-authored-by: Saúl Ibarra Corretgé <saghul@jitsi.org>
2021-11-26 10:47:03 +01:00
Saúl Ibarra Corretgé
7bbc3bcf9e
chore(rn,deps) react-native-webrtc@1.94.0
2021-11-25 12:15:56 +01:00
Saúl Ibarra Corretgé
d7b581e338
feat)rn,sdk) introduce a "ready to close" event
...
This event is the event host applications need to listen to for knowing when to
dispose the SDK from now on.
Since the introduction of breakout rooms it's possible that we navigate from one
meeting to another, so there will be several conference join / terminations.
In addition, local track destruction is now moved to SET_ROOM when there is no
room, aka, we are going back to the welcome page or to the black page.
2021-11-24 09:58:48 +01:00
hmuresan
14a422ba83
fix(linguistics) Use 'email' instead of 'e-mail'
2021-11-23 16:00:08 +02:00
Saúl Ibarra Corretgé
c843744df1
fix(rn,sdk) drop deprecated option enableWelcomePage
...
It got replaced by a feature flag.
2021-11-23 13:49:14 +01:00
Saúl Ibarra Corretgé
f6f7406d24
fix(rn,sdk) remove deprecated color scheme prop
...
It has been non-functional for a while.
2021-11-23 13:49:14 +01:00
Pavol Cvengros
2d27195652
chore(deps) update uuid package to 8.3.2
...
Co-authored-by: Saúl Ibarra Corretgé <saghul@jitsi.org>
2021-11-10 11:35:20 +01:00
Alex Bumbu
92c34c9c3e
fix(iOS) fix missing headers
2021-10-22 14:00:20 +03:00
Alex Bumbu
81dfbaeb81
feat(iOS) expose activating/deactivating audio session functionality
2021-10-22 11:30:25 +03:00
Saúl Ibarra Corretgé
3f7c6a3801
chore(rn) update CocoaPods
2021-10-20 21:52:19 +02:00
Calinteodor
9df59b4a6f
feat(conference) added React Navigation
...
Introduce navigation for all in-conference screens.
2021-10-20 21:29:21 +02:00
Saúl Ibarra Corretgé
e0bde6d491
fix(ios) sync Podfile.lock
2021-10-14 11:27:22 +02:00
Zoltán Ulrich
9506f3ac3d
fix(ios) Fixes RCTBridge not being released when JitsiMeet is trying to destroy its bridge on some OS versions
2021-10-14 10:51:14 +02:00
Saúl Ibarra Corretgé
b4f1ab991d
chore(rn,versions) bump app and sdk versions
2021-10-13 16:13:42 +02:00
Saúl Ibarra Corretgé
4369579d2b
chore(deps): update react-native-webrtc@1.92.2
...
Fixes a crash on Android
2021-10-01 16:05:10 +02:00
Saúl Ibarra Corretgé
4bfbc72613
feat(ios) drop support for iOS 11
2021-09-29 13:50:00 +02:00
Saúl Ibarra Corretgé
99e56e229d
chore(rn,versions) bump sdk version
2021-09-22 16:13:57 +02:00
Saúl Ibarra Corretgé
49be96799a
feat(rn) add polyfill for the performance API
...
Implements: https://developer.mozilla.org/en-US/docs/Web/API/Performance
Ref: https://github.com/oblador/react-native-performance
2021-09-09 10:07:52 +02:00
Alex Bumbu
5bd329acb9
feat(ios) update dropbox authentication to PKCE flow
2021-09-02 14:17:08 +02:00
Saúl Ibarra Corretgé
221cf67d0a
fix(sounds) fix reaction sound names
...
- Remove unicode charcters from filenames
- Simplify code for copying them to the iOS SDK
2021-09-02 12:21:53 +02:00
Saúl Ibarra Corretgé
aa06e89807
chore(rn,deps) react-native-webrtc@1.92.1
...
Fixes several Android crashes.
2021-08-31 12:42:31 +02:00
Saúl Ibarra Corretgé
c03fb61c5f
fix(rn,reactions) fix copying sounds to app bundles
2021-08-26 17:32:34 +02:00
Saúl Ibarra Corretgé
08177af182
fix(rn,amplitude) update Amplitude SDK on RN
...
Amplitude has gone back to having a separate package for RN, so switch to it.
2021-08-20 15:24:34 +02:00
Saúl Ibarra Corretgé
0d9af05a4b
chore(rn,versions) bump app and sdk versions
2021-08-20 11:51:03 +02:00
Saúl Ibarra Corretgé
a4d516ca86
fix(ios) fix deadlock when selecting audio device
...
In WebRTC M92 the RTCAudioSession lock changed from a recursive one to a regular
mutex one, so make sure we don't attempt to lock it while already holding the
lock.
2021-08-19 10:47:53 +02:00
tmoldovan8x8
ae33755913
feat(rn,sdk) add setConfigOverride to JitsiMeetConferenceOptions
...
Allows for overriding any (overridable, of course) config option.
2021-08-13 12:03:41 +02:00
durduman
1e0c25d816
fix(ios) remove exitPictureInPicture() call from resetBounds(bounds:)
2021-08-10 15:49:31 +02:00