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
1 year ago
Calin-Teodor
38280c358f
sdk(react-native-sdk): alpha sort actionTypes
1 year ago
Ricardo Corrie
f7c1500bc0
(react-native-sdk): Adds `onEnterPictureInPicture` handler prop to JitsiMeeting component
1 year ago
Calinteodor
beb30c5224
feat(mobile/external-api): fixed screenshare event toggle tracking (#13620)
* feat(mobile/external-api): fixed screenshare event toggle tracking
1 year ago
Saúl Ibarra Corretgé
ec9fcdf1cb
RN refactor immersive mode (#13583)
* fix(android): refactor immersive mode
1 year ago
Calinteodor
63761d515a
feat(base/flags): created flag to control unsafe room warning (#13560)
* feat(base/flags): created flag to control unsafe room warning
1 year ago
Calinteodor
27c62b3d78
sdk(react-native-sdk): error fixes (#13549)
* feat(mobile/background/react-native-sdk): replaced removeListener deprecated method and fixed some undefined errors
1 year ago
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 >
2 years ago
Robert Pintilii
ae281e9935
ref(TS) Improve TS (#13370)
Use correct types for action, dispatch and getState
2 years ago
Robert Pintilii
59f1ee1e1e
ref(TS) Improve TS (#13355)
2 years ago
Robert Pintilii
6b28af8329
ref(flow) Remove flow (#13343)
Remove flow-related packages
Remove type annotations from JS files
2 years ago
Gabriel Borlea
a112d38943
feat(prejoin) add unsafe room name warning
2 years ago
Robert Pintilii
dc037bc8dd
ref(TS) Convert some native components to TS (#13307)
2 years ago
Robert Pintilii
a22db037c7
ref(TS) Improve TS (#13282)
Remove unnecessary @ts-ignores
Use @ts-expect-error instead of @ts-ignore for external dependencies
2 years ago
Robert Pintilii
646c58f7d1
ref(TS) Convert some native components to TS (#13264)
2 years ago
Robert Pintilii
96b6edccf8
ref(TS) Remove flow comments in TS files (#13258)
2 years ago
Calinteodor
a5663872d9
feat(invite/native): add people functionality fixes (#13240)
feat(invite/native): add people functionality fixes
2 years ago
Calinteodor
ba4784f149
feat(subtitles): rework feature (#12484)
* feat(subtitles): separated web from native and created native subtitles screen
2 years ago
Robert Pintilii
13e818e135
ref(TS) Convert some native components to TS (#13203)
2 years ago
Robert Pintilii
84ad0200a8
ref(TS) Convert some native components to TS (#13200)
2 years ago
Robert Pintilii
05a79ec793
ref: Remove index files (#13154)
Fix imports
Convert some files to TS
2 years ago
Robert Pintilii
0b65acb528
ref: Remove some index files (#13151)
Fix imports
2 years ago
Robert Pintilii
6afb7ba9a6
ref(TS) Changes types to interfaces (#13141)
2 years ago
Robert Pintilii
9ac039a408
ref: Remove some index files (#13140)
2 years ago
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 years ago
Robert Pintilii
754f658489
ref(redux) Remove connect wrapper (#13083)
2 years ago
Calinteodor
4eea924c02
feat(mobile/navigation): fixed close button size (#13063)
2 years ago
Calinteodor
f7e7750cfb
fix(base/ui): Buttons fix for accessibility large text (#13036)
* feat(base/ui): native ui updates
2 years ago
Calinteodor
3cb0df579c
feat(overlay): native page reload dialog (#12667)
feat(overlay): native feature removal + replaced PageReloadOverlay with PageReloadDialog
2 years ago
Calinteodor
838b26f770
ref(dep): updated react navigation dependencies (#12768)
* updated react navigation dependencies to latest
2 years ago
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.
2 years ago
tmoldovan8x8
9fae488070
fix(rn) removes settings dialog webviews and opens urls in browser
2 years ago
Robert Pintilii
0ba033e07d
ref(TS) Improve TS (#12612)
Remove unnecessary @ts-ignores
Remove unnecessary eslint-disable
2 years ago
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
2 years ago
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
2 years ago
Calinteodor
971fe0481f
feat(chat/polls/native) Update chat and polls UI (#12550)
* feat(chat/polls/native): update ui
2 years ago
Saúl Ibarra Corretgé
79c4cabbad
feat(rn) make status bar visible at all times
2 years ago
Calin-Teodor
10db5ecf1f
feat(welcome/native): improved ui
2 years ago
Calinteodor
74cd486232
feat(chat/native): moved ChatAndPollsNavigator to mobile/navigation (#12527)
* feat(chat/native): moved ChatAndPollsNavigator to mobile/navigation
2 years ago
Alexey Matveev
30f3bac217
feat(ios) add ability to go PiP while screen sharing
2 years ago
Robert Pintilii
936a1a6b0e
ref(design) Update icons (#12489)
Remove unused icons
Remove fill none from icons
Rename some icons
2 years ago
Saúl Ibarra Corretgé
2596c463fe
fix(ts) make tsc (almost) not cry on native
Co-authored-by: Calinteodor <calin.chitu@8x8.com >
Co-authored-by: Robert Pintilii <robert.pin9@gmail.com >
2 years ago
Calinteodor
4d817af060
feat(settings/native): fixed scroll inside screen (#12395)
* feat(settings): fixed scroll, bottom insets and bounce
2 years ago
Calinteodor
be93fbd512
feat(toolbox/conference/audio-mode/chat/native): UI fixes and updates (#12375)
feat(toolbox/conference/audio-mode/chat/native): UI fixes and updates
2 years ago
Calinteodor
935f95a3d5
feat(prejoin/native): ui updates (#12368)
* feat(prejoin/native): ui updates
2 years ago
Calinteodor
0f7aa5a084
feat(mobile/navigation): disabled bottom tab navigator backBehavior (#12320)
* feat(mobile/navigation): disabled backBehavior in bottom tab navigator
2 years ago
Mihaela Dumitru
d0c22806ec
ref(participants) use enum type to store fake participants (#12316)
2 years ago
Calin-Teodor
cb881311e7
feat(mobile/navigation): updated translations for screen headers
2 years ago
Calinteodor
2de2500080
feat(mobile/navigation/welcome): welcome page tabs translations
2 years ago
Bogdan Duduman
48db099134
feat: include sort members eslint changes
2 years ago