Lucas Reis
722871d165
[MM-48225] Reduce Padding/Margins from Files Tab and moving the Search Results to the FlatList ( #7430 )
...
* feat: reducing the padding/margins of tabs and filter icons on the Search Page
* feat: adds the results text inside the post_results and file_results
* feat: changes search results to use translation
* feat: updates text on search results to use FormattedText
* feat: removing text wrapper
* feat: removing margins and using an ItemSeparator to separate the rows of the file results
* feat: refactor spacing on post results and unnecessary top
* review: externalizing Separator on the file_results
* feat: add marginTop in all File components used inside the <Files> component
2023-07-25 10:11:37 +02:00
Elias Nahum
3effecd6a4
match desktop search and highlight results ( #7445 )
2023-07-18 12:17:19 -04:00
Elias Nahum
fa43f68a8f
Fix search hashtag ( #7459 )
2023-07-17 11:36:28 -04:00
Elias Nahum
40254fba96
fix: crash when reactor is missing ( #7448 )
2023-07-12 10:22:37 -04:00
Elias Nahum
4d94728d90
fix open code block when keyboard is opened ( #7432 )
2023-07-05 10:13:28 -04:00
Daniel Espino García
0a8eb836f6
Remove guest tags based on config ( #7425 )
2023-06-30 11:05:54 +02:00
Elias Nahum
01c9e1ab01
Fix image attachment overlap ( #7416 )
2023-06-20 11:58:04 -04:00
Daniel Espino García
21a4f606b4
Add badge to thread screen ( #7404 )
...
* Add mention badge to global threads and threads screens
* Tablet fix
* Remove changes on Thread screen
2023-06-20 09:37:24 +02:00
Christopher Poile
81dd44ae09
MM-52653 - Calls: Attach call to existing thread on /call start ( #7338 )
...
* send rootId when starting a call from a thread
* allow join to start calls in threads and with thread titles
2023-06-15 10:08:50 -04:00
Elias Nahum
a27ad43394
Fix onViewableItemsChanged item id ( #7400 )
2023-06-09 14:40:32 -04:00
Daniel Espino García
20dfb4f406
Fix issue with missing post headers on threads ( #7378 )
...
* Fix issue with missing post headers on threads
* Fix lint
2023-05-31 11:42:20 -04:00
Daniel Espino García
b6f62e35fb
Remove unneeded padding on the FindChannels screen on Android ( #7368 )
...
* Remove unneeded padding on the FindChannels screen on Android
* Refactor keyboard overlap
2023-05-23 17:33:37 -04:00
Ilya
265be35dce
Fixed Interactive dialog radio buttons style ( #7331 )
...
* Fixed Interactive dialog radio buttons style
* removed unnecacary spaces
* remove spaces
---------
Co-authored-by: Ilia Polozov <ipolozov@stsoft.ru >
2023-05-18 12:39:01 +02:00
Daniel Espino García
5a610f1620
Fix post priority bottom sheet ( #7350 )
...
* Fix post priority bottom sheet
* Remove unneeded tablet handling
2023-05-16 19:13:06 +02:00
Md_ZubairAhmed
4e01a94cdd
init
2023-05-14 17:34:55 +05:30
Elias Nahum
5e9de9f4a2
Thread crash fix and other UI fixes ( #7342 )
...
* center align channel name in intro
* align custom status in channel header
* wrap long custom status on profile bottom sheet
* Fix LaTex render clipped on Android
* Add margin for users displayed in a list
* show user profile when tapping on self on channel members
* Fix Thread screen when rootId prop is undefined
* update snapshots
* fix server / login screen on small devices
2023-05-11 09:35:11 -04:00
Daniel Espino García
66a37b7032
Show saved posts in search and recent mentions lists ( #7326 )
...
* Show saved posts in search and recent mentions lists
* Add missing space
2023-05-11 08:16:11 -04:00
Daniel Espino García
0a04be7448
Use RN Image for local images instead of FastImage ( #7329 )
2023-05-10 09:44:10 -04:00
Daniel Espino García
162cdfb21d
Handle currentUser not available throught the app and refetch it ( #7333 )
...
* Handle currentUser not available throught the app and refetch it
* Address feedback
2023-05-05 15:40:59 -04:00
Elias Nahum
3a416dc511
Fix Thread button crash ( #7330 )
...
* remove the right button component id
* do not render thread follow button
* use lodash uniqueId instead of uuid
2023-05-05 09:17:47 -04:00
Christopher Poile
f8f6839945
MM-51228 - Calls: UX redesign & theming support ( #7283 )
...
* UX redesign
* fix call bar profile on Android
* update @mattermost/calls; use common color utils
* collapseIcon and time colour fixes (not correct yet on Onyx or Quartz)
* fix time and collapseIcon colors; fix unavailable wrapper
* center users, scroll when full; statusBar bg and styling
* better spacing; better screenshare; no reaction bar when no reactions
* remove margins from bottom; speaker/react buttonOn colour is now callsBg
* update calls-common; update raised hand button colors
* i18n
* cleaning up style sheets
* fix package-lock
* fix vertical alignment of phone icon
* add a noBorder prop to UserAvatarsStack
* typography, icon sizing, spacing changes
* add rounded header; UI improvements; refactor observables
* updating phone icon, join call margins
* join call text; color theming
* remove unneeded container
* phone-outline -> phone
* split CallsChannelState into boolean components
* use sidebar bg to generate calls bg
* fix hand icon, button texts
2023-05-04 14:17:17 -04:00
Daniel Espino García
86658edc30
Refactor errors around the app ( #7306 )
...
* Refactor errors around the app
* Fix recursive function
* Fix tests
2023-05-03 13:08:55 +02:00
Elias Nahum
712d8465a7
fix small images style ( #7310 )
2023-04-28 20:56:03 -04:00
Harrison Healey
3c790d2561
MM-52173 Add setting to delay channel autocomplete ( #7297 )
...
* MM-52173 Add setting to delay channel autocomplete
* Remove extra enhancer
* Address feedback
2023-04-28 20:55:07 -04:00
Daniel Espino García
30706382a0
Improve post chunk handling ( #7309 )
...
* Improve post chunk handling
* Remove unneeded merge and improve post list handling
* Fix unneeded requests
* Address feedback and fix lint
2023-04-27 16:04:46 +02:00
Kyriakos Z
ab4f65020a
[MM-49540] Message Priority Phase 3 ( #7142 )
...
* Init
* i18 and types
* Acknowledge button, api
* Ack button + display ackd users
* Saves priority on draft and addresses some comments
* Addresses review comments round 2
* Moves fetching userprofiles upon opening ACKs
* Adds metadata column in drafts table
+ Addresses some more review comments.
* Small refactor according to review comments
* Addresses some review comments
* Addresses some review comments
* Uses local action when ACKing
* Fixes first time selecting priority and other
* Updates snapshots
* Fixes i18n
* Fixes ts errors
---------
Co-authored-by: Anurag Shivarathri <anurag6713@gmail.com >
Co-authored-by: Mattermost Build <build@mattermost.com >
2023-04-27 11:22:03 +00:00
Elias Nahum
58d1b02d3a
Fix the query undefined comparison when threadId prop is not set by the navigation library ( #7302 )
2023-04-21 12:27:51 -04:00
Elias Nahum
784b05fe97
Upgrade Dependencies ( #7299 )
...
* upgrade reanimated
* update devDependencies
* upgrade react-intl
* update react-native and some dependencies
* update react-native-permissions
* update RN
* use Share sheet for Report a problem
* update Sentry
* remove step to downloadWebRTC
* update detox deps
* feedback review
2023-04-21 12:16:54 -04:00
Daniel Espino García
a8ee3a1b5a
Fix and unify channel and user list items ( #7175 )
...
* Fix channel and user list items
* Fixes on members and create a dm lists
* Fix tutorial and ipad
* Fix test
* Address feedback
* Several fixes on Android
* Fix tests
* Address feedback
* Add more non breaking strings
---------
Co-authored-by: Daniel Espino <danielespino@MacBook-Pro-de-Daniel.local >
2023-04-19 10:13:14 +02:00
Ashish Dhama
100a760502
[MM-44655] : Add channel files screen ( #7223 )
...
* add channel files screen
* fix filtering
* refactor code and fix style
* add search and some refactoring
* fix lint
* refactoring
* move file filters to files directory
* fix dependecy
* UX fixes and minor memo dependency changes
* fix empty state on Ipad
* fix search issues
* fix lint error
* fix search issue
* fix loading on filter changes
* show different text if no files found when filter is applied
* feedback review
---------
Co-authored-by: Mattermost Build <build@mattermost.com >
Co-authored-by: Elias Nahum <nahumhbl@gmail.com >
2023-04-14 18:33:11 -04:00
Tanmay Vardhaman Thole
265c4fe8a6
[MM-42565] Toast - Follow/Unfollow thread with undo functionality ( #7267 )
2023-04-14 12:28:03 -04:00
Daniel Espino García
2658d62c9c
Fix file attachment limited to one file ( #7280 )
2023-04-14 11:12:40 -04:00
Daniel Espino García
c2bb87dd37
Check server identifier before login ( #7206 )
...
* Check server identifier before login
* Update text
* Update message
2023-04-13 15:48:25 +02:00
Daniel Espino García
720ac22070
Handle undefined metadata all over the app ( #7244 )
...
* Handle undefined metadata on Markdown Table Images
* Add missing change
* Handle undefined image metadata all over the app
2023-03-31 09:41:28 +02:00
Daniel Espino García
77095b1034
Add members ( #7220 )
...
* Add "Add members" modal
* Refactor into server user list
* Renaming and fixes
* Address feedback
* Add missing change
* Styling fixes for iOS
2023-03-30 11:58:50 -03:00
Daniel Espino García
473426180d
Update members count on remove users ( #7222 )
...
* Update members count on remove users
* Check for error on removeMemberFromChannel
2023-03-30 11:10:53 +02:00
Tanmay Vardhaman Thole
4b04df83f9
Tapping on a custom status in the message list opens the users profile card ( #7199 )
...
* Tapping on a custom status in the message list opens the users profile card
* Tapping on a custom status in the message list opens the users profile card
* code refactored and reuse functions in headerDisplayName
* fix import
---------
Co-authored-by: Elias Nahum <nahumhbl@gmail.com >
2023-03-28 09:17:22 +02:00
Daniel Espino García
8ff732a9d6
Fix guest badge not appearing on member list ( #7197 )
...
* Fix guest badge not appearing on member list
* Improve performance on role change
2023-03-13 16:39:29 -04:00
Tanmay Vardhaman Thole
66c7a70e49
MM-44663/tappable-channel-names ( #6997 )
...
* ADD: channel name tappable in post with channel name fields
* touchable feedback added to the channel name
* rippple effect added in toucable
* Text color of channel name changes as its presses
* ui colors and borderRadius fixed in channelinfo
* comments resolved: dependency added, function name changed
* comment resolved: condition added onChannelNamePressed
2023-03-09 10:17:05 +01:00
Daniel Espino García
9b932c401a
Performance fixes and fix manual sort ( #7190 )
...
* Performance fixes and fix manual sort
* Fix test
* Use combineLatestWith
* Revert unread on top
2023-03-07 19:24:40 +01:00
Elias Nahum
a804a7331f
support WS connection over TLS1.3 ( #7182 )
...
* support WS connection over TLS1.3
* fix updateDraftMessage on unmount
2023-03-03 11:33:01 +02:00
Elias Nahum
903aaf62b5
Fix display name when open own DM ( #7181 )
2023-03-02 16:57:49 +02:00
Elias Nahum
af07f511f7
use sourceScreen instead of location in post options ( #7176 )
2023-03-02 12:46:18 +02:00
Elias Nahum
0938045b7d
Fix potential reaction crash ( #7172 )
2023-03-01 13:24:11 +02:00
Daniel Espino García
7c6b34afe3
Minor performance fixes on message send ( #7164 )
2023-02-24 15:35:20 +02:00
Elias Nahum
d61fbd3180
Various fixes ( #7161 )
...
* Save message draft when post input is unmounted
* Fix switch CRT on/off
* Handle iPad on Stage Manager
* iOS Share Extension to use LRU cache instead of file cache
* Support building android as aab
* use handleReconnect instead of appEntry on handleCRTToggled
* show skin tone selector tutorial after running all interactions
* Update app/actions/remote/preference.ts
Co-authored-by: Daniel Espino García <larkox@gmail.com >
* fix lint
---------
Co-authored-by: Daniel Espino García <larkox@gmail.com >
2023-02-24 13:02:05 +02:00
Elias Nahum
2fc1386b78
feat: Channel notification preferences ( #7160 )
...
* feat: Channel notification preferences
* feedback review
* use button color for the icon
2023-02-24 12:41:36 +02:00
Daniel Espino García
9f84ab79ce
Only call app entry on websocket reconnect ( #7065 )
...
* Only call app entry on websocket reconnect
* Handle notification on its own entry and run app entry on websocket initialization
* Fix notification entry issues
* Fix login entry and add retry on entry failure
* feedback review
* Put back handleEntryAfterLoadNavigation before the batching
---------
Co-authored-by: Elias Nahum <nahumhbl@gmail.com >
2023-02-23 10:11:34 +01:00
Daniel Espino García
98f25046af
Fix double tilde by waiting for text values to propagate to the native side ( #7132 )
...
Co-authored-by: Daniel Espino <danielespino@MacBook-Pro-de-Daniel.local >
2023-02-22 18:03:21 +01:00
Elias Nahum
a78e6ff673
Do not dismiss keyboard when app is brought to the foreground ( #7143 )
2023-02-16 13:58:26 +02:00