Danish
f1658c146a
Use react-native-tab-view in ReactionsList
2022-08-26 19:51:09 +05:30
Danish
359171ed03
Migrate to react-native-tab-view
2022-08-26 19:51:09 +05:30
Danish
0f51a3c5df
Refactoring and style fixes
2022-08-26 19:51:09 +05:30
Danish
8390a4c582
Add detox tests
2022-08-26 19:51:09 +05:30
Danish
83f0edefcc
Tweaks
2022-08-26 19:51:09 +05:30
Danish Ahmed Mirza
d9fa16977e
Add prop enableContentPanningGesture to action sheet
2022-08-26 19:51:09 +05:30
Danish Ahmed Mirza
7c43029bf0
Fix blank keyboard on switching back from emoji keyboard
2022-08-26 19:51:09 +05:30
Danish Ahmed Mirza
37ac131618
Tweaks and optimization
2022-08-26 19:51:09 +05:30
Danish Ahmed Mirza
086b98f8fb
Fix FlatList not working properly in ActionSheet
2022-08-26 19:51:09 +05:30
Danish Ahmed Mirza
7d64b262cf
Fix hardware backpress behavior and remove redundant code
2022-08-26 19:51:09 +05:30
Danish Ahmed Mirza
10f074eb02
Remove wrong use of memo and some requested changes
2022-08-26 19:51:09 +05:30
Danish Ahmed Mirza
64afe08fe6
Update tabBar icons
2022-08-26 19:51:09 +05:30
Danish Ahmed Mirza
e014777c9e
useMemo performance optamizations and other requested changes
2022-08-26 19:51:09 +05:30
Danish Ahmed Mirza
4c130c0b0b
Fix searchbar height in reaction picker
2022-08-26 19:51:09 +05:30
Danish Ahmed Mirza
d4bc6a078f
Fix emoji search return type
2022-08-26 19:51:09 +05:30
Danish Ahmed Mirza
28f869a80c
Fix reaction picker not opening
2022-08-26 19:51:09 +05:30
Danish Ahmed Mirza
b05d876946
New reaction picker as bottom action sheet
2022-08-26 19:51:09 +05:30
Danish Ahmed Mirza
de9036edeb
Close EmojiSearchbar on message input focus
2022-08-26 19:51:09 +05:30
Danish Ahmed Mirza
036066cd9a
Remove EmojiPicker footer from Reaction Picker
2022-08-26 19:51:09 +05:30
Danish Ahmed Mirza
f9164cf0f1
Add ListEmptyComponent
2022-08-26 19:51:09 +05:30
Danish Ahmed Mirza
e44c3d1ffd
Remove redundant code
2022-08-26 19:51:09 +05:30
Danish Ahmed Mirza
99db6d824d
Fix keyboard dismiss on emoji press
2022-08-26 19:51:09 +05:30
Danish Ahmed Mirza
8ea5755345
Add searchbar for Emojis
2022-08-26 19:51:09 +05:30
Danish Ahmed Mirza
349c56ba45
Add backspace button and same number of columns as category tabs
2022-08-26 19:51:09 +05:30
Danish Ahmed Mirza
597a6836e6
Migrate EmojiPicker to hooks
2022-08-26 19:51:09 +05:30
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
Reinaldo Neto
ccbc84f9a8
[IMPROVE] Remove show message in main thread preference ( #4435 )
...
* [IMPROVE] Remove show message in main thread preference
* default settings
* created the get
* fix compare server version
* fix E2E tests
* settings to logged user
* remove constant and get alsosendtochannel from user
* fix send to channel first message
* fix when the alsoSendThreadToChannel is checked
* added list picker user preference
* tweaks in messagebox tmid and detox
* added pt-br and deleted expectToBeVisible id
* reactive alsoSendThreadTOChannel
* fix the behavior when press or long press threads messages
* remove reply in thread from threads
* clean helpers detox
* tweak onMessageLongPress and onSubmit
* Remove unnecessary calculations inside ListPicker
* Fix long press logic
* Fix onReplyInit logic
* fix data_setup at detox for servers greater than 5.0
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2022-08-25 16:53:19 -03:00
Diego Mello
ba15bc9fe6
[NEW] Use Inter font ( #4459 )
2022-08-23 16:32:51 -03:00
Diego Mello
17be449d4e
[FIX] Jump to message stuck on loading animation ( #4410 )
2022-08-19 18:14:37 -03:00
Diego Mello
e723990e82
Chore: Update Storybook libs to v6 ( #4439 )
2022-08-19 16:53:40 -03:00
Reinaldo Neto
fa72d4cc76
[FIX] Pagination when search by members and fix the duplicated members in a Room's member's list ( #4446 )
...
* [FIX] Duplicate members in a Room's member's list
* fix search and pagination
* fix the pagination for server lower than 3.16
Co-authored-by: Gleidson Daniel Silva <gleidson10daniel@hotmail.com>
2022-08-19 14:27:04 -03:00
Reinaldo Neto
ded2f3792a
Chore: Hooks app/views/DefaultBrowserView ( #4424 )
...
* Chore: Hooks app/views/DefaultBrowserView
* fix type
* minor tweak
* item on new file
* minor tweaks
* minor tweak
2022-08-19 10:46:58 -03:00
Gleidson Daniel Silva
6b3006d29f
[NEW] Persist audio files ( #4448 )
...
* downloads and store the audios instead of loading them
* remove unused function
2022-08-19 10:24:29 -03:00
Reinaldo Neto
f0ed501450
Chore: Hooks App/share ( #4417 )
...
* Chore: Hooks App/share
* getTheme to outside
* update types
Co-authored-by: Gleidson Daniel <gleidson10daniel@hotmail.com>
2022-08-18 20:25:39 -03:00
Reinaldo Neto
3ac10ee860
Chore: Hooks app/views/SelectServerView ( #4445 )
...
* Chore: Hooks app/views/SelectServerView
* refactor row_height
* minor tweak
2022-08-18 19:09:25 -03:00
Gleidson Daniel Silva
31a8c3e4fb
[FIX] Add method and id to method calls ( #4444 )
...
* add method and id to method calls
* 🧹
2022-08-17 14:45:50 -03:00
Gleidson Daniel Silva
28043a2eb5
Chore: Migrate E2ESaveYourPasswordView to hooks ( #4432 )
2022-08-17 10:51:40 -03:00
Gleidson Daniel Silva
585e5a0592
Chore: Migrate Touch to hooks ( #4422 )
...
* 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
2022-08-17 10:32:21 -03:00
Diego Mello
c4d3af0e00
[FIX] Requests being skipped after reconnecting on onboarding ( #4429 )
2022-08-17 09:49:13 -03:00
Gleidson Daniel Silva
a607980840
[IMPROVE] Set native theme when launching the share extension ( #4430 )
2022-08-16 17:20:28 -03:00
PetMoln
c6e31df3e4
[FIX] Can't connect to RC through Gitlab Oauth ( #4421 )
...
[FIX] Can't connect to RC through Gitlab Oauth
Co-authored-by: Gleidson Daniel Silva <gleidson10daniel@hotmail.com>
2022-08-12 09:35:55 -03:00
Diego Mello
b3894273ac
Regression: Resume the app with a deep link not navigating ( #4428 )
2022-08-11 16:40:31 -03:00
Reinaldo Neto
0c8177e025
[FIX] Text composer is pushing modals outside the screen on Android's tablet ( #4393 )
...
* [FIX] Text composer is pushing modals outside the screen
* added isLandscape
* refactor useKeyboard
* refactor landscape
2022-08-11 15:50:34 -03:00
Reinaldo Neto
999e8ab660
Regression: Room header not showing room type when not joined ( #4427 )
2022-08-11 15:29:24 -03:00
Reinaldo Neto
2a522158ad
Chore: Ignore icons on Prettier ( #4426 )
2022-08-11 15:16:04 -03:00
Gleidson Daniel Silva
69349dee6e
Chore: Migrate E2EEnterYourPasswordView to hooks ( #4423 )
...
* migrate E2EEnterYourPasswordView to hooks
* remove navigation options
* minor tweak
Co-authored-by: Reinaldo Neto <reinaldonetof@hotmail.com>
2022-08-11 11:59:40 -03:00
Gleidson Daniel Silva
92111afa6a
Chore: Migrate E2EHowItWorksView to hooks ( #4416 )
...
* 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
2022-08-11 11:50:03 -03:00
Gleidson Daniel Silva
a101d319e5
Chore: Migrate WithoutServerView to hooks ( #4415 )
...
* 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>
2022-08-11 11:41:18 -03:00
Gleidson Daniel Silva
6b8086aa55
[FIX] Markdown's ListItem not using the entered index ( #4388 )
...
* fix ordered list number
* update snapshot
2022-08-11 11:30:11 -03:00
Gleidson Daniel Silva
6df34a2615
Chore: Remove github actions ( #4425 )
2022-08-09 17:37:44 -03:00