jiti-meet/react/features/base
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
..
conference [RN] Try to create local tracks when unmuting, if track is missing 2017-08-22 07:28:19 -05:00
config [RN] Load config.js only when the room is known 2017-09-02 13:26:07 -05:00
connection Remove duplication 2017-09-01 23:55:25 -05:00
devices [RN] Polyfill Symbol 2017-05-26 16:37:22 -05:00
dialog feat(dialog): add missing export for actionTypes 2017-07-18 13:35:24 +02:00
font-icons [RN] Update jitsi font icon selection 2017-07-06 17:14:00 -05:00
i18n Uses languages.json to obtain supported languages. 2017-07-27 16:36:22 -05:00
lib-jitsi-meet [RN] Add polyfill for localStorage 2017-09-05 10:42:42 -05:00
logging Fix the initialization of the (external) API 2017-05-30 09:38:18 -05:00
media [RN] Try to create local tracks when unmuting, if track is missing 2017-08-22 07:28:19 -05:00
participants Remove duplication 2017-09-01 23:55:25 -05:00
popover feat(popover): create a wrapper around InlineDialog 2017-08-24 22:00:14 -05:00
react [Android] Destroy containes when they are not visible 2017-07-28 10:25:46 -05:00
redux Remove duplication 2017-09-01 23:55:25 -05:00
styles [RN] Workaround for Android view clipping 2017-07-24 15:01:37 -05:00
tracks [RN] Remove denied permission alert from WelcomePage 2017-08-22 16:38:14 -05:00
util Moves analytics loading to react. (#1945) 2017-09-01 14:14:03 -05:00