Saúl Ibarra Corretgé
4fb698ea04
chore(deps) react-native-webrtc@1.100.1
3 лет назад
Saúl Ibarra Corretgé
6802a03b7f
fix(ios) sync Podfile.lock
3 лет назад
Saúl Ibarra Corretgé
9f3965800c
feat(deps,rn) update React Native to version 0.68.1
3 лет назад
Saúl Ibarra Corretgé
ed6759c6cf
chore(rn,deps) react-native-default-preference@1.4.4
Upstream made a release in npm, we no longer need to link to a commit.
3 лет назад
Saúl Ibarra Corretgé
6342e6b51a
chore(ios) sync Podfile.lock
3 лет назад
Saúl Ibarra Corretgé
23f40db889
feat(rn,deps) update React Native to 0.67
3 лет назад
Saúl Ibarra Corretgé
14d200a0cf
chore(deps) update react-native-webrtc to 1.100.0
3 лет назад
Robert Pintilii
1355876f83
feat(gif, rn) Added GIPHY integration on native (#11236)
Update Android build to support gif
Use GIF format instead of animated webp
Show GIFs in chat messages
Display GIF over tile
Add Giphy button in reactions menu
Added Giphy dialog
Fix isGifMessage to also allow upper case
3 лет назад
Saúl Ibarra Corretgé
3b05fd70a3
Revert "deps(rn) react-native-webrtc@1.98.0"
This reverts commit 4fa377c12a .
3 лет назад
Saúl Ibarra Corretgé
4fa377c12a
deps(rn) react-native-webrtc@1.98.0
3 лет назад
Saúl Ibarra Corretgé
d018d19874
fix(ios) fix for building for simulator on M1
Backport of: a1c445a39c
3 лет назад
Saúl Ibarra Corretgé
08f388e17a
chore(deps) react-native-webrtc@1.94.2
3 лет назад
Saúl Ibarra Corretgé
2c68817f4c
fix(ios) make sure arm64 sim is not excluded
Also update native dependencies.
3 лет назад
Saúl Ibarra Corretgé
a2155aad7f
fix(ios) rework RN build workaround
This is what upstream RN does now.
3 лет назад
Saúl Ibarra Corretgé
0b4c172c9c
fix(ios) fix build with Xcode 13
3 лет назад
Saúl Ibarra Corretgé
d121a63341
feat(rn) update React Native to version 0.66
3 лет назад
tmoldovan8x8
b04677f3ea
chore(deps, rn) update react-native-webview
3 лет назад
Saúl Ibarra Corretgé
61ae909ed5
chore(deps,rn) update navigation librarries to their latest versions
React Navigation v6.
3 лет назад
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.
3 лет назад
Saúl Ibarra Corretgé
c88ac2f3bd
chore(deps) react-native-webview @ 11.15.0
3 лет назад
Saúl Ibarra Corretgé
b6501412c4
chore(deps) react-native-watch-connectivity @ 1.0.4
3 лет назад
Saúl Ibarra Corretgé
188aff5aff
chore(deps) react-native-video @ 5.2.0
3 лет назад
Saúl Ibarra Corretgé
29eb3c5347
chore(deps) react-native-splash-screen @ 3.3.0
3 лет назад
Saúl Ibarra Corretgé
656e0ba1e9
chore(deps) react-native-sound @ 0.11.1
3 лет назад
Saúl Ibarra Corretgé
50eb6563e3
chore(deps) react-native-performance @ 2.1.0
3 лет назад
Saúl Ibarra Corretgé
d290c1d11a
chore(deps) react-native-get-random-values @ 1.7.2
3 лет назад
Saúl Ibarra Corretgé
5cbb526c04
chore(deps) react-native-device-info @ 8.4.8
3 лет назад
Saúl Ibarra Corretgé
06384b452b
chore(deps) react-native-default-preference @ latest
3 лет назад
Saúl Ibarra Corretgé
50d33d068b
chore(deps) react-native-calendar-events @ 2.2.0
3 лет назад
Saúl Ibarra Corretgé
e8939ba949
chore(deps) react-native-background-timer @ 2.4.1
3 лет назад
Saúl Ibarra Corretgé
bfc556f4df
chore(deps) @react-native-community/slider @ 4.1.12
3 лет назад
Saúl Ibarra Corretgé
bac4afcdb4
chore(deps) @react-native-community/netinfo @ 7.1.7
3 лет назад
Saúl Ibarra Corretgé
8fd353f5f1
chore(deps) @react-native-google-signin/google-signin @ 7.0.4
3 лет назад
Saúl Ibarra Corretgé
f0b475e2bc
chore(deps) @amplitude/react-native @ 2.7.0
3 лет назад
Saúl Ibarra Corretgé
1d77c52f91
chore(deps) @react-native-async-storage/async-storage @ 1.15.14
3 лет назад
Calinteodor
bf3cc65f4c
feat(security) created SecurityOptions React Navigation screen (#10509)
* feat(security) Security Options screen
3 лет назад
tmoldovan8x8
664f23a395
chore(rn) updates react-native-webrtc
3 лет назад
Saúl Ibarra Corretgé
7bbc3bcf9e
chore(rn,deps) react-native-webrtc@1.94.0
3 лет назад
Pavol Cvengros
2d27195652
chore(deps) update uuid package to 8.3.2
Co-authored-by: Saúl Ibarra Corretgé <saghul@jitsi.org >
3 лет назад
Saúl Ibarra Corretgé
3f7c6a3801
chore(rn) update CocoaPods
3 лет назад
Calinteodor
9df59b4a6f
feat(conference) added React Navigation
Introduce navigation for all in-conference screens.
3 лет назад
Saúl Ibarra Corretgé
e0bde6d491
fix(ios) sync Podfile.lock
3 лет назад
Saúl Ibarra Corretgé
4369579d2b
chore(deps): update react-native-webrtc@1.92.2
Fixes a crash on Android
3 лет назад
Saúl Ibarra Corretgé
4bfbc72613
feat(ios) drop support for iOS 11
4 лет назад
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
3 лет назад
Alex Bumbu
5bd329acb9
feat(ios) update dropbox authentication to PKCE flow
3 лет назад
Saúl Ibarra Corretgé
aa06e89807
chore(rn,deps) react-native-webrtc@1.92.1
Fixes several Android crashes.
3 лет назад
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.
3 лет назад
Saúl Ibarra Corretgé
8161309e28
deps(rn) update WebRTC to M92
3 лет назад
Avram Tudor
e421a119e1
feat(share-video) Allow sharing direct video links (mp4 etc) on mobile (#9511)
* feat(share-video) Allow sharing direct video links (mp4 etc) on mobile
* fix linting
* code review
3 лет назад