hristoterezov
5a14d1ed6c
fix(deviceselectionpopup): the name and position of device selection button for film strip only mode
2017-06-08 21:46:58 -05:00
hristoterezov
96e83989a5
feat(device_selection): Implement popup
2017-06-07 09:23:40 -05:00
Lyubo Marinov
d437f3db03
[React] Call/ring overlay
...
Rewrite the non-React RingOverlay into the React Component CallOverlay
in a way which makes it easier to port to React Native.
2017-06-06 00:11:39 -05:00
damencho
70e1bfc6b8
Enables vertical filmstrip by default.
2017-05-26 12:58:52 -05:00
Leonard Kim
aabe641047
feat(vertical-filmstrip): Initial implementation
...
- Add a class to the body when in vertical filmstrip mode
- Override styles as necessary to support the mode
- Add an option to make tooltips display from the left
- Move the HD Label to the bottom left
- Move the remote video menu to the bottom left, move the mute
icons to the bottom right
- Scale the local video's height and width to fit the filmstrip
2017-05-23 13:28:27 -07:00
yanas
2855ea1500
Adds dial-out UI.
2017-05-23 09:00:40 -05:00
Leonard Kim
a1476c68f1
fix(audio-only): remove button from toolbar and set label cursor
...
Audio only mode will be toggleable only from the VideoStatusLabel,
so remove AudioOnlyButton from the toolbar and delete the component
itself. As a result of the button being removed, a truthy check in
VideoStatusLabel was also removed to ensure it will display as it
is now the only way to toggle audio only mode. Also set the cursor
on VideoStatusLabel to always be default, so it can never show the
text cursor.
2017-05-22 14:46:05 -05:00
Saúl Ibarra Corretgé
9ba3a1c4ff
feat(conference): add audio only mode
...
Audio only mode can be used to save bandwidth. In this mode local video is muted
and last N is set to 0, thus disabling all remote video.
When this mode is enabled avatars are shown.
2017-05-05 09:27:59 -07:00
damencho
965c811025
Disable dialpad button for now.
...
Disable the button, till we need it, UI is fixed and it is tested that everything works from jitsi-meet, through lib-jitsi-meet and through jigasi.
2017-04-14 11:44:09 -05:00
Lyubo Marinov
743d12e326
Default to mobile app promotion
2017-02-28 00:18:52 -06:00
Ilya Daynatovich
05b7df26e6
Add no mobile app component
2017-02-27 21:50:20 -06:00
yanas
d84901f196
Font size adjustment and moving link to config param
2017-02-15 17:57:57 -06:00
damencho
6006333ccf
Adds an option to show watermark only for guests.
2017-01-03 17:30:57 -06:00
damencho
63aa60f2d6
Adds an option for a hint message shown only to guests.
2016-12-30 10:59:21 -06:00
yanas
ff8c6690ef
Comment and empty lines removed
2016-11-10 17:27:19 -06:00
yanas
5c956de99e
Merges changes with latest master.
2016-11-07 16:50:08 -06:00
Дамян Минков
a9c984e7db
Merge pull request #1091 from BeatC/customer-agreement
...
Customer agreement
2016-11-02 13:18:33 -05:00
Ilya Daynatovich
5e7e5b317b
Fix texts
2016-10-31 19:02:32 +02:00
Kostiantyn Pashura
be1ba21166
make extended buttons dynamic
2016-10-31 13:30:16 +02:00
yanas
86ffccb95a
Merge pull request #1076 from kkrisstoff/UI/bugs-and-adjustments
...
audio_level oppacity and addParticipant button name
2016-10-28 16:10:47 -05:00
Konstantyn Pahsura
d7ed0bac69
audio_level oppacity and addParticipant button name
2016-10-28 18:39:40 +03:00
Ilya Daynatovich
209272f940
Add detect translation freeze in interface config
2016-10-28 16:18:08 +03:00
hristoterezov
a65fca851c
refactor(FilmStrip): calculateThumbnailSizeFromAvailable
2016-10-20 11:34:14 -05:00
Kostiantyn Pashura
436f3b9d9b
auth btn removed. login/logout --> Profile
2016-10-20 12:28:58 +03:00
yanas
43906a4e30
Fix undefined check.
2016-10-17 16:05:46 -05:00
yanas
9641dbf373
Adds toolbar splitter button
2016-10-17 16:05:46 -05:00
yanas
ee31d24f7c
Puts fullscreen button in the top toolbar
2016-10-13 15:10:10 -05:00
hristoterezov
e5503deadd
feat(RingOverlay): Add interfaceConfig option for disabling ringing
2016-10-11 10:17:41 -05:00
hristoterezov
8fafd2b4ea
feat(SmallVideo.js): New interface.config property for dominant speaker icon disable
2016-10-10 17:37:21 -05:00
Lyubomir Marinov
a2b076985a
ESLint
...
Enable ESLint on jitsi-meet with the same configuration and the same
goals as in lib-jitsi-meet.
2016-10-03 11:12:27 -05:00
yanas
3bb877cc3a
Audio levels redesign.
2016-09-28 16:41:13 -05:00
Kostiantyn Pashura
82ebfd9945
disable_star_indicator added
2016-09-22 12:52:53 +03:00
yanas
2d2915967c
Fixes focus in Feedback and makes animation configurable.
2016-09-19 23:25:03 -05:00
yanas
0013745783
Video thumbnails redesign
2016-09-14 21:20:54 -05:00
yanas
cf49c8c6ff
Adds raise hand button to the side toolbar
2016-09-13 21:21:31 -05:00
yanas
929639b06b
Merge pull request #863 from jitsi/contact-list-update
...
Contact list update
2016-09-13 21:21:03 -05:00
yanas
45496b7592
Make settings sections configurable
2016-09-13 20:43:44 -05:00
damencho
4c72833f5a
Adds an option and hide avatars in contact list.
2016-09-13 17:14:05 -05:00
yanas
d250623fde
Ring overlay improvements and enable buttons fix
2016-09-12 23:24:10 -05:00
yanas
f811410b45
Settings re-design
2016-09-11 16:55:06 -05:00
damencho
ff68caaa16
Adds a comment and disables jshint error.
...
Merge pull request #760 from aaronkvanmeerten/master
2016-08-01 17:00:47 -05:00
Aaron van Meerten
a58190a935
Interface Config loaded via SSI into index.html to allow deployment-specific overrides even when using CDN
...
update whitespace in toolbar buttons array to allow value to be more easily overridden
2016-08-01 16:42:15 -05:00
yanas
0a2a6e5677
Changing random avatars to robohash.
2016-03-24 10:03:48 -05:00
yanas
64d8cb2db2
Turning video thumbnails into squares. Changes the size of the dominant speaker avatar and fixes some minor thing around those two.
2016-03-24 10:01:08 -05:00
yanas
5c0088d2ef
Main UI polishing. Removes rounded corners, fixes gaps. Adding custom avatars.
2016-03-24 09:59:03 -05:00
damencho
38275ce045
Shared video, synchronized playing/seek/muting/volume initial commit.
2016-03-18 15:00:55 -05:00
damencho
4ff6d276ce
Removes prezi.
2016-03-11 12:00:10 -06:00
yanas
30f3da98e5
Fixes thumbnail resize and thumbnails going on a second row. Refactors code around the film strip and resize in general.
2016-02-24 15:05:24 -06:00
yanas
27d509332a
Merges Boris Grozev's commit from Dec 8, 2015, named: Uses a single avatar URL, allows to override gravatar with a custom URL. Commit: a2c41392
2016-01-19 17:11:16 -06:00
damencho
3fd68fa0fd
Renames all active speaker references to be called dominant speaker.
2016-01-11 18:14:01 -06:00