Saúl Ibarra Corretgé
dc5a776123
fix(ios) fix drag handle not rendering with latest react-native-svg
Fill must be properly specified.
4 年前
Saúl Ibarra Corretgé
44d7828e9c
rn,overflow-menu: improve drag icon
4 年前
Bettenbuk Zoltan
29dc63fbcb
ref: merge prejoin with lobby
5 年前
Bettenbuk Zoltan
475a2ae596
feat: lobby feature
The lobby feature adds the possibility to lock a meeting and only allow people in after virtually knocking and going through formal approval
5 年前
Bettenbuk Zoltan
0598e7369b
ref: eslint-config-jitsi@1.0.3
5 年前
Mihai Uscat
75c836c70c
feat(AddPeopleDialog): Update design; feat(SecurityDialog): Implement
5 年前
Jonathan Scholz
547d1547bb
fix(dialog): use height behavior in KeyboardAvoidingView
5 年前
Jonathan Scholz
39853e048b
fix(dialog): fix on-screen keyboard overlapping dialog boxes
5 年前
Marco Zehe
e32f367b0c
React Native accessibility fixes (#5825)
* Accessibility: Make the native toolbox item communicate that it is a button.
* Accessibility: If an item is toggled, mark it as selected for accessibility
* Accessibility: Make the toolbox a toolbar for accessibility
* Accessibility: Mark the bottom sheet as a menu for accessibility
* Fix typo, AccessibilityRole, not AccessibleRole
* Statement fix
* Appease the linter
* Fix linting errors for real this time
5 年前
Saúl Ibarra Corretgé
579d08e27e
bottom-sheet: tweak UI
- re-add thepand icon, shaped like a pill
- round top corners
5 年前
Saúl Ibarra Corretgé
a4333d3a80
rn,overflow-menu: add a "more options" button
5 年前
Bettenbuk Zoltan
9b60537e0f
feat: add swipe handler to entire bottom sheet
5 年前
Bettenbuk Zoltan
411bafb5a6
feat: minimized bottom menu
5 年前
Saúl Ibarra Corretgé
792f506425
ios: drop support for iOS 10
5 年前
Bettenbuk Zoltan
a35099f949
feat: add chat color scheming
5 年前
Bettenbuk Zoltan
245eb89b85
fix BottomSheet shaking
5 年前
Bettenbuk Zoltan
382ec011eb
ref: reduce device popup bundle size
5 年前
Bettenbuk Zoltan
8a3ddd8596
feat: SVG icons
5 年前
Saúl Ibarra Corretgé
5a934c071a
logging: use individual, names loggers
React Native doesn't define __filename nor __dirname so do it artisanally. In
addition, this helps with centralizing the configuration passed to loggers.
5 年前
Saúl Ibarra Corretgé
dd23ed09ad
deps: react-native@0.60
5 年前
Bettenbuk Zoltan
b31d7b4451
ref: remove createStyleSheet from dialog styles
5 年前
Bettenbuk Zoltan
8dea3389ee
fix: avoid clicking behind dialogs
5 年前
Bettenbuk Zoltan
a53a86ee7a
feat: add room lock pwd error message
5 年前
Saúl Ibarra Corretgé
30c0bfc108
rn: disable vertical scrollbars on bottom sheets
5 年前
Bettenbuk Zoltan
54fdb7066f
feat: scrollable bottom sheet
6 年前
Bettenbuk Zoltan
d387cbe5bd
fix: iOS 10 bottom sheet style
6 年前
Дамян Минков
d16e10baec
room-lock: adds ability to allow only digits for room locking
6 年前
Bettenbuk Zoltan
7e9df74e60
rn: add generic alert dialog
6 年前
Saúl Ibarra Corretgé
70dc22c107
rn: refactor BottomSheet
Avoid using a Modal since those create trouble with the view hierarchy.
6 年前
Bettenbuk Zoltan
b7198ba4b3
Add recording file sharing switch
6 年前
Bettenbuk Zoltan
2a5adfc601
Remove some Flow annotations
6 年前
Saúl Ibarra Corretgé
c025c7e132
flow: tame the beast
🔥🔥🔥
6 年前
Bettenbuk Zoltan
8400d01d75
[RN] Add color scheme support to dialog buttons
6 年前
Bettenbuk Zoltan
98c7430b6f
[RN] Replace red screen with dialog
6 年前
Bettenbuk Zoltan
ebdcbe122a
Change dialog button property keys
6 年前
Bettenbuk Zoltan
e094b6516a
[RN] Add color scheme support - Components
6 年前
Bettenbuk Zoltan
eef31d05cf
[RN] Add an abstraction layer to Modal
6 年前
Bettenbuk Zoltan
c503187dc1
[RN] Fix input dialog value bug
6 年前
Bettenbuk Zoltan
5c0ae10ccb
Remote video menu post-PR improvements
6 年前
Saúl Ibarra Corretgé
0b6496bf4d
misc: drop dependency on prop-types and polyfill
6 年前
Saúl Ibarra Corretgé
8ac701ab74
deps: drop @atlaskit/layer-manager dependency
We no longer need it since Rect 16 takes care of passing the context around.
It's also deprecated: https://atlaskit.atlassian.com/packages/core/layer-manager
6 年前
Leonard Kim
8b399e8caf
chore(dep): bump @atlaskit/modal-dialog 6.0.12 to 7.1.2
The package now requires using a ModalTransition component
to handle animations. The existing DialogContainer component
has been split into native and web implementations to support
this change.
6 年前
Bettenbuk Zoltan
6b68fba220
[RN] Add remote video menu
6 年前
Bettenbuk Zoltan
80e8afa9c1
[RN] Remove react-native-prompt
6 年前
Bettenbuk Zoltan
506b15e3b5
[RN] Recolor BottomSheet
6 年前
Bettenbuk Zoltan
62e7fd7e8e
[RN] Make feature dialogs branded: recording
6 年前
Bettenbuk Zoltan
22a602768c
[RN] Add branded dialog component
6 年前
mmoanis
b844a9f06b
Abstract the DialogWithTabs title so it can be reused with other components
6 年前
Leonard Kim
c4f1588bb0
ref(dialog): set mounted flag after mount
6 年前
Leonard Kim
72c1fa38be
ref(modal): simplify functional footer passing to remove componentWillUpdate
6 年前