jiti-meet/react/features/base
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
..
conference feat(new-toolbars): initial implementation 2018-03-27 00:54:30 -05:00
config fix(recording): let the google app for api calls be overridable (#2653) 2018-03-23 10:52:32 -07:00
connection feat(new-toolbars): initial implementation 2018-03-27 00:54:30 -05:00
devices [RN] Polyfill Symbol 2017-05-26 16:37:22 -05:00
dialog feat(new-toolbars): initial implementation 2018-03-27 00:54:30 -05:00
font-icons feat(new-toolbars): initial implementation 2018-03-27 00:54:30 -05:00
i18n Refactor i18n calendar formatter 2018-03-13 18:04:17 -05:00
jwt feat: add join/leave sounds on mobile 2018-03-13 16:57:28 -05:00
lib-jitsi-meet fix(chat): polyfills for lib-jitsi-meet ChatRoom#onPresence (#2678) 2018-03-28 18:04:42 -07:00
logging [RN] Make full-screen more resilient on Android (Coding style: consistency) 2018-02-14 12:28:22 -06:00
media flow(AbstractAudio): specific function types 2018-03-13 16:57:29 -05:00
participants feat(new-toolbars): initial implementation 2018-03-27 00:54:30 -05:00
popover fix(filmstrip-only): prevent stats display 2017-10-10 12:47:19 -05:00
profile [RN] Fix base/profile and recent-list bugs 2018-02-27 20:52:34 -06:00
react Merge pull request #2636 from zbettenbuk/calendar-permission-fix 2018-03-26 07:57:24 -07:00
redux Introduce base/storage to represent the Web Storage API and persistence-related customizations 2018-02-02 15:13:26 -06:00
responsive-ui Fix iPad rotation related issue when in PiP 2018-03-22 16:40:17 -04:00
sounds feat: add join/leave sounds on mobile 2018-03-13 16:57:28 -05:00
storage [RN] Fix base/profile and recent-list bugs 2018-02-27 20:52:34 -06:00
styles Remove obsolate PlatformElements.native.js 2018-03-13 18:04:17 -05:00
tracks feat(new-toolbars): initial implementation 2018-03-27 00:54:30 -05:00
util improve invite error handling (#2649) 2018-03-23 09:37:04 -07:00