jiti-meet/react/features/base
paweldomas 6931b8f2fb feat(TestHint): add 'onPress' property
Allows to bind a click handler to a TestHint.

When a mobile test wants to click an UI element it must be able to
locate it through the accessibility layer. Now the problem with that is
that there is currently no uniform way for finding element on both iOS
and Android. This problem is solved by TestHint component which takes
an id parameter which then can be specified in the corresponding java
TestHint class in jitsi-meet-torture to easily find it. By being able to
add a click handler to a TestHint, it's possible to duplicate original
handler under nested TestHint and then find it easily on the torture
side.
2018-04-19 16:49:22 -05:00
..
conference Fix startAudioOnly and startWithVideoMuted collision on start from URL 2018-04-16 22:02:37 -05:00
config ref(toolbar): remove reference to unused config autoEnableDesktopSharing 2018-04-11 10:35:01 +02:00
connection [RN] Fix calendar alerts when case sensitive URLs are used 2018-04-04 11:21:02 +02: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 fix(toolbar): video quality button shows current video quality (#2761) 2018-04-11 13:04:40 -07: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 feat(android): support NAT64 2018-04-05 10:21:59 -05:00
logging [RN] Make full-screen more resilient on Android (Coding style: consistency) 2018-02-14 12:28:22 -06:00
media [RN] Avoid "pinch to zoom" onPress 2018-04-17 17:42:46 -05:00
participants fix(RN): bundle sound files in release build 2018-04-10 10:59:52 +02:00
popover fix(filmstrip-only): prevent stats display 2017-10-10 12:47:19 -05:00
profile Proper use of getPropertyValue in base/media 2018-04-13 21:57:40 -05:00
react Coding style: formatting, typos 2018-04-16 18:09:08 -05: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 fix(RN): bundle sound files in release build 2018-04-10 10:59:52 +02: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
testing feat(TestHint): add 'onPress' property 2018-04-19 16:49:22 -05:00
tracks Fix startAudioOnly and startWithVideoMuted collision on start from URL 2018-04-16 22:02:37 -05:00
util Fix app crash with special characters in the room name 2018-04-16 18:09:08 -05:00