jiti-meet/android/sdk
Saúl Ibarra Corretgé 9972e88b67 [Android] Split base functionality out of JitsiMeetView
As the need for adding more views connected with our React code arises, having
everything in JitsiMeetView is not going to scale.

In order to pave the way for multiple apps / views feeding off the React side,
the following changes have been made:

- All base functionality related to creating a ReactRootView and layout are now
  in BaseReactView
- All Activity lifecycle methods that need to be called by any activity holding
  a BaseReactView are now conveniently placed in ReactActivityLifecycleAdapter
- ExternalAPIModule has been refactored to cater for multiple views: events are
  delivered to views, and its their resposibility to deal with them
- Following on the previous point, ListenerUtils is a utility class for helping
  with the translation from events into listener methods
2018-07-18 22:47:18 -05:00
..
src [Android] Split base functionality out of JitsiMeetView 2018-07-18 22:47:18 -05:00
build.gradle feat(recording): add sounds for when recording starts and stops (#3078) 2018-06-05 20:20:43 +02:00
proguard-rules.pro [RN] Add initial Jitsi Meet SDK for Android 2017-06-09 00:03:23 -05:00