Danish
2c73429ff8
Refactoring
2022-08-26 19:51:09 +05:30
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
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
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
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
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
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
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
Reinaldo Neto
e38aedcbff
[IMPROVE] Add emoji picker to iOS ( #4366 )
...
* [IMPROVE] Add emoji picker to iOS
* clean left and right buttons
* fix the redux in emojipicker
* fix behavior when emoji keyboard is openning
* added isIOS
* fix show reactions when emoji is open
* minor tweak
* add provider
* fix baseurl
* minor tweak
* create closeEmojiAndAction and added to record
* fix actionsheet for omnichannel
* fix action sheet
* fix close emoji when navigate to other screen
* added iactionsheetprovider to roomview
* clean variables
* fix theme
* close the emojikeyboard when click on message
* apoint package.json to new pr
* fix branch
* fix package.json
2022-08-08 15:38:01 -03:00
Danish Ahmed Mirza
a4f171a12d
[NEW] Redesign reactions list ( #4346 )
2022-08-03 13:32:16 -03:00
Gleidson Daniel Silva
41dbbf4d4b
Chore: Migrate NotificationPreferencesView to hooks ( #4327 )
...
* add none option
* create showErrorAlertWithEMessage function
* migrate NotificationPreferencesView to hooks and improves overall
* change icon to right
* fix navigation options
* remove none
* fix types
* remove memo
* cleaning
* switching to destructuring
* add observe for hideUnreadStatus
* fix desktop options
* remove unused options
Co-authored-by: Reinaldo Neto <47038980+reinaldonetof@users.noreply.github.com>
2022-08-01 13:35:05 -03:00
Gleidson Daniel Silva
376c8e8252
[IMPROVE] Add support to Linebreak and Katex on markdown ( #4361 )
...
* fix enableMessageParser logic
* create LineBreak component
* fix code style
* add KaTeX support
* add Katex and Inline Katex stories
* update snapshots
* add color prop
* update snapshot
* update snapshot
2022-07-20 18:02:18 -03:00
Reinaldo Neto
92d16b52e1
Regression: Status of Omnichannel's Icon isn't working in RoomsListView ( #4356 )
...
* Regression: Status of Omnichannel's Icon isn't working in RoomsListView
* clean
2022-07-14 14:18:45 -03:00
Danish Ahmed Mirza
dd48402214
[IMPROVE] Migrate UIKit/MultiSelect to ActionSheet ( #4255 )
...
* Migrate UIKit/MultiSelect to ActionSheet
* Fix no options initially on CreateDiscussion view
* Change backgroundColor and use colors from useTheme
* Define missing types
* onSearch function for the ActionSheet
* Add onClose function to the ActionSheet and use colors from useTheme
* fix theme and bottomSheet
* fix actionSheet
* fix style
Co-authored-by: GleidsonDaniel <gleidson10daniel@hotmail.com>
2022-07-13 16:31:58 -03:00
Diego Mello
785ae0325b
Chore: Update icon set ( #4355 )
2022-07-13 14:09:15 -03:00
Diego Mello
30d3b0b9f9
[FIX] Markdown not rendering emojis correctly on server version 5.0.0 ( #4343 )
2022-07-06 17:01:33 -03:00
Gleidson Daniel Silva
bf7473c39b
[FIX] Add hoistNonReactStatics to withActionSheet hoc ( #4331 )
2022-07-06 16:57:00 -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
Gleidson Daniel Silva
2e8b7d7755
[FIX]: Add showInput prop to show actionSheetContent without input ( #4335 )
2022-07-05 17:41:42 -03:00
Diego Mello
3072bbd5b3
Revert "Chore: Migration to Hooks - Markdown ( #4264 )" ( #4338 )
...
This reverts commit 4fd0084bc1
.
2022-07-04 15:10:14 -03:00
Alex Junior
4fd0084bc1
Chore: Migration to Hooks - Markdown ( #4264 )
...
* chore: migrate TextInput from class to functional
* changing from themes[theme] to colors
* removing markdown theme props from other files
* adding a force update and fix a stories
* adding testID and tests for markdown
* fixing some interfaces
* minor tweak
Co-authored-by: GleidsonDaniel <gleidson10daniel@hotmail.com>
2022-06-27 18:27:22 -03:00
Reinaldo Neto
18c44178d7
[IMPROVE] Migrate away from react-native-prompt-android to action sheet ( #4300 )
...
* Chore: Migrate away from react-native-prompt-android to action sheet
* fix header provile view with action sheet
* finished change password
* Close livechat and removed closeRoom dispatch
* remove lib react-native-prompt-android
* fix right buttons
* fix profile view in tablets
* fix action and room action for tablets
* remove onSubmitEditing
* fix keyboard for android tablet in landscape
* create base for actionSheet containers
* migrate EnterPasswordSheet to base
* migrate to base component
* fix colors and copy
* remove secure entry
* fix onSubmit
* fix android animation
Co-authored-by: GleidsonDaniel <gleidson10daniel@hotmail.com>
2022-06-27 16:03:24 -03:00
Alex Junior
1e9ae6e157
Chore: Migration to Hooks - FormTextInput ( #4256 )
...
* chore: migrate TextInput from class to functional
* removing the theme props
* adding tests for the FormTextInput
* minor tweak
* applying changes requested
* changing the way we import/export the FormTextInput and TextInput
* removing left comments
* minor tweak
* fix import
Co-authored-by: GleidsonDaniel <gleidson10daniel@hotmail.com>
2022-06-27 15:46:59 -03:00
Gleidson Daniel Silva
674f0285f6
Chore: Migrate RoomItem to Hooks ( #4310 )
...
* migrate roomItem to ts and fix some types
* remove unnecessary verification
* fix types
* fix SubscriptionType
* review
* remove theme prop driling and change file to tsx
* Fix component not re-rendering
* Remove a few props from attrs
* Remove accessibilityLabel state
* Fix propsAreEqual
* Fix cleanup
* Remove ts-ignore
Co-authored-by: Diego Mello <diegolmello@gmail.com>
2022-06-27 15:23:43 -03:00