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
Elias Nahum
37bc95cf1e
Fix the animation that occurs in login flow ( #7054 )
2023-01-30 11:58:44 +02:00
Daniel Espino García
a9dc4ec90f
Use more verbose message on archive and don't make help link lowercase ( #6952 )
...
* Use more verbose message on archive and don't make help link lowercase
* Fix lint
2023-01-27 18:26:13 +01:00
Elias Nahum
34aef73ac1
Allow user to mark post as unread that was posted by a webhook ( #7016 )
...
* Allow user to mark post as unread that was posted by a webhook
* feedback review
2023-01-27 18:48:17 +02:00
Elias Nahum
50b845452e
Do not access record children directly to avoid crashes if the child is not present in the db ( #7028 )
2023-01-27 17:57:38 +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
Anurag Shivarathri
5160cf9212
[MM-49652] Setting to enable/disable CRT ( #6999 )
...
* Added settings
* Moved obj to variable
* Merge fix
2023-01-25 18:15:37 +05:30
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
c16145713a
MM-42835_Invite People - add email+user invites
2023-01-23 14:57:16 -05:00
Julian Mondragon
557804ef45
MM-42835_Invite People - add email+user invites
2023-01-23 12:59:57 -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
Julian Mondragon
29a66bbc19
MM-42835_Invite People - add email+user invites
2023-01-19 17:18:51 -05: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
Daniel Espino García
0222504cc9
Fix e2e login error ( #6978 )
...
* Fix e2e login error
* fix lint
2023-01-17 14:02:39 +01:00
Julian Mondragon
a8da27d5e9
MM-42835_Invite People - add email+user invites
2023-01-16 19:00:27 -05:00
Julian Mondragon
0b86c5129c
MM-42835_Invite People - add email+user invites
2023-01-16 13:28:03 -05: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
Daniel Espino García
b191154db9
Clean todos ( #6897 )
...
* Clean todos
* Remove DatabaseHelper folder
2023-01-12 14:25:39 +01: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
Elias Nahum
bb351c7376
Fix some issues found by Sentry ( #6962 )
2023-01-12 11:01:59 +02:00
Elias Nahum
e6a6e25799
Fix navigation theming ( #6946 )
2023-01-11 09:53:09 +02:00
Julian Mondragon
a9a9c00860
MM-42835_Invite People - add email+user invites
2023-01-09 12:33:51 -05:00
Elias Nahum
001a6699fb
Cache push notification profile image and add logs ( #6932 )
...
* Cache push notification profile image and add logs
* Fix indent
2023-01-05 12:31:52 +02: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
3b289c306e
Display own DM avatar in channel intro ( #6924 )
2023-01-04 15:28:16 +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
f913819b79
Dismiss correct bottom sheet screen for post / thread options ( #6919 )
2023-01-01 22:54:04 +02:00
Joseph Baylon
dd60257364
Detox/E2E Maintenance: Fix broken iOS e2e tests ( #6917 )
2022-12-30 14:01:24 -08:00
Elias Nahum
5cc30c5e5b
Do not display the favorites category when it has no channels ( #6913 )
2022-12-29 06:17:00 +02:00
Elias Nahum
4d039ae88b
Revert "Align latex with text ( #6900 )" ( #6911 )
2022-12-27 15:22:00 +02:00
Jason Frerich
c872f7ca8d
remove AddMembers and ManageMembers instances until PRs are merged ( #6831 )
2022-12-27 15:21:35 +02:00
Tiago Correia
97a34fc0e0
[MM-46562] Add show/hide password function for login screen ( #6612 )
2022-12-23 16:42:34 +02:00
Daniel Espino García
b1e4403768
Fix several issues around team join ( #6863 )
...
* Fix several issues around team join
* Open in modal and fix channel list
* Add joining states and fix issues
* i18n-extract
* add specific message for group related failures on joining teams
* Address feedback
* Address feedback
* Use error from server response
2022-12-23 14:43:59 +02:00
Daniel Espino García
4e3531fb52
Refactor CustomStatus to functional component ( #6899 )
...
* Refactor CustomStatus to functional component
* Fix setting duration to Don't clear
Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
2022-12-23 14:35:33 +02:00
Daniel Espino García
450b6e1a21
Align latex with text ( #6900 )
...
* Align latex with text
* fix tests
* fix markdown bold
Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
2022-12-23 14:21:50 +02:00
Matthew Birtch
9753334ff2
[Gekidou MM-46365] fix reaction bar space and update bottom sheet styles ( #6634 )
...
* updated styles for reaction bar and made pick reaction pressable
* removed unused style import
* removed unused style import
* updated user avatars, user presence, thread options bottom sheets to new style also
* updated status bottom sheet, thread options, and some tweaks to the bottom sheet main file
* fixed a few minor styling issues
* used proper bottom inset in user presence bottom sheet
* various updates to bottom sheets
* used negative top position instead of negative margin
* updated camera type bottom sheet
* further refinements to bottom sheets
* updates to emoji bar and profile image picker
Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
2022-12-23 14:08:51 +02:00
Furqan Malik
d063ecf8c7
Merge pull request #6873 from mattermost/detox-maintenance-12152022
...
Detox/E2E Maintenance: Fix broken iOS e2e tests
2022-12-22 15:06:31 -05:00
Daniel Espino García
da4470bd78
Allow to select text from tables on full view ( #6901 )
...
* Allow to select text from tables on full view
* Fix check
* Remove inline style
2022-12-22 20:46:11 +02:00
Elias Nahum
9da7b47827
Show the current channel when category is collapsed on tablets ( #6888 )
2022-12-21 20:42:45 +02:00
Elias Nahum
f32b2dfeb2
Perform search when hashtag is pressed ( #6893 )
...
* Perform search when hashtag is pressed
* PM feedback review
2022-12-21 19:35:34 +02:00
Avinash Lingaloo
92ca1e3704
Sentry fixes ( #6830 )
2022-12-21 19:34:44 +02:00