Rocket.Chat.ReactNative/app/views
Youssef Muhamad e05aa1eb52
[NEW] Log events from RoomsList, SideDrawer and Profile (#2190)
* Create method to track user event to isolate the logic to improve future refactoring

* Track Onboarding view

* Track NewServer view

* Refactor track method due to firebase already send the current screen

* Track default login and all the oAuth options

* Track default sign up in RegisterView

* Change trackUserEvent signature and update all the files

* Track the remaining login services

* track add server, change server and search

* Track SidebarView and refactor to use react-navigation

* Track profile events and handle exceptions

* Track create channel flux

* Track send message to user via NewMessageView

* Track create direct message flux

* Handle failure of create channel and group in the saga

* Track create discussion flux

* Track navigate to directory and its actions

* Track read, favorite and hide a channel, handling its errors

* Track all channels sorting and grouping

* Resolve requests to improve the importing logs and events

* Remove unused events file

* Leave a bugsnag breadcrumb when logging an event

* Move all logEvent to the top of code block and log remaining fail events

* Move all the non-logic-dependent logEvent to the top of code block

* Improve the logging of sidebar events

* Improve events from onboarding and newserver

* Improve events from login and register view, and log enter with apple

* Improve NewMessageView events

* Improve CreateChannel events

* Improve CreateDiscussion and SelectedUsers create group events

* Improve RoomsList events and log trivial events

* Improve ProfileView events

* Remove single line function body for the sidebarNavigate

* Navigate to Status and AdminPanel View using the defined sidebarNavigate method

Co-authored-by: Diego Mello <diegolmello@gmail.com>
2020-07-30 10:26:17 -03:00
..
AdminPanelView [FIX] Admin panel not logging in automatically (#2330) 2020-07-22 16:41:36 -03:00
AutoTranslateView [FIX] The auto translate toggle don't save right state (#2142) 2020-06-17 16:22:22 -03:00
CreateDiscussionView [NEW] Log events from RoomsList, SideDrawer and Profile (#2190) 2020-07-30 10:26:17 -03:00
DirectoryView [NEW] Log events from RoomsList, SideDrawer and Profile (#2190) 2020-07-30 10:26:17 -03:00
InviteUsersEditView [FIX] i18n being called outside render (#2334) 2020-07-24 16:23:34 -03:00
InviteUsersView [CHORE] Update react-navigation to v5 (#2154) 2020-06-15 11:00:46 -03:00
LanguageView [CHORE] Update react-navigation to v5 (#2154) 2020-06-15 11:00:46 -03:00
MessagesView [FIX] MessagesView title not working (#2294) 2020-07-24 16:58:14 -03:00
NotificationPreferencesView [FIX] i18n being called outside render (#2334) 2020-07-24 16:23:34 -03:00
OnboardingView [NEW] Log events from RoomsList, SideDrawer and Profile (#2190) 2020-07-30 10:26:17 -03:00
ProfileView [NEW] Log events from RoomsList, SideDrawer and Profile (#2190) 2020-07-30 10:26:17 -03:00
ReadReceiptView [FIX] Read receipts on tablet (#2297) 2020-07-17 14:13:44 -03:00
RoomActionsView [CHORE] Update icon names (#2318) 2020-07-27 16:53:33 -03:00
RoomInfoEditView [CHORE] Update react-navigation to v5 (#2154) 2020-06-15 11:00:46 -03:00
RoomInfoView [FIX] Room Info actions doesn't check permissions/settings enabled (#2292) 2020-07-17 14:08:15 -03:00
RoomMembersView [FIX] Missing icons (#2353) 2020-07-29 18:02:51 -03:00
RoomView [CHORE] Update icon names (#2318) 2020-07-27 16:53:33 -03:00
RoomsListView [NEW] Log events from RoomsList, SideDrawer and Profile (#2190) 2020-07-30 10:26:17 -03:00
SearchMessagesView [CHORE] Update react-navigation to v5 (#2154) 2020-06-15 11:00:46 -03:00
SettingsView [IMPROVEMENT] Clear image cache when clear cache (#2300) 2020-07-17 14:39:06 -03:00
ShareListView [CHORE] Update icon names (#2318) 2020-07-27 16:53:33 -03:00
ShareView [CHORE] Update icon names (#2318) 2020-07-27 16:53:33 -03:00
SidebarView [NEW] Log events from RoomsList, SideDrawer and Profile (#2190) 2020-07-30 10:26:17 -03:00
ThreadMessagesView [FIX] ThreadMessagesView throwing error when subscription wasn't found (#2255) 2020-07-08 13:50:07 -03:00
WorkspaceView [IMPROVEMENT] Clear image cache when clear cache (#2300) 2020-07-17 14:39:06 -03:00
AttachmentView.js [FIX] AttachmentView crashing during title decode (#2253) 2020-07-08 13:40:51 -03:00
AuthLoadingView.js [CHORE] Update react-navigation to v5 (#2154) 2020-06-15 11:00:46 -03:00
AuthenticationWebView.js [NEW] IFrame authentication (#2184) 2020-06-17 17:12:21 -03:00
ChangePasscodeView.js [CHORE] Update icon names (#2318) 2020-07-27 16:53:33 -03:00
CreateChannelView.js [NEW] Log events from RoomsList, SideDrawer and Profile (#2190) 2020-07-30 10:26:17 -03:00
DefaultBrowserView.js [FIX] i18n being called outside render (#2334) 2020-07-24 16:23:34 -03:00
ForgotPasswordView.js [NEW] Log events from RoomsList, SideDrawer and Profile (#2190) 2020-07-30 10:26:17 -03:00
ForwardLivechatView.js [CHORE] Update react-navigation to v5 (#2154) 2020-06-15 11:00:46 -03:00
JitsiMeetView.js [CHORE] Update react-navigation to v5 (#2154) 2020-06-15 11:00:46 -03:00
LegalView.js [CHORE] Update react-navigation to v5 (#2154) 2020-06-15 11:00:46 -03:00
LivechatEditView.js [CHORE] Update icon names (#2318) 2020-07-27 16:53:33 -03:00
LoginView.js [NEW] Log events from RoomsList, SideDrawer and Profile (#2190) 2020-07-30 10:26:17 -03:00
MarkdownTableView.js [CHORE] Update react-navigation to v5 (#2154) 2020-06-15 11:00:46 -03:00
ModalBlockView.js Update dependencies (#2301) 2020-07-20 13:35:17 -03:00
NewMessageView.js [NEW] Log events from RoomsList, SideDrawer and Profile (#2190) 2020-07-30 10:26:17 -03:00
NewServerView.js [NEW] Log events from RoomsList, SideDrawer and Profile (#2190) 2020-07-30 10:26:17 -03:00
PickerView.js [FIX] i18n being called outside render (#2334) 2020-07-24 16:23:34 -03:00
RegisterView.js [NEW] Log events from RoomsList, SideDrawer and Profile (#2190) 2020-07-30 10:26:17 -03:00
ScreenLockConfigView.js [CHORE] Update react-navigation to v5 (#2154) 2020-06-15 11:00:46 -03:00
ScreenLockedView.js [NEW] Passcode and biometric unlock (#2059) 2020-05-08 14:04:37 -03:00
SelectServerView.js [CHORE] Update react-navigation to v5 (#2154) 2020-06-15 11:00:46 -03:00
SelectedUsersView.js [NEW] Log events from RoomsList, SideDrawer and Profile (#2190) 2020-07-30 10:26:17 -03:00
SetUsernameView.js [CHORE] Add wrapper to make Meteor methods calls over REST (#2104) 2020-06-29 14:57:39 -03:00
StatusView.js [FIX] i18n being called outside render (#2334) 2020-07-24 16:23:34 -03:00
Styles.js [CHORE] Update react-navigation to v5 (#2154) 2020-06-15 11:00:46 -03:00
ThemeView.js [FIX] i18n being called outside render (#2334) 2020-07-24 16:23:34 -03:00
VisitorNavigationView.js [CHORE] Update react-navigation to v5 (#2154) 2020-06-15 11:00:46 -03:00
WithoutServersView.js [CHORE] Update react-navigation to v5 (#2154) 2020-06-15 11:00:46 -03:00