jiti-meet/react/features
Saúl Ibarra Corretgé bfeaf329e1 [RN] Add polyfill for localStorage
It's built on top of React Native's AsyncStorage. They have differing APIs, so
we implement a synchronous API on top of an asynchronous one. This is done by
being optimistic and hoping that operations will happen asynchronously. If one
such operation fails, the error is ignored and life goes on, since operations
are performed in the in-memory cache first.

Note to reviewers: LocalStorage.js lacks Flow annotations because indexable
class declarations are not yet supported:
https://github.com/facebook/flow/issues/1323 and yours truly couldn't find a way
to make the required syntax work without making it unnecessarily complex.
2017-09-05 10:42:42 -05:00
..
always-on-top fix(alwaysontop): change the size of the toolbar 2017-08-28 14:52:31 -05:00
analytics analytics: lower log severity when we fail to create a handler 2017-09-05 10:48:57 +02:00
app [RN] Load config.js only when the room is known 2017-09-02 13:26:07 -05:00
audio-level-indicator feat(audio-level): convert SmallVideo AudioLevelIndicator to React 2017-06-22 11:14:41 -05:00
base [RN] Add polyfill for localStorage 2017-09-05 10:42:42 -05:00
conference [RN] Create tracks right when they are required 2017-08-22 07:28:19 -05:00
connection-indicator feat(popover): create a wrapper around InlineDialog 2017-08-24 22:00:14 -05:00
connection-stats few tweaks to fix some exceptions in edge 2017-08-28 21:52:52 +00:00
desktop-picker fix(desktop_picker): Use defaultProps 2017-07-10 17:43:29 -05:00
device-selection feat(local-video): convert to react (#1705) 2017-07-14 14:22:27 -05:00
dial-out ref(invite): use AtlasKit for invite modal buttons and inputs (#1868) 2017-08-15 14:30:57 -05:00
display-name feat(display-name): convert prompt to react 2017-08-04 10:21:18 -05:00
feedback feat(tooltips): add for video quality label and feedback button 2017-08-30 11:10:28 -05:00
filmstrip feat(filmstrip): show thumbnails with toolbar and on hover (#1944) 2017-09-01 16:40:05 -05:00
invite fix(peopleSearch): queryTypes are defined in config.js 2017-08-31 15:04:29 -05:00
jwt feat(pinning): move web pinning logic into redux 2017-08-11 10:43:35 +01:00
large-video ref(recording): convert recording label to react (#1915) 2017-08-25 11:45:30 -05:00
mobile [RN] Refactor "Keep track of ongoing network requests" and "Show a progress indicator in the BlankPage" 2017-08-29 18:54:04 -05:00
notifications ref(notifications): bring hiding of notifications into redux 2017-08-02 11:19:38 -07:00
overlay ref(notifications): bring hiding of notifications into redux 2017-08-02 11:19:38 -07:00
presence-status feat(presence): display status in thumbnail and large video (#1828) 2017-07-31 18:33:22 -05:00
recording ref(1-on-1): move remote video visibility to a selector (#1922) 2017-08-29 10:08:16 -05:00
remote-control feat(remotecontrol): Make sure the receiver is always sharing entire screen 2017-07-09 16:34:08 -05:00
remote-video-menu feat(popover): create a wrapper around InlineDialog 2017-08-24 22:00:14 -05:00
room-lock Updates field-text dependency version and add autofocus prop. 2017-06-07 17:06:48 -05:00
share-room Move ConferenceUrl.inviteURL into React and redux 2017-06-01 21:04:31 -05:00
speaker-stats Prepare for eslint 4 2017-06-14 22:17:35 -05:00
toolbox ref(toolbar): add wrapper around buttons for torture tests 2017-08-30 11:31:15 -05:00
unsupported-browser Fix 'Missing JSDoc comment  require-jsdoc' 2017-06-01 21:01:50 -05:00
video-quality feat(tooltips): add for video quality label and feedback button 2017-08-30 11:10:28 -05:00
welcome [RN] Prepare to display BlankPage more 2017-09-02 13:26:06 -05:00