Saúl Ibarra Corretgé
0b642fd225
fix(giphy,privacy) remove custom dynamic fonts
пре 3 година
Saúl Ibarra Corretgé
27e2ee07a8
fix(giphy,privacy) disable pingback
пре 3 година
Saúl Ibarra Corretgé
9f3965800c
feat(deps,rn) update React Native to version 0.68.1
пре 3 година
Saúl Ibarra Corretgé
23f40db889
feat(rn,deps) update React Native to 0.67
пре 3 година
Calin Chitu
aa5dd92846
patch(react-native-dialog)- replaced PlatformColor with hardcoded colors on Android
пре 3 година
Saúl Ibarra Corretgé
d018d19874
fix(ios) fix for building for simulator on M1
Backport of: a1c445a39c
пре 3 година
Calin Chitu
20fd671b68
fix(mobile-ui) patch for native dialog container, fixed switch track color
пре 3 година
Calinteodor
75fd61eed6
chore(deps) update react-native-dialog
Allows us to drop a custom patch, yay!
пре 3 година
Calin Chitu
625a4cf42f
feat(dialog) change description text color
пре 3 година
Saúl Ibarra Corretgé
d121a63341
feat(rn) update React Native to version 0.66
пре 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é
0aba61d5c6
chore(Deps) update Babel and eslint to their latest versions
пре 3 година
Saúl Ibarra Corretgé
dd184763ff
fix(ios) fix crash on WebSocket errors
Bacckport
748aa13747
Fixes:
~~~
Fatal Exception: NSInvalidArgumentException
0 CoreFoundation 0x129708 __exceptionPreprocess
1 libobjc.A.dylib 0x287a8 objc_exception_throw
2 CoreFoundation 0x19b9c8 -[__NSCFString characterAtIndex:].cold.1
3 CoreFoundation 0x1a7a20 -[__NSPlaceholderDictionary initWithCapacity:].cold.1
4 CoreFoundation 0x164c0 -[__NSPlaceholderDictionary initWithObjects:forKeys:count:]
5 CoreFoundation 0x8de0 +[NSDictionary dictionaryWithObjects:forKeys:count:]
6 JitsiMeetSDK 0x5704b4 -[RCTWebSocketModule webSocket:didFailWithError:] + 168 (RCTWebSocketModule.m:168)
7 JitsiMeetSDK 0x54a5ec __33-[RCTSRWebSocket _failWithError:]_block_invoke_2 + 622 (RCTSRWebSocket.m:622)
8 libdispatch.dylib 0x2a84 _dispatch_call_block_and_release
9 libdispatch.dylib 0x481c _dispatch_client_callout
10 libdispatch.dylib 0xc004 _dispatch_lane_serial_drain
11 libdispatch.dylib 0xcc00 _dispatch_lane_invoke
12 libdispatch.dylib 0x174bc _dispatch_workloop_worker_thread
13 libsystem_pthread.dylib 0x37a4 _pthread_wqthread
14 libsystem_pthread.dylib 0xa74c start_wqthread
~~~
пре 3 година
Saúl Ibarra Corretgé
10cc3b2b31
fix(ios) fix conference failing when proximity sensor is near
React Native links timers to the display, so they cannot run when the display is
not running. Builtin timers already take being in the background into account,
but not the proximity sensor.
Credits: https://github.com/react-native-webrtc/react-native-callkeep/issues/143
Fixes: https://github.com/jitsi/jitsi-meet/issues/9619
пре 3 година
Saúl Ibarra Corretgé
0fcdb6f248
fix(patch) remove unneeded hunks from RN patch
пре 4 година
Saúl Ibarra Corretgé
399fac78f5
fix(ios) fix building with Xcode 12.5
пре 4 година