Commit Graph

816 Commits

Author SHA1 Message Date
Elias Nahum
c2aaef2e14 Preserve new message line on WS reconnect (#6934) 2023-01-06 13:38:40 +04:00
Elias Nahum
ca1f6df1c6 Generate video thumb from file url instead of public url (#6922) 2023-01-05 13:49:04 +02: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
0c4e554534 Use Promise.allSettle when fetching emojis (#6921) 2023-01-03 23:45:50 +02:00
Elias Nahum
411a7e22a2 Reduce the amount of queries to display the PostList (#6927) 2023-01-03 23:36:31 +02:00
Elias Nahum
f913819b79 Dismiss correct bottom sheet screen for post / thread options (#6919) 2023-01-01 22:54:04 +02:00
Elias Nahum
312c019841 Fix unarchive action (#6920) 2023-01-01 22:53:21 +02:00
Joseph Baylon
dd60257364 Detox/E2E Maintenance: Fix broken iOS e2e tests (#6917) 2022-12-30 14:01:24 -08:00
Elias Nahum
5fbfd6bef5 Fix floating input style (#6916)
* Fix floating input style

* simplify style
2022-12-29 20:13:32 +02: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
Elias Nahum
c3bad20176 Fix floating text input color 2022-12-25 12:42:27 +02:00
Elias Nahum
3f90444698 Notifications profile images (#6904)
* Add profile images to ios notifications

* Avoid marking channel as viewed when tapping a notification
2022-12-24 00:21:08 +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
Elias Nahum
49c242e300 Fix race condition for keyboard tracker (#6902) 2022-12-22 20:46:19 +02: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
Elias Nahum
58b78ec27a use correct syntax highlight styles for github code theme (#6895) 2022-12-21 16:00:38 +02:00
Daniel Espino García
25291b04f1 Fix server unreachable message showing too often (#6890) 2022-12-20 22:35:12 +02:00
Elias Nahum
7663276710 Trigger tab bar animation earlier (#6889) 2022-12-20 22:33:12 +02:00
Kyriakos Z
bf5783252e MM-49219: fixes post priority (#6880)
We have changed how priority gets saved in the server, so now instead of
post.props we are using post.metadata.priority.
This commit adds the relevant changes for posts' priority to work in the
mobile app.
2022-12-20 21:54:25 +02:00
Anurag Shivarathri
4206764881 Fix (#6887) 2022-12-20 11:44:00 +02:00
Elias Nahum
0f1a29e2da Do not show favorites category if it only contain archived channels (#6881) 2022-12-20 11:42:50 +02:00
Elias Nahum
b01a5bfab8 use matchDeepLink result for relative links (#6882) 2022-12-20 11:42:02 +02:00
Elias Nahum
a9464c365e Show newer pinned posts first (#6884) 2022-12-20 11:41:01 +02:00
Elias Nahum
712324c756 Remove lineHeight from post so that it does not break inline images (#6883) 2022-12-20 07:09:27 +04:00
Daniel Espino García
315e2c276f Fix terms of service (#6879)
* Fix terms of service

* Close terms of service when they are accepted
2022-12-19 21:57:01 +02:00
Elias Nahum
88fde2cc5e Restyle video playback error (#6871)
* Restyle video playback error

* video not shown when attached with multiple files and thumb fails

* update local path when saving and sharing a file

* feedback review
2022-12-19 21:29:11 +02:00
Daniel Espino García
191a640007 Show loading only when team channels are being loaded (#6872)
* Show loading only when team channels are being loaded

* Fix tests

* Remove unneeded event

* Refactor into using hooks
2022-12-19 12:25:23 +01:00
Daniel Espino García
63e6b0f626 Fix MM46418 (#6796) 2022-12-19 10:32:05 +01:00
Anurag Shivarathri
724d72d98a [MM-47483] Activity Indicator while loading thread posts (#6865)
* Fix

* Addressing feedback

* Disabled pull to refresh when thread is being fetched

* Test fail fix

* Feedback changes
2022-12-17 01:15:22 +05:30
Yusuke Nemoto
4e7e37499d Fix message id (#6875)
* Fix message id

Id `mobile.calls_call_thread` is conflicted with other message. This id should be `mobile.calls_open_channel`.

* Update en.json
2022-12-16 13:09:47 -05:00
Elias Nahum
e294b07418 Add DeepLink support (#6869) 2022-12-16 18:57:15 +02:00
Elias Nahum
aff0de5a13 Resume keyboard tracking on mount (#6874) 2022-12-16 12:19:58 +02:00
Joseph Baylon
56d2d57291 Detox/E2E Maintenance: Fix broken iOS e2e tests 2022-12-15 14:47:33 -08:00
Elias Nahum
b28e21a272 standardize user-agent (#6866) 2022-12-15 14:15:16 +02:00
Elias Nahum
f51557bcd1 Improve cold start (#6868) 2022-12-15 13:56:46 +02:00
Elias Nahum
25ee7db6ef Fix caret position on search phrase (#6861) 2022-12-13 14:15:19 +04:00