Mattermost Build
b817683518
Add alert when deeplink is invalid ( #7538 ) ( #7564 )
...
(cherry picked from commit df52740752 )
Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
2023-09-28 16:23:48 +03:00
Elias Nahum
68939c9fcc
update reanimated ( #7500 )
...
* update reanimated
* fix reanimated types
2023-08-14 14:38:05 -04:00
Elias Nahum
4f5b42abba
update network library ( #7493 )
...
* update network library
* attempt to fix search results 'map' of null
2023-08-10 10:41:39 +02:00
Khanh P. Huynh
191f498ab0
Fix cannot search user when pressing space ( #7486 )
...
* - Update AT_METION_SEARCH_REGEX to allow to search user name with space, similar to mentioning user.
- Convert search term to lowercase.
* Update CHANNEL_MENTION_SEARCH_REGEX to allow to search channel name when typing space
* Fix app crash when searching in channel only
---------
Co-authored-by: Huỳnh Phương Khanh <phuongkhanh@evolgroup.vn>
2023-08-09 11:38:06 +02:00
Daniel Espino García
8a32588507
Fix DMs in sidebar ( #7468 )
...
* Fix DMs in sidebar
* Properly handle view, show and open preferences
* Refactor openChannel to keep similar logic together
2023-08-02 11:51:33 +02:00
namanh-asher
79994bf159
Fix keyboard overlap with recent search items in the search tab ( #7465 )
...
* Fix keyboard overlap recent search item in search tab
* Set the behavior of KeyboardAvoidingView on Android to 'undefined' to avoid losing some content at the bottom
2023-07-27 10:55:35 +02:00
Harshal sanghvi
871e3964ea
Added status on profile picture in bottom tab ( #7464 )
...
* added last viewed feature
* added constants
* storing data in global table and added server col
* fixed stack screen"
* fixed values for crt
* fixed threadid store logic
* added status on profile in bottom tabs
2023-07-25 10:24:55 +02:00
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
ef2c12e954
Update Dependencies ( #7409 )
...
* dev dependencies
* update deps
* update wdb
* update more deps
* update detox deps
* update logs for database batch
* fix jest setup
2023-06-21 13:40:23 -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
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
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
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
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
Elias Nahum
6534feb298
Fix search results order ( #7264 )
2023-04-03 12:52:56 -04:00
Daniel Espino García
db18151a67
Add debug logs ( #7225 )
...
* Add debug logs
* Fix lint
2023-03-22 08:41:59 -03:00
Daniel Espino García
2e8dfc4120
Consider ExperimentalGroupUnreadChannels for unreads on top ( #7191 )
2023-03-09 11:54:28 -05: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
fe916ec740
Refactor category channels to react to setting changes and apply the correct order ( #7170 )
...
* Refactor category channels to react to setting changes and apply the correct order
* feedback review
2023-03-03 15:53:29 +02:00
Elias Nahum
abd388986f
trigger Search when hardware keyboard enter key is pressed ( #7174 )
2023-03-01 14:38:23 +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
Elias Nahum
78190cbc47
Observe on is_unread in the channel list unread section ( #7133 )
2023-02-15 17:08:43 +02:00
Elias Nahum
6def5d9610
Process notifications when the app is in the background and other perf improvements ( #7129 )
2023-02-15 17:08:19 +02:00
Elias Nahum
e99d63d498
Do not show archived dms in the category list ( #7130 )
2023-02-15 15:21:37 +02:00
Daniel Espino García
f23960dea3
Fix upload permissions and centralize download permissions ( #7109 )
2023-02-14 22:55:02 +02:00
Elias Nahum
82f0b014f4
Update RN and deps to fix ANR issues ( #7078 )
2023-02-02 14:27:42 +02:00
Elias Nahum
64a59aad55
Filter unused preferences ( #7015 )
...
* small preferences refactor
* filter unused preferences and fix removal of preferences in the db
* Feedback review
2023-01-30 21:00:19 +02:00
Daniel Espino García
78944554a8
Fix pdf upload and pdf download from search results ( #6984 )
2023-01-27 09:10:05 +02:00
Elias Nahum
c1fbaffd3e
Support for Android Tablets & Foldable ( #7025 )
...
* Add Support for Android tablets & foldables
* add tablet and book posture
* Regenerate disposed observable on WindowInfoTracker
2023-01-26 20:31:18 +02:00
Elias Nahum
15e75ac24b
iPad: enable rotation in all directions ( #7007 )
...
* iPad: enable rotation in all directions
* feedback review
2023-01-24 21:48:37 +02:00
Elias Nahum
7aa5bd0611
Update Dependencies and bug fixes ( #7000 )
...
* update dependencies
* update dependencies
* feedback review
* update @mattermost/react-native-turbo-mailer
2023-01-24 09:14:23 +02:00
Julian Mondragón
ba33f610c1
Merge pull request #6877 from julmondragon/MM-42835
...
MM-42835_Invite People - add email+user invites
2023-01-23 16:26:12 -05:00
Julian Mondragon
3e4851e6fa
MM-42835_Invite People - add email+user invites
2023-01-20 12:44:31 -05:00
Avinash Lingaloo
82c5244589
MM-44652 - Fix long team name ( #6943 )
...
* fix long team name
* minor code refactor
* adds a comment to explain the 85%
* update snapshots
2023-01-20 21:17:01 +04:00
Jason Frerich
88afe7db91
[MM-48282] When user selects open in channel, dismiss the bottom sheet ( #6956 )
2023-01-18 16:26:05 -06:00
Julian Mondragon
5816406040
Merge branch 'main' of https://github.com/mattermost/mattermost-mobile into MM-42835
2023-01-15 16:40:21 -05:00
Julian Mondragon
cfbacd4aaf
MM-42835_Invite People - add email+user invites
2023-01-15 16:37:52 -05:00
Elias Nahum
49fc180982
Fix the caret position when using the search phrase modifier ( #6972 )
2023-01-13 21:06:16 +02:00
Elias Nahum
612fd5022f
New UI for Emoji picker ( #6933 )
...
* BottomSheet migration to react-native-bottom-sheet
* Refactor Emoji picker to use bottom sheet
* Add skin selector
* Add Emoji Skin Tone tutorial
* add selected indicator to tone selector
* feedback review
* show tooltip after 750ms
* ux feedback review
* ux feedback review #2
* Hide emoji picker scroll indicator
2023-01-12 13:38:44 +02:00
Julian Mondragon
a9a9c00860
MM-42835_Invite People - add email+user invites
2023-01-09 12:33:51 -05:00
Elias Nahum
dbe565319d
BottomSheet migration to react-native-bottom-sheet ( #6907 )
...
* BottomSheet migration to react-native-bottom-sheet
* Use correct scroll view for announcement bottom sheet
* ux review
* Fix post options bottom sheet snap point
* feedback review
2023-01-05 09:51:51 +02:00
Elias Nahum
03dd4477da
Fix onViewableItemsChanged
2023-01-04 14:42:43 +02:00
Anurag Shivarathri
ed69eacbe7
Count fix ( #6926 )
2023-01-04 00:00:23 +02:00
Elias Nahum
411a7e22a2
Reduce the amount of queries to display the PostList ( #6927 )
2023-01-03 23:36:31 +02:00
Julian Mondragon
5bf0bbbea0
Merge branch 'main' of https://github.com/mattermost/mattermost-mobile into MM-42835
2023-01-03 09:24:09 -05:00
Elias Nahum
5cc30c5e5b
Do not display the favorites category when it has no channels ( #6913 )
2022-12-29 06:17:00 +02:00