Abbas Al-Mansoori
6d02f50d09
feat(rnsdk): add audio and video muted state changed
2 년 전
Calinteodor
8a4990d9ae
sdk(react-native-sdk): rnsdk screenshare android fix (#13884)
sdk(react-native-sdk): rnsdk screenshare android fix
2 년 전
Calinteodor
f78ebbb9a9
feat(settings/native/android): Fixed scroll inside conference settings screen (#13956)
* feat(settings/native/android): fixed scroll inside conference settings screen.
2 년 전
Calinteodor
9c04ba767c
feat(breakout-rooms/native): separate breakout rooms from participants (#13920)
feat(breakout-rooms/native): separate breakout rooms from participants
2 년 전
Saúl Ibarra Corretgé
7bf3e7df1d
fix(rn,polyfills) remove no longer needed polyfill
Fixes: https://github.com/jitsi/jitsi-meet/issues/13807
2 년 전
Calinteodor
a95eaa6c2e
feat(base/ui): Native buttons UI fixes (#13788)
* feat(base/ui): native buttons UI fixes and improvements
2 년 전
Saúl Ibarra Corretgé
609942654a
fix(android) disable full-screen when screen-sharing
Fixes not being able to put the app in background mode easily on Android
13.
Fixes: https://github.com/jitsi/jitsi-meet/issues/13513
2 년 전
Calin-Teodor
86ccc176e8
feat(authentication): authentication log in/log out through Profile section
2 년 전
Saúl Ibarra Corretgé
dca40dc6cb
feat(rn,auth) add support for toekn URL auth
2 년 전
Gabriel Borlea
ebc932572f
feat(rn, settings, rn): update view
2 년 전
kerem
1ac86cf979
feat(rn) add toggleCamera action
2 년 전
Ricardo Corrie
1303040e17
(react-native-sdk) Adds `CONFERENCE_FOCUSED` and `CONFERENCE_BLURRED` events to the external and RN api (#13657)
* (react-native-sdk) Adds `CONFERENCE_FOCUSED` and `CONFERENCE_BLURRED` events to the external and RN API
2 년 전
Calin-Teodor
38280c358f
sdk(react-native-sdk): alpha sort actionTypes
2 년 전
Ricardo Corrie
f7c1500bc0
(react-native-sdk): Adds `onEnterPictureInPicture` handler prop to JitsiMeeting component
2 년 전
Calinteodor
beb30c5224
feat(mobile/external-api): fixed screenshare event toggle tracking (#13620)
* feat(mobile/external-api): fixed screenshare event toggle tracking
2 년 전
Saúl Ibarra Corretgé
ec9fcdf1cb
RN refactor immersive mode (#13583)
* fix(android): refactor immersive mode
2 년 전
Calinteodor
63761d515a
feat(base/flags): created flag to control unsafe room warning (#13560)
* feat(base/flags): created flag to control unsafe room warning
2 년 전
Calinteodor
27c62b3d78
sdk(react-native-sdk): error fixes (#13549)
* feat(mobile/background/react-native-sdk): replaced removeListener deprecated method and fixed some undefined errors
2 년 전
Filip Rejmus
935a391525
feat(rnsdk) add initial React Native SDK
Co-authored-by: Calin-Teodor <calin.chitu@8x8.com >
Co-authored-by: Saúl Ibarra Corretgé <saghul@jitsi.org >
3 년 전
Robert Pintilii
ae281e9935
ref(TS) Improve TS (#13370)
Use correct types for action, dispatch and getState
2 년 전
Robert Pintilii
59f1ee1e1e
ref(TS) Improve TS (#13355)
2 년 전
Robert Pintilii
6b28af8329
ref(flow) Remove flow (#13343)
Remove flow-related packages
Remove type annotations from JS files
2 년 전
Gabriel Borlea
a112d38943
feat(prejoin) add unsafe room name warning
2 년 전
Robert Pintilii
dc037bc8dd
ref(TS) Convert some native components to TS (#13307)
2 년 전
Robert Pintilii
a22db037c7
ref(TS) Improve TS (#13282)
Remove unnecessary @ts-ignores
Use @ts-expect-error instead of @ts-ignore for external dependencies
2 년 전
Robert Pintilii
646c58f7d1
ref(TS) Convert some native components to TS (#13264)
2 년 전
Robert Pintilii
96b6edccf8
ref(TS) Remove flow comments in TS files (#13258)
2 년 전
Calinteodor
a5663872d9
feat(invite/native): add people functionality fixes (#13240)
feat(invite/native): add people functionality fixes
2 년 전
Calinteodor
ba4784f149
feat(subtitles): rework feature (#12484)
* feat(subtitles): separated web from native and created native subtitles screen
2 년 전
Robert Pintilii
13e818e135
ref(TS) Convert some native components to TS (#13203)
2 년 전
Robert Pintilii
84ad0200a8
ref(TS) Convert some native components to TS (#13200)
2 년 전
Robert Pintilii
05a79ec793
ref: Remove index files (#13154)
Fix imports
Convert some files to TS
2 년 전
Robert Pintilii
0b65acb528
ref: Remove some index files (#13151)
Fix imports
2 년 전
Robert Pintilii
6afb7ba9a6
ref(TS) Changes types to interfaces (#13141)
2 년 전
Robert Pintilii
9ac039a408
ref: Remove some index files (#13140)
2 년 전
Robert Pintilii
1bf0bd6bca
fix(design-system) Remove tokens that are not part of DS (#13122)
Replace tokens with ones that are part of the Design System and are either the same or very similar
2 년 전
Robert Pintilii
754f658489
ref(redux) Remove connect wrapper (#13083)
2 년 전
Calinteodor
4eea924c02
feat(mobile/navigation): fixed close button size (#13063)
2 년 전
Calinteodor
f7e7750cfb
fix(base/ui): Buttons fix for accessibility large text (#13036)
* feat(base/ui): native ui updates
2 년 전
Calinteodor
3cb0df579c
feat(overlay): native page reload dialog (#12667)
feat(overlay): native feature removal + replaced PageReloadOverlay with PageReloadDialog
2 년 전
Calinteodor
838b26f770
ref(dep): updated react navigation dependencies (#12768)
* updated react navigation dependencies to latest
2 년 전
Saúl Ibarra Corretgé
d3d442e4d2
fix(rn,polyfills) simplify WebRTC polyfills
Use the polyfiller provided by react-native-webrtc.
Drop the permissions API polyfill since we no longer use it in the app
and lib-jitsi-meet already works without it.
3 년 전
tmoldovan8x8
9fae488070
fix(rn) removes settings dialog webviews and opens urls in browser
3 년 전
Robert Pintilii
0ba033e07d
ref(TS) Improve TS (#12612)
Remove unnecessary @ts-ignores
Remove unnecessary eslint-disable
3 년 전
Calinteodor
6bce0bc917
fix: Native styles fixes (#12606)
* feat(conference/native): update indicator styles
* feat(prejoin/native): removed unnecessary styles
* feat(mobile/navigation): fixed header buttons style
* feat(mobile/navigation): fixed linter
3 년 전
Calinteodor
93566e313e
feat(native): Last mobile release UI fixes (#12603)
* feat(base/modal): order props alphabetically
* feat(base/ui): added ripple color for tertiary button
* feat(prejoin): removed autoFocus from input and adjusted content
* feat(conference): adjusted RaisedHandCountLabel and added extra code spaces
* feat(prejoin): fixed content to fit tablets
* feat(conference): moved header button styles to navigation styles
* feat(mobile/navigation): updated header navigation button styles
* feat(prejoin): updated elements width, removed left inset
3 년 전
Calinteodor
971fe0481f
feat(chat/polls/native) Update chat and polls UI (#12550)
* feat(chat/polls/native): update ui
3 년 전
Saúl Ibarra Corretgé
79c4cabbad
feat(rn) make status bar visible at all times
3 년 전
Calin-Teodor
10db5ecf1f
feat(welcome/native): improved ui
3 년 전
Calinteodor
74cd486232
feat(chat/native): moved ChatAndPollsNavigator to mobile/navigation (#12527)
* feat(chat/native): moved ChatAndPollsNavigator to mobile/navigation
3 년 전