Daniel Espino García
d28ee34aa3
Make androidBackHandler to update if the handler changes ( #7519 )
2023-08-31 10:31:55 +02:00
Christopher Poile
83f81985cd
MM-53486 - Incoming calls notification banner ( #7477 )
...
* upgrade calls-common
* incoming call notifications
* tests
* i18n
* PR comments
* PR comments
* PR comment
2023-08-30 13:58:54 -04:00
Harshal sanghvi
70ea5dc0d1
Fixed: The emoji autocomplete does not appear after switching apps ( #7520 )
...
* 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
* fixed error for profile edit
* refactored and removed rule from eslint
* fixed variable in username field
* fixed screen blur focus issue
* keyboard show issue
2023-08-28 15:22:49 +02:00
Claudio Costa
06037ab6da
[MM-53994] Calls: fix potential websocket client leak ( #7513 )
...
* Calls: fix potential websocket client leak
* Improve debug log
2023-08-24 14:29:50 -06:00
Pablo Andrés Vélez Vidal
c93fd5a754
MM-53927 - fix channel names not shown during search
2023-08-23 17:11:43 +02:00
Pablo Andrés Vélez Vidal
ccdab81d7e
Merge pull request #7505 from mattermost/MM-53849-mobile-hide-channels-from-archived-teams
...
MM-53849 - hide channels from archived teams during channels search
2023-08-23 10:44:05 +02:00
Pablo Andrés Vélez Vidal
d4cd0cb1de
implement pr feedback; reuse existing keyfromurl function; fix imports
2023-08-22 15:50:45 +02:00
Pablo Andrés Vélez Vidal
7244f95fea
add unit test; refactor function; not remove on logout but on server remove
2023-08-21 17:31:16 +02:00
Elias Nahum
69872eb678
Upgrade Dependencies ( #7491 )
...
* update dependencies
* update dependencies
* update readable-stream
* further updates
2023-08-18 16:04:28 -04:00
Pablo Andrés Vélez Vidal
109dd21a8a
refactor code based on pr comments
2023-08-18 13:55:52 +02:00
Harshal sanghvi
504caa8cd8
Fixed error message position in edit profile screen ( #7483 )
...
* 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
* fixed error for profile edit
* refactored and removed rule from eslint
* fixed variable in username field
2023-08-18 12:33:54 +02:00
Daniel Espino García
d193ffd3be
Update supported_server.ts ( #7509 )
...
Co-authored-by: Mattermost Build <build@mattermost.com>
2023-08-17 16:06:43 +02:00
Daniel Espino García
bc1ad7362f
Fix login not doing entry logic after forced logout ( #7507 )
...
* Fix login not doing entry logic after forced logout
* Fix lint
2023-08-16 17:41:39 +02:00
Pablo Andrés Vélez Vidal
3b6dd923df
MM-53849 - hide channels from archived teams during channels search
2023-08-15 15:55:54 +02:00
Elias Nahum
68939c9fcc
update reanimated ( #7500 )
...
* update reanimated
* fix reanimated types
2023-08-14 14:38:05 -04:00
Daniel Espino García
4670a01ae7
Handle Mark Multiple Channels as Read ( #7467 )
...
* Handle Mark Multiple Channels as Read
* Use allSettled
2023-08-14 10:01:55 +02:00
Pablo Andrés Vélez Vidal
7d3115c920
enhance regular expression to support optional subpath
2023-08-10 13:53:27 +02:00
Pablo Andrés Vélez Vidal
0da1b5c6a4
MM-50354 - do not show push disabled notification once acknowledged
2023-08-10 12:23:55 +02: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
Khanh P. Huynh
0d8466a055
Fix cannot scroll acknowledgement bottom sheet of user list when there are many users ( #7489 )
...
* Fix cannot scroll acknowledgement bottom sheet of user list when there are many users
* - Updated showing user list for Tablet
- Added GestureHandlerRootView to avoid bug not show the list
* Wrap BottomSheet inside withGestures function
* Remove GestureHandlerRootView for BottomSheet component since it's been wrapped inside withGesture function
2023-08-09 10:48:21 +02:00
Khanh P. Huynh
eb7432dc27
Fixed UI button Mark all as read in Thread disappear when the font size is large ( #7487 )
2023-08-08 09:20:39 +02:00
Lucas Reis
833a0fc028
Feat: Adds the Info snackbar when the About info is copied ( #7488 )
...
* feat: adding the snackbar when the version info was copied
* fix: PR review
2023-08-08 08:40:30 +02:00
Daniel Espino García
4767c28ae4
Avoid unneeded group fetches ( #7482 )
2023-08-07 09:43:46 +02:00
Daniel Espino García
ff601982b9
Add some performance improvements ( #7481 )
...
* Add some performance improvements
* fix tests
2023-08-07 09:43:00 +02:00
Lucas Reis
8bc1ec2dff
Fix: Show admin on channel members ( #7472 )
...
* feat: adding the scheme_admin info on the channel members user_list sections
* feat: adding the scheme_admin info on channel members when there is a search in the textbox
2023-08-07 09:41:47 +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
Daniel Espino García
d74826064b
Remove keychain cache to avoid token invalidation problems ( #7479 )
2023-08-01 15:46:48 +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
Elias Nahum
4a79147402
Fix re-selection of custom theme ( #7470 )
2023-07-26 12:48:14 -04:00
Sudhanva-Nadiger
37b245d461
Feat: add copy to clipboard button in "about" mattermost page ( #7134 )
...
* feat: add copy to clip board button in about page
* add intl format text
* make suggested changes.
- fix: wrap copyToClipBoard function in useCallBack
- remove annonymous function onPress, provide function pointer
- make code readable in copyToClipBoard function
* formatting
* small fix
* change copy to clipboard position
- created a custom button eith icon and text
- usd button theme color
* button styling
* divider color
* use predefined btn element
* Add e2e test for copy info button
* feat: refactor the styles for thin lines
- fix: change touchable opacity to view
- add margin top to footer text
* change icon size to 15
* remove unnecessary view
* add config to dependency of callback
* suggeste changes on onClick func
* modified en.json file after running i18-extract
* Improve translations
* Address feedback
* Fix non updated default messages
---------
Co-authored-by: Daniel Espino García <larkox@gmail.com>
2023-07-26 09:00:06 -04: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
Harshal sanghvi
b94eb1d4d8
added Remember last viewed channel or thread on cold start feature ( #7434 )
...
* 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
2023-07-21 10:09:26 +02:00
Tom De Moor
ccaab3a899
adding vi
2023-07-19 20:43:14 +02:00
Elias Nahum
47317bb1e9
Do not show archived teams when browsing available teams ( #7460 )
2023-07-19 08:17:18 -04:00
Devin Binnie
21fc831554
[MM-53249] Allow server to hide or customize the Forgot Password link ( #7429 )
...
* [MM-53249] Allow server to hide or customize the Forgot Password link
* Update app/screens/login/form.tsx
Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
* Fix issue for older servers
* Sort imports
---------
Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
2023-07-18 12:31:35 -04:00
Elias Nahum
3effecd6a4
match desktop search and highlight results ( #7445 )
2023-07-18 12:17:19 -04:00
Pablo Andrés Vélez Vidal
a576f7c97e
MM-53586 - small fixes in onboarding screens ( #7444 )
...
* MM-53586 - small fixes in onboarding screens
* remove the min-width and set the fixed button width
2023-07-18 10:01:31 +02:00
Pablo Andrés Vélez Vidal
84b35ac143
MM-53343 - save button not grayed out when edit message is too long ( #7446 )
...
* MM-53343 - save button not grayed out when edit message is too long
* fix too long message not getting removed
2023-07-18 10:00:51 +02:00
Elias Nahum
fa43f68a8f
Fix search hashtag ( #7459 )
2023-07-17 11:36:28 -04:00
Eduardo Sellanes
3e700f841d
use useAndroidHardwareBackHnd on Files and Members ( #7455 )
...
* use useAndroidHardwareBackHnd on Files and Members
* use callbacks
---------
Co-authored-by: Eduardo Sellanes <esellanes@sangoma.com>
2023-07-17 15:01:33 +02:00
Elias Nahum
77859c0340
ignore the : character when searching for emojis in the emoji picker ( #7453 )
2023-07-13 09:45:28 -04:00
Daniel Espino García
0c4f7f25bc
Upgrade React Native Network Client to 1.3.5 ( #7450 )
...
* Upgrade React Native Network Client to 1.3.5
* Fix defaults in the manager
2023-07-12 17:08:40 +02:00
Elias Nahum
40254fba96
fix: crash when reactor is missing ( #7448 )
2023-07-12 10:22:37 -04:00
Elias Nahum
5a07c1ac29
14 day data cleanup and vacuum ( #7438 )
2023-07-11 12:45:08 -04:00
Maria A Nunez
f11ffc7976
Remove Post Priority Feature Flag ( #7433 )
...
* Remove post priority FF
* Linting
2023-07-07 11:42:35 -04:00
Daniel Espino García
5ab2f86b66
Fix ios cache ( #7412 )
...
* Fix Keychain cache
* Fix
* Fix import
2023-07-05 14:01:51 -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
Daniel Espino García
0a3f5e5914
Fix problems related to closing react but keeping other state ( #7405 )
2023-06-28 12:49:58 +02:00
Daniel Espino García
6929e7a676
Fix edit post input height and looks ( #7366 )
...
Co-authored-by: Mattermost Build <build@mattermost.com>
2023-06-26 11:44:00 +02:00
Harshil Sharma
346c4424b0
Merge pull request #7415 from mattermost/priority_text_change
...
Updated text in post priority popover
2023-06-26 13:13:36 +05:30
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
Dmitry Lyzlov
cc2728aaa8
Added localization into iOS share extension ( #7351 )
2023-06-21 12:42:31 +02:00
Daniel Espino García
cffe80b442
Fix fetching unreads from archived channels, fetching groups on unlicensed servers and logs ( #7406 )
2023-06-20 13:52:05 -04:00
Elias Nahum
01c9e1ab01
Fix image attachment overlap ( #7416 )
2023-06-20 11:58:04 -04:00
Daniel Espino García
0bfa4e429c
Fix MarkThreadAsRead on notifications ( #7417 )
2023-06-20 16:24:03 +02: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
Harshil Sharma
8bb0bac49e
Update app/screens/post_priority_picker/utils.ts
...
Co-authored-by: Daniel Espino García <larkox@gmail.com>
2023-06-19 15:37:56 +05:30
Harshil Sharma
1c6195e1bb
Lint fix
2023-06-19 15:04:55 +05:30
Harshil Sharma
0b591264b2
WIP
2023-06-16 16:02:53 +05:30
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
Christopher Poile
dbd943ab8d
MM-52949 - Calls: Blank screen after ending a call and exiting its thread ( #7380 )
...
* remove thread and call screen
* simplify how we remove the call screen
---------
Co-authored-by: Mattermost Build <build@mattermost.com>
2023-06-12 08:55:48 -04:00
Elias Nahum
a27ad43394
Fix onViewableItemsChanged item id ( #7400 )
2023-06-09 14:40:32 -04:00
Elias Nahum
7105320855
Remove double text for SSO login method ( #7385 )
2023-06-02 10:23:14 -04:00
Daniel Espino García
841db48a86
Improve status sync ( #7379 )
2023-06-02 15:31:00 +02:00
Daniel Espino García
8647d948db
Fix bad use of updatelocaluser on fetchChannelMember ( #7381 )
2023-06-02 15:30:36 +02:00
Elias Nahum
0d743bb286
conditionally set the current user status ( #7383 )
2023-06-01 12:40:33 -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
Harrison Healey
aa54d72a01
MM-52888 Always load users mentioned in message attachments ( #7361 )
2023-05-25 13:47:09 -04:00
Daniel Espino García
9b2c68985a
Fix all references to mention color on "login" screens ( #7364 )
...
* Fix all references to mention color on "login" screens
* Add missing change
2023-05-25 10:51:07 +02:00
Daniel Espino García
5d20b26b73
Add license checks to several groups calls ( #7369 )
2023-05-24 12:29:48 +02: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
Daniel Espino García
0a89ac7cf3
Fix minor error on marking threads as read ( #7355 )
2023-05-23 17:40:07 +02:00
Daniel Espino García
83e5ca835d
Fix Save button not appearing on edit post screen ( #7360 )
2023-05-23 17:39:27 +02:00
Daniel Espino García
68818d0048
Update string on notification error ( #7370 )
2023-05-23 17:34:31 +02:00
Daniel Espino García
19315c63c4
Improve manage members search ( #7357 )
2023-05-23 11:33:17 -04:00
Daniel Espino García
081f687a11
Improve copy text response time ( #7358 )
2023-05-19 13:48:00 +02: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
c99861d728
Use message source on post edit ( #7325 )
...
* Use message source on post edit
* Fix tests and bugs
2023-05-11 14:18:07 +02: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
c90ace706c
MM-49970 - Calls: Call quality status banner ( #7304 )
...
* use mean opinion score detection; add call quality alert bar; tests
* rename MessageBar's file to message_bar
* i18n
* use mosThreshold from calls-common; upgrade calls-common
* use callsBg for text and icon
2023-05-04 15:28:15 -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
Elias Nahum
34df44ab53
Always let the server set the create_at timestamp ( #7323 )
2023-05-04 02:34: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
Christopher Poile
1ce69f20fb
use CallState and CallChannelState from @mattermost/calls ( #7318 )
2023-04-28 20:55:40 -04:00
Dmitry Lyzlov
5dfc67dc61
Fixed exception on accessing 'payload' of undefined in InAppNotification ( #7317 )
...
* Moved to use auto-generated component id in showOverlay call instead of setting it explicitly
* Fixed linter warnings
2023-04-28 20:55:27 -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
Amy Blais
35023ea389
Update supported ESR version ( #7316 )
...
* Update README.md
* Update full_description.txt
* Update changelog
* update app to alert on servers below 7.8.0
---------
Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
2023-04-28 11:56:07 -04:00
Elias Nahum
4292c61a5c
small refactor to include thread follow button ( #7314 )
2023-04-27 11:49:46 -04:00
Christopher Poile
c1430757b8
MM-51776 - Calls: Audio device selections, & fix bluetooth ( #7286 )
...
* ask for bluetooth permissions on Android
* new "switch audio device button" for Android
* i18n strings
* split audio_device_button into platform-specific files; PR comments
* earpiece -> phone
* add comments to clarify speakerphone logic
* update snapshots
* add new compass-icons; use tablet and bluetooth icons; add tablet mode
* fix lint
2023-04-27 11:44:14 -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