Rocket.Chat.ReactNative/app/views
Diego Mello 7bf7111cfa
feat: New message composer (#5205)
2024-01-25 11:11:07 -03:00
..
AddExistingChannelView regression: Rollback to React Native 0.69.8 (#5162) 2023-08-18 14:48:33 -03:00
AdminPanelView fix: Calls with jwt not working on ios and fix media permission on iOS (#5075) 2023-06-06 18:53:48 -03:00
AutoTranslateView fix: fix bugs related to auto-translate and add tests (#5144) 2023-08-14 17:22:46 -03:00
CannedResponsesListView feat: New message composer (#5205) 2024-01-25 11:11:07 -03:00
ChangeAvatarView fix: avoid log error when cancelling (#5477) 2024-01-15 13:23:01 -03:00
CreateChannelView fix: properly set new room to be encrypted according to server settings (#5176) 2023-09-12 10:07:11 -03:00
CreateDiscussionView regression: Rollback to React Native 0.69.8 (#5162) 2023-08-18 14:48:33 -03:00
DefaultBrowserView Regression: Default Browser View title (#4556) 2022-09-23 17:22:21 -03:00
DirectoryView feat: close dropdown after changing type (#5450) 2024-01-02 10:33:55 -03:00
DiscussionsView fix: when searching and then closing search then title Threads or Discussions is not aligned in center (#5471) 2024-01-19 17:04:16 -03:00
E2EEncryptionSecurityView chore: migrate E2EEncryptionSecurityView to hooks (#5085) 2023-07-05 16:33:47 -03:00
ForwardMessageView feat: forward message (#5110) 2023-08-04 11:09:36 -03:00
InviteUsersEditView Chore: Hooks app/views/InviteUsersEditView (#4670) 2023-02-02 18:41:32 -03:00
InviteUsersView Chore: Upgrade React Native to 0.68.2 (#4316) 2022-08-08 18:02:08 -03:00
JitsiMeetView feat: add user authentication cookies to JitsiMeetView (#5458) 2024-01-19 17:29:17 -03:00
LanguageView Chore: Hooks app/views/LanguageView (#4537) 2022-09-22 18:40:32 -03:00
LoginView chore: migrate LoginView to hooks (#5092) 2023-10-18 14:23:12 -03:00
MediaAutoDownloadView feat: add media auto-download (#5076) 2023-08-07 11:02:30 -03:00
MessagesView feat: new audio player (#5160) 2023-11-20 11:13:15 -03:00
NewMessageView regression: Rollback to React Native 0.69.8 (#5162) 2023-08-18 14:48:33 -03:00
NewServerView feat: Remove landscape support from smartphones (#5203) 2023-09-08 10:51:12 -03:00
NotificationPreferencesView [FIX] Decrease space between sections on lists (#4543) 2022-09-23 17:24:37 -03:00
ProfileView fix: fixes the logic related to setState when saving the profile (#5297) 2023-11-03 16:44:29 -03:00
ReadReceiptView regression: Rollback to React Native 0.69.8 (#5162) 2023-08-18 14:48:33 -03:00
ReportUserView feat: report user (#5371) 2024-01-03 18:14:31 -03:00
RoomActionsView feat: report user (#5371) 2024-01-03 18:14:31 -03:00
RoomInfoEditView regression: Rollback to React Native 0.69.8 (#5162) 2023-08-18 14:48:33 -03:00
RoomInfoView fix: navigate to other rooms tapping at message (#5488) 2024-01-22 14:52:44 -03:00
RoomMembersView fix: crashing the app - Cannot read property 'find' of null at fetchRole method (#5447) 2024-01-09 15:14:55 -03:00
RoomView feat: New message composer (#5205) 2024-01-25 11:11:07 -03:00
RoomsListView feat: Supported Versions (#5185) 2023-10-19 10:38:57 -03:00
SearchMessagesView feat: enable navigate to my own profile from messages (#5293) 2023-11-08 15:03:53 -03:00
SelectedUsersView [FIX] Add users shouldn't have Skip option (#4828) 2023-01-25 15:28:03 -03:00
SettingsView feat: add media auto-download (#5076) 2023-08-07 11:02:30 -03:00
ShareListView chore: Remove unused Jitsi deep link (#5361) 2023-11-23 10:11:11 -03:00
ShareView feat: New message composer (#5205) 2024-01-25 11:11:07 -03:00
SidebarView fix: minor supported versions details (#5296) 2023-10-25 15:19:40 -03:00
StatusView [IMPROVE] Border radius and width on inputs (#4659) 2022-11-10 13:35:59 -03:00
ThreadMessagesView fix: when searching and then closing search then title Threads or Discussions is not aligned in center (#5471) 2024-01-19 17:04:16 -03:00
UserNotificationPreferencesView fix: user notification preference state not reflecting the real state (#5138) 2023-07-19 16:47:01 -03:00
UserPreferencesView feat: New message composer (#5205) 2024-01-25 11:11:07 -03:00
WorkspaceView chore: migrate WorkspaceView to hooks (#5041) 2023-07-05 15:28:01 -03:00
AddChannelTeamView.tsx chore: migrate AddExistingTeamView to hooks (#5042) 2023-07-06 14:40:46 -03:00
AttachmentView.tsx feat: image base64 (#5264) 2023-10-11 11:23:11 -03:00
AuthLoadingView.tsx Chore: Create useAppSelector hook (#4189) 2022-05-13 12:01:34 -03:00
AuthenticationWebView.tsx chore: migrate AuthenticationWebView to hooks (#5054) 2023-10-18 14:13:42 -03:00
CannedResponseDetail.tsx feat: New message composer (#5205) 2024-01-25 11:11:07 -03:00
ChangePasscodeView.tsx feat: Remove landscape support from smartphones (#5203) 2023-09-08 10:51:12 -03:00
CloseLivechatView.tsx [IMPROVE] Add missing borders styles changes (#4675) 2022-11-11 13:04:57 -03:00
DisplayPrefsView.tsx Chore: Evaluate helpers and utils - Typescript (#4146) 2022-06-06 11:17:51 -03:00
E2EEnterYourPasswordView.tsx [IMPROVE] Standardize padding of E2E screens (#4701) 2022-11-21 16:10:38 -03:00
E2EHowItWorksView.tsx [IMPROVE] Standardize padding of E2E screens (#4701) 2022-11-21 16:10:38 -03:00
E2ESaveYourPasswordView.tsx [IMPROVE] Standardize padding of E2E screens (#4701) 2022-11-21 16:10:38 -03:00
ForgotPasswordView.tsx Chore: Hooks app/views/ForgotPasswordView (#4485) 2022-09-06 14:44:31 -03:00
ForwardLivechatView.tsx chore: migrate PickerView to hooks (#5002) 2023-06-30 11:01:01 -03:00
LegalView.tsx Chore: Evaluate helpers and utils - Typescript (#4146) 2022-06-06 11:17:51 -03:00
LivechatEditView.tsx regression: Rollback to React Native 0.69.8 (#5162) 2023-08-18 14:48:33 -03:00
MarkdownTableView.tsx Chore: Evaluate helpers and utils - Typescript (#4146) 2022-06-06 11:17:51 -03:00
ModalBlockView.tsx regression: Rollback to React Native 0.69.8 (#5162) 2023-08-18 14:48:33 -03:00
PickerView.tsx chore: migrate PickerView to hooks (#5002) 2023-06-30 11:01:01 -03:00
RegisterView.tsx regression: Rollback to React Native 0.69.8 (#5162) 2023-08-18 14:48:33 -03:00
ScreenLockConfigView.tsx regression: Rollback to React Native 0.69.8 (#5162) 2023-08-18 14:48:33 -03:00
ScreenLockedView.tsx feat: Remove landscape support from smartphones (#5203) 2023-09-08 10:51:12 -03:00
SecurityPrivacyView.tsx Chore: Update Storybook libs to v6 (#4439) 2022-08-19 16:53:40 -03:00
SelectListView.tsx regression: Rollback to React Native 0.69.8 (#5162) 2023-08-18 14:48:33 -03:00
SelectServerView.tsx regression: Rollback to React Native 0.69.8 (#5162) 2023-08-18 14:48:33 -03:00
SendEmailConfirmationView.tsx Chore: Migration to Hooks - FormTextInput (#4256) 2022-06-27 15:46:59 -03:00
SetUsernameView.tsx feat: Remove landscape support from smartphones (#5203) 2023-09-08 10:51:12 -03:00
Styles.ts feat: Remove landscape support from smartphones (#5203) 2023-09-08 10:51:12 -03:00
TeamChannelsView.tsx chore: update channel teams action label (#5183) 2023-08-28 17:39:07 -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