Rocket.Chat.ReactNative/app/lib
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
..
constants feat: Remove Jitsi native module from iOS and use webview instead (#5061) 2023-05-08 10:45:46 -03:00
database feat: case insensitive for non-ASCII text on main search (#3309) 2023-05-29 12:03:24 -03:00
encryption chore: Upgrade React Native to 0.71.7 (#4984) 2023-05-18 18:09:33 -03:00
hooks fix: Change useSnaps logic to be based on component size (#5032) 2023-05-19 14:40:31 -03:00
methods feat: case insensitive for non-ASCII text on main search (#3309) 2023-05-29 12:03:24 -03:00
navigation [FIX] Remove nested room navigation (#4702) 2022-11-25 10:21:56 -03:00
notifications [FIX] Disappear push notifications when open the app (#4718) 2022-12-21 13:07:17 -03:00
services feat: Change Avatar View (#4746) 2023-04-10 11:59:00 -03:00
store [FIX] Disappear push notifications when open the app (#4718) 2022-12-21 13:07:17 -03:00