Rocket.Chat.ReactNative/app/views
Diego Mello 18f359a8ef
Regression: Poor performance in messages list on Android (#4536)
* Create custom RefreshControl as a workaround

* Remove unnecessary FlatList rngh change
2022-09-22 09:49:59 -03:00
..
AdminPanelView Chore: Evaluate AdminPanelView - TypeScript (#4162) 2022-05-11 13:33:27 -03:00
AutoTranslateView Chore: Evaluate helpers and utils - Typescript (#4146) 2022-06-06 11:17:51 -03:00
CannedResponsesListView Chore: Create useDebounce hook (#4470) 2022-09-16 12:19:07 -03:00
CreateChannelView Regression: Create private team and channel as default (#4493) 2022-09-09 11:49:06 -03:00
CreateDiscussionView [FIX] Jump to message stuck on loading animation (#4410) 2022-08-19 18:14:37 -03:00
DefaultBrowserView Chore: Hooks app/views/DefaultBrowserView (#4424) 2022-08-19 10:46:58 -03:00
DirectoryView Chore: Migrate Touch to hooks (#4422) 2022-08-17 10:32:21 -03:00
DiscussionsView Chore: Create useDebounce hook (#4470) 2022-09-16 12:19:07 -03:00
InviteUsersEditView Chore: Evaluate helpers and utils - Typescript (#4146) 2022-06-06 11:17:51 -03:00
InviteUsersView Chore: Upgrade React Native to 0.68.2 (#4316) 2022-08-08 18:02:08 -03:00
LanguageView Chore: Evaluate helpers and utils - Typescript (#4146) 2022-06-06 11:17:51 -03:00
MessagesView Chore: Evaluate helpers and utils - Typescript (#4146) 2022-06-06 11:17:51 -03:00
NewMessageView [IMPROVE] Redesign create room flow (#4381) 2022-08-26 16:16:45 -03:00
NewServerView Chore: Migrate Touch to hooks (#4422) 2022-08-17 10:32:21 -03:00
NotificationPreferencesView Chore: Migrate NotificationPreferencesView to hooks (#4327) 2022-08-01 13:35:05 -03:00
ProfileView [FIX]Update profile name (#4513) 2022-09-16 12:04:25 -03:00
ReadReceiptView Chore: Upgrade React Native to 0.68.2 (#4316) 2022-08-08 18:02:08 -03:00
RoomActionsView [FIX] Add loading prop on RoomActionsView to avoid double click (#4462) 2022-09-05 09:33:56 -03:00
RoomInfoEditView [IMPROVE] Redesign create room flow (#4381) 2022-08-26 16:16:45 -03:00
RoomInfoView [IMPROVE] Redesign create room flow (#4381) 2022-08-26 16:16:45 -03:00
RoomMembersView [IMPROVE] Redesign create room flow (#4381) 2022-08-26 16:16:45 -03:00
RoomView Regression: Poor performance in messages list on Android (#4536) 2022-09-22 09:49:59 -03:00
RoomsListView Chore: Upgrade React Native to 0.68.2 (#4316) 2022-08-08 18:02:08 -03:00
SearchMessagesView Revert "Chore: Migration to Hooks - Markdown (#4264)" (#4338) 2022-07-04 15:10:14 -03:00
SelectedUsersView [IMPROVE] Redesign create room flow (#4381) 2022-08-26 16:16:45 -03:00
SettingsView [NEW] Persist audio files (#4448) 2022-08-19 10:24:29 -03:00
ShareListView Chore: Upgrade React Native to 0.68.2 (#4316) 2022-08-08 18:02:08 -03:00
ShareView [FIX] Jump to message stuck on loading animation (#4410) 2022-08-19 18:14:37 -03:00
SidebarView Chore: Migrate Touch to hooks (#4422) 2022-08-17 10:32:21 -03:00
StatusView [FIX] Jump to message stuck on loading animation (#4410) 2022-08-19 18:14:37 -03:00
ThreadMessagesView Chore: Update Storybook libs to v6 (#4439) 2022-08-19 16:53:40 -03:00
UserNotificationPreferencesView Chore: Evaluate UserNotificationPreferencesView - TypeScript (#4079) 2022-05-02 22:45:31 -03:00
UserPreferencesView [IMPROVE] Remove show message in main thread preference (#4435) 2022-08-25 16:53:19 -03:00
WorkspaceView Chore: Evaluate helpers and utils - Typescript (#4146) 2022-06-06 11:17:51 -03:00
AddChannelTeamView.tsx Chore: Evaluate AddChannelTeamView - TypeScript (#4170) 2022-05-17 10:39:21 -03:00
AddExistingChannelView.tsx [FIX] Jump to message stuck on loading animation (#4410) 2022-08-19 18:14:37 -03:00
AttachmentView.tsx Chore: Upgrade React Native to 0.68.2 (#4316) 2022-08-08 18:02:08 -03:00
AuthLoadingView.tsx Chore: Create useAppSelector hook (#4189) 2022-05-13 12:01:34 -03:00
AuthenticationWebView.tsx Chore: Evaluate helpers and utils - Typescript (#4146) 2022-06-06 11:17:51 -03:00
CannedResponseDetail.tsx Revert "Chore: Migration to Hooks - Markdown (#4264)" (#4338) 2022-07-04 15:10:14 -03:00
ChangePasscodeView.tsx Chore: Evaluate helpers and utils - Typescript (#4146) 2022-06-06 11:17:51 -03:00
CloseLivechatView.tsx Chore: Ignore icons on Prettier (#4426) 2022-08-11 15:16:04 -03:00
DisplayPrefsView.tsx Chore: Evaluate helpers and utils - Typescript (#4146) 2022-06-06 11:17:51 -03:00
E2EEncryptionSecurityView.tsx Chore: Migration to Hooks - FormTextInput (#4256) 2022-06-27 15:46:59 -03:00
E2EEnterYourPasswordView.tsx Chore: Migrate E2EEnterYourPasswordView to hooks (#4423) 2022-08-11 11:59:40 -03:00
E2EHowItWorksView.tsx Chore: Migrate E2EHowItWorksView to hooks (#4416) 2022-08-11 11:50:03 -03:00
E2ESaveYourPasswordView.tsx Chore: Migrate E2ESaveYourPasswordView to hooks (#4432) 2022-08-17 10:51:40 -03:00
ForgotPasswordView.tsx Chore: Hooks app/views/ForgotPasswordView (#4485) 2022-09-06 14:44:31 -03:00
ForwardLivechatView.tsx [IMPROVE] Migrate UIKit/MultiSelect to ActionSheet (#4255) 2022-07-13 16:31:58 -03:00
JitsiMeetView.tsx Regression: Jitsi not leaving call properly (#4511) 2022-09-09 15:15:08 -03:00
LegalView.tsx Chore: Evaluate helpers and utils - Typescript (#4146) 2022-06-06 11:17:51 -03:00
LivechatEditView.tsx Chore: Upgrade React Native to 0.68.2 (#4316) 2022-08-08 18:02:08 -03:00
LoginView.tsx Chore: Upgrade React Native to 0.68.2 (#4316) 2022-08-08 18:02:08 -03:00
MarkdownTableView.tsx Chore: Evaluate helpers and utils - Typescript (#4146) 2022-06-06 11:17:51 -03:00
ModalBlockView.tsx Chore: Upgrade React Native to 0.68.2 (#4316) 2022-08-08 18:02:08 -03:00
PickerView.tsx Chore: Evaluate helpers and utils - Typescript (#4146) 2022-06-06 11:17:51 -03:00
RegisterView.tsx [FIX] When creating a new user, "Custom Fields" are breaking functionality (#4501) 2022-09-09 14:01:55 -03:00
ScreenLockConfigView.tsx Chore: Evaluate helpers and utils - Typescript (#4146) 2022-06-06 11:17:51 -03:00
ScreenLockedView.tsx Chore: Upgrade React Native to 0.68.2 (#4316) 2022-08-08 18:02:08 -03:00
SecurityPrivacyView.tsx Chore: Update Storybook libs to v6 (#4439) 2022-08-19 16:53:40 -03:00
SelectListView.tsx Chore: Evaluate helpers and utils - Typescript (#4146) 2022-06-06 11:17:51 -03:00
SelectServerView.tsx Chore: Hooks app/views/SelectServerView (#4445) 2022-08-18 19:09:25 -03:00
SendEmailConfirmationView.tsx Chore: Migration to Hooks - FormTextInput (#4256) 2022-06-27 15:46:59 -03:00
SetUsernameView.tsx Chore: Hooks app/views/SetUsernameView (#4488) 2022-09-06 13:53:21 -03:00
Styles.ts [NEW] Use Inter font (#4459) 2022-08-23 16:32:51 -03:00
TeamChannelsView.tsx [IMPROVE] Use UI Elements from react-navigation (#4314) 2022-07-06 10:23:02 -03:00
ThemeView.tsx Chore: Improve code and migrate some props to hooks on ThemeView (#4414) 2022-09-12 10:16:00 -03:00
WithoutServersView.tsx Chore: Migrate WithoutServerView to hooks (#4415) 2022-08-11 11:41:18 -03:00