Saúl Ibarra Corretgé
0dcb8a025b
fix(rn,bottomsheet) limit width
4年前
Mihai-Andrei Uscat
43761fc398
feat(Chat) Improve responsive behaviour further.
* Add buttons to send messages/set nickname.
* Redesign message/nickname inputs.
* Pin messages to the input.
* Add keyboard avoider for Safari.
* Make chat content scrollable on mobile.
4年前
Steffen Kolmer
ef7d425859
feat(ui) update AtlasKit components
4年前
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
6年前
Bettenbuk Zoltan
8dea3389ee
fix: avoid clicking behind dialogs
6年前
Bettenbuk Zoltan
a53a86ee7a
feat: add room lock pwd error message
6年前
Saúl Ibarra Corretgé
30c0bfc108
rn: disable vertical scrollbars on bottom sheets
6年前
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年前