bgrozev
6ab25f7bc0
Remove callstats (#14076)
* ref: Remove precall test.
* ref: Remove callstats.
* Remove the dependency on react-native-callstats.
1 рік тому
Horatiu Muresan
7f21075613
fix(media-devices) Fix configuring media devices on init (#14097)
- on 3rd party prejoin, we did not setup the initial devices, resulting in always creating tracks for default device for camera and mic regardless of settings, and for both meeting and 3rd party prejoin to not set the audio output device at all
1 рік тому
Calin-Teodor
4cc4c25691
feat(prejoin/native): fix display name input on prejoin
1 рік тому
Mihaela Dumitru
b546d01c2d
fix(prejoin) improve display name handling relative to configs (#13865)
1 рік тому
Calinteodor
d04515c35a
feat(prejoin/native): fixed screen header hooks warning (#13845)
* feat(prejoin/native): fixed screen header hooks warning
1 рік тому
Calinteodor
a95eaa6c2e
feat(base/ui): Native buttons UI fixes (#13788)
* feat(base/ui): native buttons UI fixes and improvements
1 рік тому
Saúl Ibarra Corretgé
6d3ff5a956
feat(unsafe-room-name) unify logic
Wrap the logic in a function that also checks the existence of a feature
flag on mobile in addition to the config value.
Ref: https://github.com/jitsi/jitsi-meet/issues/13603#issuecomment-1662086531
1 рік тому
Emmanuel Pelletier
51a4e7daa3
Globally improve accessibility for screen reader users (#12969)
feat(a11y): Globally improve accessibility for screen reader users
2 роки тому
Hristo Terezov
70be08212d
fix(RN): broken build after AV pending changes.
2 роки тому
Gabriel Borlea
279a4efb83
fix(prejoin): avoid bypass unsafe consent when enter is pressed in name input (#13344)
2 роки тому
Gabriel Borlea
a112d38943
feat(prejoin) add unsafe room name warning
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
007283aab3
chore(deps) Cleanup (#13246)
Remove @atlaskit and styled-components
Upgrade @emotion and @mui packages
Move @types packages to devDeps
2 роки тому
Robert Pintilii
13e818e135
ref(TS) Convert some native components to TS (#13203)
2 роки тому
Robert Pintilii
fc0fd2d08c
ref(TS) Convert some components to TS (#13198)
2 роки тому
Robert Pintilii
2de416c1fa
fix(dial-in) Make text selectable (#13205)
2 роки тому
Robert Pintilii
5a64bd76fb
ref(prejoin) Refactor styles (#13187)
Move styles from SCSS to JSS
Convert class to function component
2 роки тому
Robert Pintilii
c1f1c0d341
ref(TS) Convert some components to TS (#13179)
2 роки тому
Bartosz Schiller
5201f8791a
Add feature flag to hide the participant name editing field on the prejoin page
2 роки тому
Robert Pintilii
0b65acb528
ref: Remove some index files (#13151)
Fix imports
2 роки тому
Robert Pintilii
9ac039a408
ref: Remove some index files (#13140)
2 роки тому
Robert Pintilii
46c91b7566
ref(TS) Convert some components to TS (#13137)
*Remove unnecessary @ts-ignores
2 роки тому
Robert Pintilii
29945f4809
ref(TS) Improve TS (#13120)
Remove unnecessary @ts-ignore
Fix some TS errors
2 роки тому
Robert Pintilii
d7cad9d560
feat(prejoin) Update design & refactor (#13089)
Update Dial Out Dialog design
Update Country Picker design
Convert some files to TS
Move styles from SCSS to JSS
Replace atlaskit InlineDialog with Popover in CountryPIcker and Prejoin components
2 роки тому
Robert Pintilii
78a4f9b792
ref(avatar) Convert to TS (#13092)
Fix imports
Remove unnecessary @ts-ignore
2 роки тому
Calin-Teodor
a7fa33286d
feat(prejoin): decreased height for bottom container
2 роки тому
Robert Pintilii
754f658489
ref(redux) Remove connect wrapper (#13083)
2 роки тому
Robert Pintilii
fbc0a502e7
ref(TS) Improve TS (#12656)
2 роки тому
Robert Pintilii
0d5dae7ab9
feat(prejoin) Update design (#12844)
2 роки тому
Horatiu Muresan
0ad52a06ce
feat(prejoin) Disable join buttons during joining
- use new `Button` component for drop down buttons
2 роки тому
Robert Pintilii
0ba033e07d
ref(TS) Improve TS (#12612)
Remove unnecessary @ts-ignores
Remove unnecessary eslint-disable
2 роки тому
Calinteodor
48a6472b3b
feat(lobby/prejoin/native): style updates (#12615)
feat(lobby/prejoin/native): style updates (#12615 )
2 роки тому
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 роки тому
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 роки тому
Calinteodor
a795e0797a
feat(native): New mobile release UI fixes (#12592)
2 роки тому
Calin-Teodor
7d9c13a618
feat(prejoin): updated styles
2 роки тому
Joseph Garrone
4ef4e45ee4
fix(styles) Remove Theme type annotation (#12544)
* tss-react doesn't need a type anotation for the Theme
* Update tss-react to 4.4.4
2 роки тому
Calin-Teodor
c0f0803f01
feat(base/modal): addBottomPadding default prop for extra padding on JitsiScreen
2 роки тому
Calinteodor
1731d5188d
feat(prejoin/native): updated UI (#12528)
2 роки тому
Calinteodor
2c7dc5e40e
feat(base/ui/native): Use new Input component (#12526)
feat(base/ui/native): replaced react native TextInput component with our native Input component
2 роки тому
Robert Pintilii
936a1a6b0e
ref(design) Update icons (#12489)
Remove unused icons
Remove fill none from icons
Rename some icons
2 роки тому
Robert Pintilii
b52b4c2a78
ref(TS ) Improve TS (#12491)
Remove global variables from files
Change type to interface
2 роки тому
Saúl Ibarra Corretgé
7cd39b7983
feat(ts) make tsc happy
2 роки тому
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 роки тому
Robert Pintilii
6ab996568b
ref(TS, rn) Fix some TS errors on tsconfig.native (#12432)
2 роки тому
Robert Pintilii
2938d1f2dc
ref(TS) Require interfaces to start with I (#12424)
2 роки тому
Robert Pintilii
442ae6c3cb
chore(TS): Create web tsconfig (#12381)
* fix(ts,connection) avoid mixing web and native code
* chore(ts) split config
The mobile part is still WIP.
* Remove default tsconfig
* Fix ts-loader - use web tsconfig
* Fix tsconfig
Use noEmit only on npm scripts (for type checking), but don't use it in webpack
* Fix
* Fix import
* Fix
Co-authored-by: Saúl Ibarra Corretgé <saghul@jitsi.org >
2 роки тому
Robert Pintilii
44c8b31187
ref(styles) Change some withStyles to makeStyles (#12373)
Convert PreMeetingScreen to TS and transform it to function component
2 роки тому
Calin-Teodor
e8e6beabab
feat(prejoin/native): adjusted room name margins
2 роки тому