Zoltan Bettenbuk
0456df239f
Fix case sensitive recent list ( #2730 )
2018-04-04 12:54:42 -07:00
virtuacoplenny
2f23f8e400
Info dialog: bold labels, no url truncation, only auto show on lonely call ( #2619 )
...
* fix(info): bold info labels
* fix(info): do not truncate url
* feat(info): show only during a lonely call
2018-04-04 08:58:54 -07:00
Zoltan Bettenbuk
2412239206
[RN] Assorted hintbox fixes
...
* Align hint box text to center
* Fix disappearing hint box on android
2018-04-04 14:50:12 +02:00
Zoltan Bettenbuk
cc6e04ddf8
[RN] Fix calendar alerts when case sensitive URLs are used
2018-04-04 11:21:02 +02:00
paweldomas
6f11bbc400
feat(mobile): handle kicked out of the conference
...
Being kicked out of the conference will result with a conference failed
event with 'conference.kicked' reason and take the user back to
the welcome page by navigating to 'undefined'.
2018-04-03 16:02:15 -05:00
virtuacoplenny
7c08116dc2
ref(toolbar): add accessibility labels for torture tests ( #2685 )
...
* ref(toolbar): add accessibility labels for torture tests
* squash: update propTypes
2018-04-03 12:32:00 -07:00
Leonard Kim
f8717a7135
fix(gum): add electron string for requesting gum permissions
...
Electron generally can bypass having to get permission for
audio and video. In the case it doesn't have it, and the
permission screen is displayed, a string should still display
prompting the user to click allow. Right now the string id
displays.
2018-04-02 16:13:57 -05:00
Leonard Kim
1b85442dba
chore(deps): update lib-jitsi-meet to 6282e7a8
...
This update is explicitly for FF screenshare and
gum retry fixes.
2018-04-02 16:13:35 -05:00
George Politis
ea46cbc479
feat: enableTcc, enableRemb, minParticipants.
2018-04-02 15:37:53 -05:00
Leonard Kim
b76ab305e3
fix(welcome-page): prevent form submit to prevent page refresh
2018-03-30 15:16:22 -05:00
Leonard Kim
358ce0799e
fix(toolbar): the conference obj is needed to submit feedback
2018-03-30 14:45:27 -05:00
Leonard Kim
e7223c49ef
fix(feedback): let star label color be inherited from atlaskit
2018-03-30 14:23:01 -05:00
Leonard Kim
02a31746fb
fix(toolbar): do not use toggle class for recording
2018-03-30 13:07:38 -05:00
Leonard Kim
40154b1feb
fix(toolbar): tweak chat backgrounds to be darker
2018-03-29 13:38:42 -05:00
Leonard Kim
4c49e3bec0
fix(toolbar): use old toolbar logic for showing screenshare
...
I don't understand the old showDesktopSharingButton action
but I've tried my best to copy it over. There is an existing
issue where the keyboard shortcut gets registered when it
probably shouldn't because screensharing is disabled. It will
be fixed soon with refactoring of the entire logic determining
whether or not to show the screensharing button.
2018-03-29 13:38:42 -05:00
Leonard Kim
0a086fa3f7
fix(toolbar): do not show invite button if features not available
...
This is instead of showing the button with a tooltip about it
being disabled.
2018-03-29 13:38:42 -05:00
virtuacoplenny
b353b8fffb
chore(deps): update lib-jitsi-meet to ef0e14b ( #2679 )
2018-03-29 13:42:42 +02:00
Zoltan Bettenbuk
a3c00021de
[RN] Fix showing user avatar in sidebar
2018-03-29 11:47:32 +02:00
virtuacoplenny
1e0a3ceb74
fix(chat): polyfills for lib-jitsi-meet ChatRoom#onPresence ( #2678 )
...
The onPresence parsing was refactored to remove use of jQuery.
This exposed three methods not available in react-native:
ParentNode.children, ChildNode.remove, and
document.querySelectorAll. The querySelectorAll change could
be swapped for the already polyfilled querySelector, but
children and remove had to be added. The polyfills are based
on those supplied by MDN web docs, but modified to pass jitsi
linting.
2018-03-28 18:04:42 -07:00
Boris Grozev
8492aad7d6
npm: Updates lib-jitsi-meet to cab2fabd56e9591148997c78a82da433ecf28dec.
2018-03-28 16:08:54 -05:00
Leonard Kim
7ad9fa8392
fix(toolbar): exercise old video muting flow
...
The redux flows for video muting may not cover all cases
that the conference.js flows cover. Just exercise the old
flows to be safe.
2018-03-28 13:52:04 -05:00
Leonard Kim
6916252ce1
fix(toolbar): exercise conference audio toggling
...
The redux flows do not account for as many scenarios, such
as config.startWithAudioMuted being true.
2018-03-28 13:52:04 -05:00
Leonard Kim
b4eae56eed
fix(toolbar): css hacks to raise notifications
2018-03-28 13:52:04 -05:00
Saúl Ibarra Corretgé
eb69fb69cb
feat(conference): lower the redirect timeout after feedback submission ( #2673 )
2018-03-28 07:35:26 -07:00
virtuacoplenny
2b7cdbc6a8
ref(toolbar): use new toolbar by default ( #2666 )
2018-03-27 19:39:42 -05:00
jitsi-pootle
f3a90f048a
New files added from translate.jitsi.org based on templates
2018-03-27 23:38:51 +00:00
virtuacoplenny
8bf69d30b7
fix(toolbar): make darker for better text contrast ( #2667 )
...
* fix(toolbar): make darker for better text contrast
* squash: borrow some atlaskit colors
2018-03-27 15:30:04 -07:00
Saúl Ibarra Corretgé
45078fe6b2
[RN] Don't auto-correct any field in settings
2018-03-27 12:58:56 -07:00
Saúl Ibarra Corretgé
4783b22018
[RN] Don't auto-capitalize email field in settings
2018-03-27 12:58:56 -07:00
Leonard Kim
d93782af8a
feat(new-toolbars): initial implementation
2018-03-27 00:54:30 -05:00
Shuai Li
962df14382
[iOS] Fix launching the app after the introduction of Swift in sdk
2018-03-26 23:14:45 -05:00
virtuacoplenny
01db70fd3d
Merge pull request #2636 from zbettenbuk/calendar-permission-fix
...
Reorganize calendar access request flow
2018-03-26 07:57:24 -07:00
Дамян Минков
6cc8800016
Update poltergeist's presence with identity information. ( #2650 )
2018-03-23 13:58:05 -07:00
virtuacoplenny
e5596c3cd5
fix(recording): let the google app for api calls be overridable ( #2653 )
2018-03-23 10:52:32 -07:00
virtuacoplenny
1b91e0bc2f
improve invite error handling ( #2649 )
...
* fix(invite): do not send empty queries for people search
The endpoint might return an error if an empty query is sent.
* fix(invite): add error logging for failed people directory requests
The error currently being passed through from $.getJSON ended up
being an empty string plus was not getting logged. So switch to
fetch to move along with jquery killing and log the error.
* fix(dial-in): add error logging for failed requests
* ref(invite): create a fetch helper to remove duplicate logic
2018-03-23 09:37:04 -07:00
zbettenbuk
b258e0d397
Reorganize calendar access request flow
2018-03-23 07:53:36 +01:00
virtuacoplenny
83f47c2df1
feat(invite): add basic analytics for AddPeople dialog ( #2641 )
...
* feat(invite): add basic analytics for AddPeople dialog
Analytics for opening the dialog, closing the dialog, the
count of invites sent, and the count of invites errored.
* squash: fix typo, change default count init, remove extra analytics param
2018-03-22 17:53:16 -07:00
virtuacoplenny
a39da15c94
ref(invite): remove unused nuclear-js dep ( #2642 )
2018-03-22 16:22:26 -07:00
Daniel Ornelas
fd787abf85
Change deployment target of JitsiMeet iOS SDK to 10.0
2018-03-22 16:40:46 -04:00
Daniel Ornelas
7822155e5e
Fix iPad rotation related issue when in PiP
2018-03-22 16:40:17 -04:00
Paweł Domas
15e1633d86
fix(config): no legacy over non-legacy override ( #2644 )
...
Do not take legacy property into account if there's non-legacy value.
2018-03-22 10:57:08 -05:00
Daniel Ornelas
de0a7bfcd3
Some improvements for handling completion of transitions. Fixed a wrong conferenceEnded value when user left the conversation.
2018-03-22 00:04:25 -04:00
Daniel Ornelas
5858859838
Addressing feedback from PR
2018-03-22 00:04:25 -04:00
Daniel Ornelas
8428dd95c2
Implement Exit PiP mode in PiPWindow
2018-03-21 22:00:43 -04:00
Daniel Ornelas
a26ccf195e
Added initialization of JitsiMeetManager components
2018-03-21 22:00:43 -04:00
Daniel Ornelas
0a5f60c637
Refactor PiP code into its own components
2018-03-21 22:00:43 -04:00
Daniel Ornelas
f8163de765
Implement Jitsi meet presentation interface that supports custom PiP solution
2018-03-21 22:00:43 -04:00
Daniel Ornelas
181580871f
Initial work for testing PiP mode
2018-03-21 22:00:43 -04:00
damencho
ea431ca90c
Adds new text for Firefox screen-sharing permission denied error.
2018-03-21 18:06:17 -05:00
damencho
a902540167
Removes Firefox extension handle (removed in FF newer than latest ESR).
2018-03-21 18:06:17 -05:00