yanas
d1d4674136
Fixes some jsdocs.
2016-09-19 18:04:55 -05:00
Paweł Domas
9b5d4b8ceb
Merge pull request #856 from jitsi/implement_muted_ended_track_events
...
feat(UI): Add UI support for camera issue detection
2016-09-19 16:03:06 -05:00
hristoterezov
abe216a0bb
feat(UI): Add UI support for camera issue detection
2016-09-19 14:49:50 -05:00
hristoterezov
84983c341e
Merge pull request #844 from jitsi/device-selection-rework
...
Device selection rework
2016-09-19 13:56:21 -05:00
Paweł Domas
075423ee96
Merge pull request #895 from jitsi/fix-incorrect-json-file
...
Fix incorrect JSON file
2016-09-19 13:29:06 -05:00
Lyubomir Marinov
2ff77676e2
Fix incorrect JSON file
...
The extension of the file modules/UI/side_pannels/chat/smileys.json
suggests that the format of the file is JSON. However, it contains
JavaScript RegExp instances which do not represent valid JSON. Such
discrepancies between file extension and format cause failures in
certain tools such as Webpack. Convert the file (both extension and
format) into a valid ES2015 module.
2016-09-19 12:48:38 -05:00
yanas
2da3373e10
Merge pull request #890 from jitsi/updates-watermark-link
...
Updates handling links on watermarks.
2016-09-18 17:02:12 -05:00
yanas
1486eac752
Applies fixes to thumbnail video toolbar from m-voloshin
2016-09-18 16:58:34 -05:00
yanas
c5adecb6e1
Adds menu icon to font.
2016-09-18 16:42:33 -05:00
damencho
e4c4236386
Updates handling links on watermarks.
...
When link is missing disable clicking.
2016-09-16 15:17:34 -05:00
yanas
e5e7e043ee
Merge pull request #889 from BeatC/tooltips-bg
...
Change color for tooltip
2016-09-16 12:54:15 -05:00
Ilya Daynatovich
f8d01b4312
Change color for tooltip
2016-09-16 19:05:23 +03:00
Дамян Минков
f0a898c674
Merge pull request #885 from jitsi/add-raise-hand-toggle
...
Adds raise hand toggle state.
2016-09-16 10:28:12 -05:00
yanas
8b7bdb4957
Changes the raise hand event name to fit better the action
2016-09-16 10:22:50 -05:00
yanas
bd46430434
Small color change
2016-09-16 10:22:50 -05:00
yanas
a1635ccc68
Adds javadoc
2016-09-16 10:22:50 -05:00
yanas
1853fa6fae
Adds raise hand toggle state.
2016-09-16 10:22:50 -05:00
Дамян Минков
692f0792e1
Merge pull request #886 from jitsi/fix-some-tooltips
...
Fixes dominant speaker and raised hand tooltips
2016-09-16 10:18:23 -05:00
yanas
bc222c60e0
Fixes dominant speaker and raised hand tooltips
2016-09-16 00:37:29 -05:00
yanas
96bbf0419c
Adds tooltips
2016-09-16 00:04:19 -05:00
yanas
531e3d2765
Merge pull request #884 from jitsi/updates-lock-room
...
Updates lock room
2016-09-15 22:24:58 -05:00
damencho
02165786f1
Handles case where somebody removed lock of the room while we attempt to join.
...
Receiving password required, marks the room as locked, but if we try to enter without password, mark it as unlocked till we receive a password required error or we successfully join.
2016-09-15 16:34:02 -05:00
damencho
a449223b40
Clears the password if user cancels password prompt.
...
Clears the password if user cancel attempt to enter password, as using one instance of locker for multiple attempts keeps the password.
2016-09-15 16:32:10 -05:00
yanas
12344ab486
Merge pull request #883 from jitsi/contactlist-displayname
...
Syncs contactlist display names with thumbnails.
2016-09-15 15:22:47 -05:00
yanas
b6e18d8a68
Merge pull request #882 from jitsi/fix-hide-toolbar
...
Fixes hiding toolbar.
2016-09-15 15:10:54 -05:00
damencho
1a0677cb59
Syncs contactlist display names with thumbnails.
...
Uses the same display names in the contact list as in the thumbnails, for local and remote.
2016-09-15 15:01:48 -05:00
damencho
c483587853
Fixes hiding toolbar.
...
Receiving messages docks the toolbar to be able to see number of unread messages. We need to undock it when we read the messages. We skip undocking if we are not in video mode (on large), cause stuff like youtube video share is docking/undocking the toolbar.
2016-09-15 14:02:56 -05:00
hristoterezov
9b25467080
Merge pull request #878 from jitsi/video-thumbnail-redesign
...
Video thumbnails redesign
2016-09-15 13:48:07 -05:00
yanas
f37fd15fca
Merge pull request #876 from jitsi/ui-ringoverlay-stop
...
feat(ringoverlay): Stop ringing after 30s and change the message
2016-09-14 21:44:59 -05:00
yanas
5092f52716
Merge pull request #874 from jitsi/ui-fix-ringoverlay
...
feat(ringoverlay): Change the background when the avatar is displayed
2016-09-14 21:40:54 -05:00
yanas
0013745783
Video thumbnails redesign
2016-09-14 21:20:54 -05:00
hristoterezov
ad5fa13339
feat(ringoverlay): Stop ringing after 30s and change the message
2016-09-14 17:55:43 -05:00
yanas
e1fa5ecb34
Merge pull request #873 from jitsi/chat-updates
...
Chat updates
2016-09-14 17:08:34 -05:00
damencho
e1512e3776
Fixes focusing on write area or nickname input when chat is open.
2016-09-14 16:47:10 -05:00
hristoterezov
dab5252746
feat(ringoverlay): Change the background when the avatar is displayed
2016-09-14 16:26:17 -05:00
damencho
d8dd564b06
Fixes clearing message counter on opening the chat.
2016-09-14 15:22:36 -05:00
damencho
407b082780
Removes changing the message icon and flashing on new message.
2016-09-14 15:18:14 -05:00
damencho
a671093489
Introduces chat_container_id variable.
2016-09-14 15:13:15 -05:00
damencho
3ee61df319
Updates talk while muted indication after latest ui changes.
2016-09-14 13:26:28 -05:00
damencho
c43b1f54c7
Shows toolbar before showing talk while muted notification.
2016-09-14 13:26:28 -05:00
damencho
1a554828e1
Adds option to add custom timeout for hiding toolbar.
2016-09-14 13:26:28 -05:00
damencho
974a0334df
Updates text for talk while muted.
2016-09-14 13:26:28 -05:00
damencho
e7e7c7d5a0
Handles talk while muted event.
2016-09-14 13:26:28 -05:00
Дамян Минков
29f0c0b311
Merge pull request #870 from jitsi/add-raised-hand-icon
...
Adds raise hand icon
2016-09-14 12:17:06 -05:00
yanas
955680018f
Merge pull request #872 from jitsi/fix-hiding-toolbars
...
Fixes hiding toolbars.
2016-09-14 12:16:57 -05:00
damencho
686e85cd4f
Fixes hiding toolbars.
...
Schedule new hide check if toolbar is hovered, overlay is shown or the sideBar container is visible (chat, contactlist , etc.).
2016-09-14 11:51:47 -05:00
hristoterezov
297d4e65fc
style(gitignore): Add .sync-config.cson
2016-09-14 11:38:43 -05:00
yanas
0e94bf7e0b
Merge pull request #871 from jitsi/fix-remote-video-thumb
...
Fixes parameters for VideoLayout.resizeThumbnails.
2016-09-14 11:00:14 -05:00
damencho
a5bc9625ef
Fixes parameters for VideoLayout.resizeThumbnails.
2016-09-14 10:48:38 -05:00
yanas
cbde4f89b2
Adds raise hand icon
2016-09-14 09:00:59 -05:00