Mattermost Build
cfb09ce7d7
Do not access record children directly to avoid crashes if the child is not present in the db ( #7028 ) ( #7036 )
...
(cherry picked from commit 50b845452e )
Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
2023-01-27 18:10:45 +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
Jason Frerich
c872f7ca8d
remove AddMembers and ManageMembers instances until PRs are merged ( #6831 )
2022-12-27 15:21:35 +02:00
Elias Nahum
d676568c61
Refactor NavigationStore ( #6842 )
2022-12-07 16:44:21 +02:00
Elias Nahum
da5b877297
Refactor how keyboard tracking is resumed & paused ( #6822 )
...
* Refactor how keyboard tracking is resumed & paused
* Rector as a hook
2022-12-05 12:02:15 +02:00
Christopher Poile
eae0a15b16
MM-48753 - Calls: GA requirements ( #6814 )
...
* calls GA requirements
* clarifying comments; simplify ephemeral message (move it to the server)
2022-12-02 11:34:37 -05:00
Anurag Shivarathri
d20da35205
[Gekidou MM-46585] Message Priority (Phase 2 - setting message priority) ( #6656 )
2022-11-23 10:22:05 +01:00
Daniel Espino García
1aa4188f8e
Move config to its own database table ( #6744 )
...
* Move config to its own database table
* Address feedback
* Fix test
* Revert minimum version related changes
2022-11-11 21:20:42 +04:00
Elias Nahum
ae0eb43793
[Gekidou] EMM fixes ( #6730 )
2022-11-08 22:49:39 +02:00
Christopher Poile
7038a17ef4
MM-48000: Call started in another client creates a CurrentCall on mobile client ( #6708 )
...
* move creating/leaving currentCall into the connection; refactoring
* refactoring; two-stage connecting so existing screen stream can be saved
* better separation of concerns
* change warning to debug
* use getServerDatabase instead of getActiveServerDatabase
* fix bugs
* PR comments
2022-11-08 14:45:10 -05:00
Jason Frerich
c627fb8df9
[Gekidou MM-46229] Add hideAndLock, showAndUnlock callbacks for Search ( #6677 )
...
Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
2022-10-27 22:04:26 -05:00
Christopher Poile
67342246eb
MM-45754 - Calls: Add current call bar to thread screen ( #6628 )
...
* remove isCallsPluginEnabled; add current call bar to thread screen
* popTo thread/call screen; updateProps in dismissAllModalsAndPopToScreen
* remove unneeded withServerUrl; only updateProps if needed
2022-10-25 21:34:51 -04:00
Elias Nahum
5c7e89d7de
[Gekidou] update deps ( #6667 )
...
* Fix login not showing the usernames (#6652 )
* update dependencies
* feedback review
* feedback review 2
* remove unused dependencies
* remove duplicate gesture-handler dependency
* add -XX:+HeapDumpOnOutOfMemoryError to gradle
* adjust gradle memory
* update android ci image
* android executor xlarge
Co-authored-by: Daniel Espino García <larkox@gmail.com>
2022-10-13 08:41:18 -03:00
Elias Nahum
d201035a89
[Gekidou] Add custom status to user profile sheet ( #6670 )
...
* Add custom status to user profile sheet
* add missing translations
2022-10-11 09:18:46 -03:00
Daniel Espino García
2b4b7c7e92
Fix permissions defaulting to true ( #6653 )
2022-10-04 11:40:31 +02:00
Joseph Baylon
8d7b15da51
Detox/E2E: Edit Profile, Custom Status, and Settings e2e tests in Gekidou
2022-08-25 17:42:41 -07:00
Christopher Poile
d30b97ba99
MM-45747 - Cloud freemium limits & Max participants limits ( #6578 )
2022-08-20 08:57:14 -04:00
Daniel Espino García
afd818996e
Improve autocomplete behaviour ( #6559 )
...
* Fix positioning issues with Autocomplete
* Fix positioning for iOS and iPad
* Adapt search to new autocomplete approach
* Adapt for android
* Fix lint
* Fix calculations on channel edit
* Address feedback
* Address feedback
Co-authored-by: Daniel Espino <danielespino@MacBook-Pro-de-Daniel.local>
2022-08-13 08:34:26 -04:00
Daniel Espino García
99d219d8b1
Remove copy link from DMs and GMs ( #6534 )
2022-08-03 09:40:40 +02:00
Christopher Poile
17dbfdcb99
MM-45745 - Calls channel info screen options ( #6502 )
...
* implement calls_channel_info; joinCall refactoring
* i18n
* Start/Join call as top button; movable copy channel link button
* MM-45971 - Calls v2 PR comments (#6514 )
* don't clobber config if api req failed
* combine two loops into one
* update dependencies
* fetch user model on user connected
* fix state exports; spacing; unneeded field in ServerConfig type
* remove useless return in websocket handler
* constant sorting
* move microphone permission request to leave_and_join_alert
* ServerConfig -> ServerCallsConfig
* console.log -> logError
* ternary -> Platform.select
* merge conflicts
* add destructive options to OptionBox; require DismissChannelInfo fn
* add CopyLink option to quick actions list
* showSnackBar on link copied
* adjust quick_options_height
* Screens.Call
* fix CopyLink spacing
* fix observeUsersById, observe needed columns; fix JoinCallBanner mount
* optimized observables; bug fixes
* remove unneeded `return null`
* PR comments
* readable-stream -> 3.6.0
* merge conflicts
* PR comments
2022-07-29 11:10:32 -04:00
Christopher Poile
6c5043d598
MM-45744 - Calls mobile: Implement banner spacing ( #6490 )
...
* adjust more_messages banner with props
2022-07-29 10:26:31 -04:00
Christopher Poile
5bb240dec8
MM-43300: Calls v2 first cut ( #6475 )
...
* Android and iOS requirements
* external types
* babel config for calls, package.json for calls dependencies
* state in rxJS; tests
* actions, client/rest, websocket events, constants
* webrtc connection logic
* calls components / screens
* handle peer destroyed gracefully
* PR comments
* remove ViewPropTypes from mocks; no need to ignore error in LogBox
* calls.d.ts -> calls.ts; i18-extract
* @app/products/calls -> @calls
* PR comments; test cleanup
* Revert "remove ViewPropTypes from mocks; no need to ignore error in LogBox"
This reverts commit f9bd171a544de9c02da8387455f904b3840fc5dc.
* working on typing withServerUrl
* added exportedForInternalUse instead of commenting "internal export"
* better switchToThread in call_screen
* i18n
* typed withServerUrl
2022-07-22 15:57:12 -04:00
Joseph Baylon
c460c485a7
Detox/E2E: Channel Info and Quick Actions e2e tests in Gekidou ( #6487 )
...
* Detox/E2E: Channel Info and Quick Actions e2e tests in Gekidou
* Detox/E2E: Fix broken iOS e2e tests in Gekidou (#6488 )
2022-07-21 14:18:56 -07:00
Daniel Espino García
3abaf8893d
Add minor fixes and performance improvements on channel switch ( #6469 )
...
* Add minor fixes and performance improvements
* Add comment
2022-07-15 16:04:58 +02:00
Joseph Baylon
6a3c600c8a
Detox/E2E: Messaging (at-mentions, channel mentions, autocomplete etc) e2e tests in Gekidou ( #6428 )
...
* Detox/E2E: Messaging (at-mentions, channel mentions, autocomplete etc) e2e tests in Gekidou
* Enable other failing tests so they're visible
* Detox/E2E: Messaging markdown e2e tests in Gekidou (#6450 )
* Detox/E2E: Messaging markdown e2e tests in Gekidou
* Added zephyr test ids
* Added markdown smoke test
* Enable disabled tests
Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
2022-07-05 10:01:46 -07:00
Elias Nahum
136b796ac3
Fix theming and navigation stack tracking ( #6443 )
2022-06-30 11:14:07 -04:00
Daniel Espino García
13708ab052
Minor performance improvements in post list ( #6422 )
2022-06-23 11:39:10 +02:00
Joseph Baylon
7a71d864e2
Detox/E2E: Messaging post options e2e tests in Gekidou ( #6405 )
...
* Detox/E2E: Messaging post options e2e tests in Gekidou
* Simplify find channels search bar
2022-06-17 21:01:05 -04:00
Elias Nahum
8795ca85b5
[Gekidou] cleanup fixes ( #6376 )
...
* Separate NavigationStore from EphemeralStore
* Prevent WS to mark channel as read while switching to the channel
* Fix mark channel as unread
2022-06-13 08:07:24 -04:00
Elias Nahum
6906a9f863
[Gekidou] Add saved messages to bottom tab ( #6367 )
2022-06-09 15:19:24 -04:00
Elias Nahum
2f07b7afc8
[Gekidou] user profile ( #6353 )
...
* User profile
* Access User Profile from reaction list
* Fix threads participants list & open user profile on tap
* Extra bottom padding
* Profile long press tutorial
* Adjust heights
* Reduce label margin from 12 to 8
2022-06-06 11:27:25 -04:00
Elias Nahum
a61d65eb09
[Gekidou] pinned posts ( #6336 )
...
* Pinned messages
* Move isCRTEnabled query to be called earlier and only once
* Update Channel stats when post is (un)pinned
* Create svg module type definition
* Add missing localization strings
* feedback review
2022-06-03 09:27:45 -04:00
Elias Nahum
18a94f2b33
Fix channel quick actions bottom sheet size ( #6322 )
2022-06-03 07:33:45 -04:00
Elias Nahum
0b4980cf65
[Gekidou] multiple fixes ( #6335 )
...
* Fix navigation stack tracking
* Fix hardwareBackPress handlers
* Use user locale for formattedTime
* Show in-app notifications when in a thread but hide when in the same thread
* Fix post draft archived & read only safe area
* Do not show reply post option in thread screen
* Open permalink as full screen modal
* Fix crash when using chinese locale
* Fix team list and call handle team change
2022-06-03 07:18:29 -04:00
Elias Nahum
a0f25f0e3b
[Gekidou] Channel Info screen ( #6330 )
...
* Channel Info screen
* Delete the channel & related data when archiving while viewing archived channels is off
* feedback review
* UX feedback
* Add missing isOptionItem prop
2022-06-02 16:09:12 -04:00
Elias Nahum
62d2e20441
[Gekidou] Navigation bar refactored ( #6319 )
...
* Navigation bar refactored
* feedback review
* add MAX_OVERSCROLL constant
2022-06-01 17:07:54 -04:00
Jason Frerich
340522a90c
[Gekidou - MM-44258] Search Screen - Results Empty State ( #6279 )
...
Co-authored-by: Daniel Espino García <larkox@gmail.com>
Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
Co-authored-by: Daniel Espino <danielespino@MacBook-Pro-de-Daniel.local>
2022-05-26 11:50:43 -05:00
Elias Nahum
4573732fd2
[Gekidou] channel quick actions ( #6288 )
...
* Add hitSlop to navigation header right buttons
* Fix channel_item info muted style
* Fix team switch when global threads
* Wrap WS channel events in try/catch
* Group Box component and Animated Group Box
* SlideUpPanelItem style
* Fix return value of setCurrentTeamAndChannelId
* Add observeChannelSettings and include channel settings in prepareDeleteChannel
* update OPTIONS_HEIGHT reference in find channels quick options
* Fix DM limit in channel list
* Fix category header style and translate default categories
* Add snackbar for unmute/favorite/unfavorite
* Add toggleFavoriteChannel remote action
* Add makeDirectChannelVisible remote action
* Use makeDirectChannelVisible in switchToChannelById and update toggleMuteChannel snackbar
* Add channel actions common components
* Update channel intro to use channel action common components
* Rename ChannelDetails screen to ChannelInfo
* Add channel quick actions
* Update localization strings
* Fix addChannelToDefaultCategory
* Leave channel
* Add localization strings
* Fix snackBar screen event listener
* Feedback review
2022-05-19 14:30:55 -04:00
Elias Nahum
d8c8893c49
Various fixes ( #6268 )
2022-05-13 13:50:19 +10:00
Daniel Espino García
75d1c9d228
Try to remove as many as as possible ( #6200 )
...
* Try to remove as many ` as ` as possible
* Fix imports
2022-05-12 15:46:11 +02:00
Daniel Espino García
67461322a2
Improvements on team switch performance ( #6255 )
...
* Improvements on channel switch performance
* Revert removal from channel observables
* Fix team switch dependancies
* Fix lint
* Use events to signal channel switch
* Add check for hasMembership
* Address feedback
* add useTeamSwitch hook
* Fix team switch perceived performance on tablets
* align custom status in channel list
Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
2022-05-10 14:08:24 -04:00
Elias Nahum
591cfa1ae4
[Gekidou] Update DM and thread title/subtitle as well as navbar rounded corners ( #6247 )
...
* Update DM and thread title/subtitle as well as navbar rounded corners
* Fix rounded corners
* ux review
2022-05-09 12:45:44 -04:00
Elias Nahum
f54f549cbd
[Gekidou] bug fixes ( #6249 )
...
* Disable attempt to open User Profile screen
* Fix loading state alignment when switching servers
* Fix user is typing style and show in thread view
* Add additional space at the bottom of post list when CRT is disabled
* header back button position
* add margin bottom to typing component
2022-05-09 12:39:35 -04:00
Elias Nahum
58719c82dc
fix flip of post list ( #6234 )
2022-05-05 14:09:30 -04:00
Elias Nahum
43c43e50d4
Do not set new line message indicator on own posts ( #6206 )
2022-05-03 14:43:55 -04:00
Elias Nahum
f973ac8016
[Gekidou] Find channels (remote) ( #6203 )
...
* Display local results
* Fix queryPreferencesByCategoryAndName to observeWithColumns value
* Find channels (remote)
* ux feedback review
* dev review
* dev review 2
* Fetch deleted channels from other teams
2022-05-03 14:29:37 -04:00
Daniel Espino García
02b4295464
[Gekidou] [MM-39936] Add Select Team Screen ( #6180 )
...
* Add Select Team Screen
* Fixes for iPhone and iPad
* Fix tests
* Address feedback
* Fix tests
* Theme illustration
* Address feedback and fixes
* Remove database warnings by avoiding recalculations on repeated events.
* Address feedback
* Remove unneeded catch
Co-authored-by: Daniel Espino <danielespino@MacBook-Pro-de-Daniel.local>
2022-05-03 17:22:21 +02:00
Anurag Shivarathri
313fe9c469
In-Channel experience ( #6141 )
...
* User avatar stack
* In-Channel experience
* Misc Fixes
* Fixed fetchPostThread & added observer
* Reusing the user component
* Refactor fix
* Moved some post options to common post options
* Combined follow/unfollow functions
* Feedback fixes
* Feedback fixes
* teamId fix
* Fixed teamId again
Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
2022-04-19 11:42:20 -04:00
Malik
1996224a4c
Merge pull request #6173 from mattermost/detox-channel-create-post-list
2022-04-19 08:47:51 +05:00