Diego Mello
f2c3ffa6bc
Fix several tests
2023-02-20 17:34:51 -03:00
Diego Mello
e6a3300b6e
set back to en
2023-02-20 11:07:36 -03:00
Diego Mello
00f9bfc3e9
team
2023-02-20 10:40:15 -03:00
Diego Mello
6ae8042e34
ignore user
2023-02-20 09:39:23 -03:00
Diego Mello
2fd1e34ed8
room info
2023-02-17 17:42:42 -03:00
Diego Mello
7c70821706
Threads
2023-02-17 09:32:06 -03:00
Diego Mello
b4b9192ba0
Room Actions
2023-02-17 09:21:42 -03:00
Diego Mello
d56bb46c5b
Disable emoji picker tests and fix 02-room
2023-02-16 16:51:20 -03:00
Diego Mello
d3763e37db
fix in app notification and added navigateToRoom and checkRoomTitle
2023-02-16 11:39:56 -03:00
Diego Mello
a0606aa23c
Comment failing test. We can enable it again once we refactor test setup
2023-02-16 11:02:18 -03:00
Diego Mello
8fd07c18d5
Fix join public room
2023-02-16 10:57:42 -03:00
Diego Mello
ea2360754b
Fix profile
2023-02-16 10:50:21 -03:00
Diego Mello
579af558f4
Fix e2ee
2023-02-16 10:29:14 -03:00
Diego Mello
7ab289d009
Cleanup createuser
2023-02-16 09:47:05 -03:00
Diego Mello
6ea3e70ad2
Fix server history with tapAndWaitFor
2023-02-16 09:46:50 -03:00
Diego Mello
b2204619e8
GlobalSetup workaround
2023-02-08 13:06:06 -03:00
Diego Mello
12d4c097fe
Remove render checks
2023-02-07 14:01:20 -03:00
Diego Mello
86060deb92
tapReturnKey
2023-01-27 10:23:38 -03:00
Diego Mello
efaabd891a
Run login only
2023-01-26 10:24:18 -03:00
Diego Mello
b332bfecd4
Re-add previous tests
2023-01-25 16:03:02 -03:00
Diego Mello
8ae51f65d1
stash
2023-01-24 13:33:11 -03:00
Diego Mello
4174aef4f8
Chore: Upgrade react-native-device-info to 10.3.0 ( #4770 )
2022-12-21 15:47:42 -03:00
Reinaldo Neto
cbd9b27cf7
[FIX] Cannot read property 'fetch' of undefined on ThreadMessagesView ( #4557 )
...
* [FIX] Cannot read property 'fetch' of undefined on ThreadMessagesView
* added e2e test
* change from _raw to _id
* test thread messages view with a thread created
2022-12-02 14:06:14 -03:00
Reinaldo Neto
aa26f7251e
[FIX] Remove nested room navigation ( #4702 )
...
* reset from room to room
* jump from room to room it's fine
* threads ipad
* fix ts roomslistview
* remove params
* fix the ipad highlight
* jump to a message from a thread to main room
* the reset within the goRoom
* create channel
* changes in canned response
* fix discussion navigation
* navigation newmessageview to users
* fix go room from room info view
* inappnotification, deeplinking, room.js
* change from room.rooms to room.subscribed
* minor tweak jumptomessage
* fix add existing channel to team and fixing test 02 of teams
* keep the same behavior after add existing channel
* keep the same behavior after add existing channel
* clean cosole
* changes requested about the name
* inapp redux to hooks
* added a comment to addexistingchanneltoteam
* minor tweak jumptomessage
* refactor goRoom to add the param popToRoot, also refactor the navigate in deeplinking too
* refactor other places that exist goRoom
* fix the didUpdate
* added in app notification test
* clean js
* minor tweak test
2022-11-25 10:21:56 -03:00
Diego Mello
05a04f7f29
[IMPROVE] Sync message actions order with web app ( #4672 )
2022-11-10 16:48:52 -03:00
Reinaldo Neto
640d83c9df
[FIX] The TS in data_setup and add expect in room and ignoreuser spec ( #4658 )
2022-11-09 13:41:39 -03:00
Gleidson Daniel Silva
3a9a98bdfe
[NEW] Reply in direct ( #4582 )
...
* add translations
* implements reply in DM
* refactor data e2e
* fix ignoreuser e2e
* create test for reply in dm
* minor tweak
Co-authored-by: Reinaldo Neto <47038980+reinaldonetof@users.noreply.github.com>
Co-authored-by: Reinaldo Neto <reinaldonetof@hotmail.com>
2022-11-04 14:09:58 -03:00
Danish Ahmed Mirza
1486204546
[IMPROVE] Redesign emoji picker ( #4328 )
...
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2022-10-21 15:27:55 -03:00
Reinaldo Neto
531f3d0147
[IMPROVE] Add ignore user to user profile ( #4600 )
...
* button ignore and pased the param
* load room from database and check is is ignored
* move handleIgnore to lib/method/helpers
* Ignore and Unignore, also reactivity
* block and unblock user
* pass fromRid from actionView to InfoView too
* remove console.log
* unsubscribe subscriptionFrom
* block and unblock user from dm
* test to block user and ignore user
* minor tweak
* tweak data
* minor tweak
* add test before tapBack
* refactor names
2022-10-13 18:29:55 -03:00
Danish Ahmed Mirza
2f03ca52c5
[IMPROVE] Add `All` tab in Reactions List ( #4409 )
...
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2022-09-29 16:42:04 -03:00
Diego Mello
e883795c5f
[FIX] Reply and deep link from push notifications not working on iOS ( #4550 )
2022-09-23 17:35:03 -03:00
Reinaldo Neto
bb880f01ad
Chore: Migrate E2E tests from JS to TS ( #4475 )
...
* 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
2022-09-12 11:51:33 -03:00
Reinaldo Neto
9cbffff248
[IMPROVE] Redesign create room flow ( #4381 )
...
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2022-08-26 16:16:45 -03:00
Gleidson Daniel Silva
cbc6892084
[NEW] Unify members section ( #4399 )
...
* create useUserPermissions hook
* create CheckRadioButton component
* fix return
* create MembersSection component
* apply MembersSection and header filter
* fix re-render and testID
* fix detox tests
* rename to RadioButton
* move the component closer to the screen
* remove useUserPermissions
* remove theme prop
* migrate to hooks
* fix team permissions
* remove theme prop from UserItem
* remove options prop
* fix Member
* remove commented test
* fixes
* fix for room not joined
* add room members events
* adds empty option
* add members filter and pagination
* clear RoomMembersView
* remove unused styles
* Update app/views/RoomMembersView/index.tsx
Co-authored-by: Diego Mello <diegolmello@gmail.com>
* wip
* Temp workaround for SearchBox background color
* Rename import
* Fix missing params for 5.0
* Fix e2e tests
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2022-08-26 10:21:25 -03:00
Diego Mello
17be449d4e
[FIX] Jump to message stuck on loading animation ( #4410 )
2022-08-19 18:14:37 -03:00
Diego Mello
c4d3af0e00
[FIX] Requests being skipped after reconnecting on onboarding ( #4429 )
2022-08-17 09:49:13 -03:00
Diego Mello
b3894273ac
Regression: Resume the app with a deep link not navigating ( #4428 )
2022-08-11 16:40:31 -03:00
Gleidson Daniel Silva
2b08b683d7
Chore: Upgrade React Native to 0.68.2 ( #4316 )
...
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2022-08-08 18:02:08 -03:00
Alex Junior
1027b6c9e6
[IMPROVE] Use UI Elements from react-navigation ( #4314 )
...
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2022-07-06 10:23:02 -03:00
Reinaldo Neto
79cd150231
[NEW] Option to show mentions badge ( #4265 )
...
* [IMPROVE] Option to show mentions badge
* fix the local database and mergeSubscriptions, missing the state in notificationPrefView
* finished the hideMentions
* fix the string version
2022-06-13 10:24:54 -03:00
Gerzon Z
11c8510398
[FIX] User status update ( #3961 )
...
* update: `setCustomStatus` function
* update: `StatusView`'s `setCustomStatus`
* update: `setCustomStatus` function
* update: `StatusView`'s `setCustomStatus`
* refactor: `submit` function
remove: setCustomStatus
update: logEvent
* remove: failed request logic
* fix detox test
Co-authored-by: Reinaldo Neto <reinaldonetof@hotmail.com>
2022-05-31 13:50:10 -03:00
Reinaldo Neto
bc34706f48
Chore: Update Detox to 19.7.0 ( #4215 )
...
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2022-05-26 14:10:24 -03:00
Diego Mello
6b3730ce43
Chore: Migrate RoomView to Typescript ( #3754 )
2022-03-02 11:18:01 -03:00
Diego Mello
f51ec9ef0c
Chore: Migrate updateMessages to Typescript ( #3715 )
2022-02-16 12:02:17 -03:00
Gerzon Z
e010d804d5
Merge branch 'develop' into new.add-discusions-roomactionsview
2022-01-17 10:12:19 -04:00
Anant Bhasin
f69b82dae9
Tests: Make Detox work on Android ( #3051 )
2021-12-02 10:19:15 -03:00
Gerzon Z
c858218ebc
Minor tweak
2021-11-08 14:39:30 -04:00
Gerzon Z
184799e9cc
Update 04-discussion.spec.js
2021-11-08 14:26:05 -04:00
Gerzon Z
47f7ee8c91
Merge branch 'develop' into new.add-discusions-roomactionsview
2021-10-27 10:42:17 -04:00
Reinaldo Neto
2ab1bacdb3
[NEW] Direct link to a threaded conversation ( #3406 )
...
* [FIX] deeplinking to thread
* fix how to find threadId
* tmid as route params jumpToThreaId
* minor tweak
* minor tweak on logic
* E2E Test
* minor tweak
* wait for the return of the thread
* Minor refactor
* Fix e2e tests for docker
* popToRoot when focused and there is a jumpToThread
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2021-10-26 13:11:50 -03:00