Rocket.Chat.ReactNative/app
Reinaldo Neto 61fe9dbb1e
feat: case insensitive for non-ASCII text on main search (#3309)
* Added slug as dependecy and created a slugified String

* add the slug and slugifyLikeString

* using unsafeSql instead of the slug

* need to fix the like on the watermelon side and need the slug anyway

* watermelondb patch to change the like to use the upper or toUpperCase

* Updated config.yml

* Updated config.yml

* implemented the sanitized fname and fix the discussion icon at search

* add the search for non-latin alphabets

* fix the searchRoom function

* change the library of slug and added the unit tests

* optional sanitizedFname

* add some comment

* remove @types/slug

* remove watermelondb patch package

* latin test, tweak at comment and tweak e2e test

* minor tweak e2e

* change typeText to replaceText at searchRoom

* regexp to test the characters

* add typeText on searchRoom

* e2e search room replace and type

* to fix the replace text for iOS and type non-ASCII on Android

* minor tweak

* minor tweak

* enable artifact

* disable artifacts

* increase sleep time and change from toExist to toBeVisible

* fix android flaky test
2023-05-29 12:03:24 -03:00
..
actions [NEW] Presence Cap (#4900) 2023-02-14 10:47:56 -03:00
containers chore: Upgrade React Native to 0.71.7 (#4984) 2023-05-18 18:09:33 -03:00
definitions feat: case insensitive for non-ASCII text on main search (#3309) 2023-05-29 12:03:24 -03:00
ee [FIX] Remove nested room navigation (#4702) 2022-11-25 10:21:56 -03:00
i18n chore: Create and_N_more translation (#5023) 2023-04-18 13:54:01 -03:00
lib feat: case insensitive for non-ASCII text on main search (#3309) 2023-05-29 12:03:24 -03:00
reducers [NEW] Presence Cap (#4900) 2023-02-14 10:47:56 -03:00
sagas feat: Change Avatar View (#4746) 2023-04-10 11:59:00 -03:00
selectors Chore: evaluate getUserSelector (#4013) 2022-04-07 12:27:45 -04:00
stacks chore: Upgrade React Native to 0.71.7 (#4984) 2023-05-18 18:09:33 -03:00
static/images [FIX] ServerDropdown flashing bigger server icon (#2775) 2021-01-13 11:11:31 -03:00
views chore: Upgrade React Native to 0.71.7 (#4984) 2023-05-18 18:09:33 -03:00
AppContainer.tsx chore: Upgrade React Native to 0.71.7 (#4984) 2023-05-18 18:09:33 -03:00
ReactotronConfig.ts Chore: Update Storybook libs to v6 (#4439) 2022-08-19 16:53:40 -03:00
dimensions.tsx Chore: Deprecate Dimensions (#4597) 2022-10-21 15:29:02 -03:00
externalModules.d.ts chore: Upgrade React Native to 0.71.7 (#4984) 2023-05-18 18:09:33 -03:00
index.tsx chore: Upgrade React Native to 0.71.7 (#4984) 2023-05-18 18:09:33 -03:00
share.tsx chore: Upgrade React Native to 0.71.7 (#4984) 2023-05-18 18:09:33 -03:00
theme.tsx Chore: evaluate `ThemeView` (#4086) 2022-05-05 11:24:36 -04:00