Diego Mello
56f6326319
Try workaround for loading on jump to message
2023-03-01 10:07:27 -03:00
Diego Mello
c0fb9291a3
Fix some tests
2023-03-01 10:07:03 -03:00
Diego Mello
feeec793eb
Fix some tests
2023-02-28 16:46:18 -03:00
Diego Mello
8a83d22d35
Fix some flaky tests
2023-02-28 14:00:10 -03:00
Diego Mello
391ec65a42
Explicit export Detox imports as per documentation
2023-02-28 11:18:41 -03:00
Diego Mello
e7b7f8e613
Trying react-native-dotenv
2023-02-27 15:23:40 -03:00
Diego Mello
22b485994a
Decrease threads flakiness
2023-02-27 09:43:17 -03:00
Diego Mello
fa95aed4d8
skip android
2023-02-24 15:21:26 -03:00
Diego Mello
a32817202f
threads
2023-02-24 08:57:08 -03:00
Diego Mello
7e56950437
Workaround for Android tapBack
2023-02-23 17:36:50 -03:00
Diego Mello
1e850b2840
room android
2023-02-23 17:07:30 -03:00
Diego Mello
fa6057e070
Removed android specific conditions
2023-02-23 10:55:13 -03:00
Diego Mello
2dbf43c46b
Lint
2023-02-23 10:06:22 -03:00
Diego Mello
d2aa631b37
first iteration
2023-02-22 17:54:30 -03:00
Diego Mello
ae0c55ac21
til createdmgroup
2023-02-22 16:38:30 -03:00
Diego Mello
8d9644c8ac
refactoring
2023-02-22 14:46:16 -03:00
Diego Mello
c79cef0465
Making tests more reliable
2023-02-21 17:38:23 -03:00
Diego Mello
f01b62e70e
fix flaky tests
2023-02-21 10:01:53 -03:00
Diego Mello
f2c3ffa6bc
Fix several tests
2023-02-20 17:34:51 -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
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
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
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
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
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
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
88dbf345ea
Update e2e tests
2021-09-17 15:26:48 -04:00
Gerzon Z
8ccce58ddd
Minor tweaks
2021-09-16 14:16:02 -04:00
Gerzon Z
f4c86eca29
Merge develop into branch
2021-09-14 15:30:03 -04:00
Alex Junior
69a67ea998
Chore: Start Typescript migration ( #3279 )
2021-09-13 17:41:05 -03:00