Merge 4.31.0 into master#4570
Merged
Merged
Conversation
* [FIX] Share Extension shows a server that has no user logged in * set server after login
* fix enableMessageParser logic * create LineBreak component * fix code style * add KaTeX support * add Katex and Inline Katex stories * update snapshots * add color prop * update snapshot * update snapshot
* add support to non ascii url caracters on ios * rename module and add tests * remove last slice
* add none option * create showErrorAlertWithEMessage function * migrate NotificationPreferencesView to hooks and improves overall * change icon to right * fix navigation options * remove none * fix types * remove memo * cleaning * switching to destructuring * add observe for hideUnreadStatus * fix desktop options * remove unused options Co-authored-by: Reinaldo Neto <47038980+reinaldonetof@users.noreply.github.com>
* [IMPROVE] Add emoji picker to iOS * clean left and right buttons * fix the redux in emojipicker * fix behavior when emoji keyboard is openning * added isIOS * fix show reactions when emoji is open * minor tweak * add provider * fix baseurl * minor tweak * create closeEmojiAndAction and added to record * fix actionsheet for omnichannel * fix action sheet * fix close emoji when navigate to other screen * added iactionsheetprovider to roomview * clean variables * fix theme * close the emojikeyboard when click on message * apoint package.json to new pr * fix branch * fix package.json
Co-authored-by: Diego Mello <diegolmello@gmail.com>
* create basic useEndpointData for call endpoints using hooks * remove cache * create base for useEndpointData test * create basic useEndpointData for call endpoints using hooks * remove cache * create base for useEndpointData test * fix preset * update tests * change order * create ErrorResult and add error to return * update tests
* fix ordered list number * update snapshot
* migrate WithoutServerView to hooks * remove navigation options * minor tweak Co-authored-by: Reinaldo Neto <47038980+reinaldonetof@users.noreply.github.com> Co-authored-by: Reinaldo Neto <reinaldonetof@hotmail.com>
* remove navigation obligatory * remove the obliglatory to use theme with the withTheme HOC * migrate E2EHowItWorksView to hooks * remove navigate options * adds non-null assertion because theme is injected
* migrate E2EEnterYourPasswordView to hooks * remove navigation options * minor tweak Co-authored-by: Reinaldo Neto <reinaldonetof@hotmail.com>
… tablet (#4393) * [FIX] Text composer is pushing modals outside the screen * added isLandscape * refactor useKeyboard * refactor landscape
[FIX] Can't connect to RC through Gitlab Oauth Co-authored-by: Gleidson Daniel Silva <gleidson10daniel@hotmail.com>
* migrate to hooks and fix types * fix import and remove theme prop * update tests * fix touch file name * wip * rename * change to touch * remove button and change to touch
* add method and id to method calls * 🧹
* Chore: Hooks app/views/SelectServerView * refactor row_height * minor tweak
* Chore: Hooks App/share * getTheme to outside * update types Co-authored-by: Gleidson Daniel <gleidson10daniel@hotmail.com>
* Regression: Create private team and channel as default * minor tweak
* fix multiselect itens style * remove useless brackets * remove scroll from the top of the list items
Co-authored-by: Reinaldo Neto <47038980+reinaldonetof@users.noreply.github.com>
* Migrate E2E tests from JS to TS * fixed type mocha into tsconfig * migration data.cloud and data.docker * migrate team folder and fix Detox namescpace * add type TTextMatcher and start the room folder migration * room / 02 and 03 * room's folder * onboarding's folder * assorted/ 01 * assorted/ 02, 03, 04 * assorted/ 05, 06, 07 * folder assorted * fix lint * fix device
* create useDebounce hook * fix types * apply useDebounce hook * migrate to use-debounce lib * remove useless useDebounce
* [FIX] Decrease space between sections on List * minor tweak listcontainer * update test * Small fixes for header/info * Update tests Co-authored-by: Diego Mello <diegolmello@gmail.com>
* Create custom RefreshControl as a workaround * Remove unnecessary FlatList rngh change
…#4532) * Remove unnecessary method from custom push notification * Use immutable * Maybe
…#4503) * [FIX] Apply thicker border width and remove fixed height on TextInput * changed the last input border from hairline to 2 * update formtextinput storyshot test
* Chore: Hooks app/views/UserNotificationPreferenceView * added trycatch and userId Co-authored-by: Gleidson Daniel Silva <gleidson10daniel@hotmail.com>
* Chore: Hooks app/views/LanguageView * minor tweak app selector
* [FIX] Search in Rooms List crashes Android app * back to previous search * change the method/searchlocal
Co-authored-by: Diego Mello <diegolmello@gmail.com>
* Regression: Inconsistent style on TextInput on iOS and Android * tweak to height
# Conflicts: # __tests__/containers/List/__snapshots__/List.stories.storyshot # __tests__/containers/SearchBox/__snapshots__/SearchBox.stories.storyshot # __tests__/containers/TextInput/__snapshots__/TextInput.stories.storyshot # android/app/build.gradle # android/build.gradle # app/containers/TextInput/TextInput.stories.tsx # app/containers/message/Audio.tsx # app/lib/methods/audioFile.ts # app/views/CreateChannelView/index.tsx # app/views/DefaultBrowserView/index.tsx # app/views/NotificationPreferencesView/index.tsx # app/views/RoomMembersView/components/ActionsSection.tsx # app/views/RoomMembersView/index.tsx # e2e/data.ts # e2e/data/data.cloud.ts # e2e/data/data.docker.ts # e2e/helpers/data_setup.ts # e2e/tests/assorted/07-changeserver.spec.ts # e2e/tests/assorted/11-deeplinking.spec.ts # e2e/tests/onboarding/05-login.spec.ts # ios/Podfile.lock # ios/RocketChatRN.xcodeproj/project.pbxproj # ios/RocketChatRN/AppDelegate.h # ios/RocketChatRN/AppDelegate.mm # ios/RocketChatRN/Info.plist # ios/ShareRocketChatRN/Info.plist # package.json # yarn.lock
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Proposed changes
Issue(s)
How to test or reproduce
Screenshots
Types of changes
Checklist
Further comments