jiti-meet/react/features/mobile
Lyubo Marinov 7f8e8177d0 [RN] Refactor "Keep track of ongoing network requests" and "Show a progress indicator in the BlankPage"
I'm not saying that the two commits in question were wrong or worse than
what I'm offering. Anyway, I think what I'm offering brings:

* Compliance with expectations i.e. the middleware doesn't compute the
next state from the current state, the reducer does;

* Clarity and/or simplicity i.e. there's no global variable (reqIndex),
there's no need for the term "index" (a.k.a "reqIndex") in the redux
store.

* By renaming net-interceptor to network-activity feels like it's
preparing the feature to implement a NetworkActivityIndicator React
Component which will take on more of the knowledge about the specifics
of what is the network activity redux state exactly, is it maintained by
interception or some other mechanism, and abstracts it in the feature
itself allowing outsiders to merely render a React Component.
2017-08-29 18:54:04 -05:00
..
audio-mode [RN] base/media is intent, base/tracks is reality 2017-08-04 16:07:48 -05:00
background [RN] base/media is intent, base/tracks is reality 2017-08-04 16:07:48 -05:00
external-api [RN] Fix the conference URL delivered to JitsiMeetView's listeners 2017-08-01 06:31:03 -05:00
full-screen [RN] base/media is intent, base/tracks is reality 2017-08-04 16:07:48 -05:00
image-cache [RN] Make react-native-img-cache optional at bundle time 2017-08-18 14:54:25 -05:00
network-activity [RN] Refactor "Keep track of ongoing network requests" and "Show a progress indicator in the BlankPage" 2017-08-29 18:54:04 -05:00
permissions [RN] Remove denied permission alert from WelcomePage 2017-08-22 16:38:14 -05:00
proximity [RN] base/media is intent, base/tracks is reality 2017-08-04 16:07:48 -05:00
wake-lock [RN] Add audio only mode for conferences 2017-04-05 15:07:34 -05:00