9972e88b67
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 |
||
---|---|---|
.. | ||
src | ||
build.gradle | ||
proguard-rules.pro |