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
Julian Mondragon
0262b22a02
Merge branch 'main' of https://github.com/mattermost/mattermost-mobile into MM-42835
2022-12-16 10:46:15 -05:00
Julian Mondragon
a476b53d5f
MM-42835_Invite People - add email+user invites
2022-12-16 10:45:48 -05: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
Elias Nahum
917ea371a0
Fix ios keyboard tracking and profile status theme ( #6859 )
...
* add listener when screen is popped
* Fix profile status theme
2022-12-13 09:14:39 +02:00
Daniel Espino García
28526034d4
Refactor makeStylesFromTheme to use the correct types ( #6801 )
...
* Refactor makeStylesFromTheme to use the correct types
* Address feedback
2022-12-12 10:53:54 +01:00
Jason Frerich
795038c56f
use the width as a dependency instead of dimensions reference ( #6852 )
2022-12-09 21:24:58 +02:00
Jason Frerich
67ff0d2d53
[MM-48951] Add flex to text so that it shrinks and allows icons to take precedence ( #6853 )
2022-12-09 13:14:47 -06:00
Daniel Espino García
8a8a888420
Fix issues when removing a user from a team ( #6855 )
2022-12-09 21:08:45 +02:00
Jason Frerich
2524a5be47
[MM-48192, MM-48279] Search - don't reset file filter when a user changes teams. ( #6833 )
2022-12-09 12:54:24 -06:00
Daniel Espino García
4482bd481e
Fix foldable devices by not allowing tablet mode on android ( #6856 )
2022-12-09 22:29:34 +04:00
Anurag Shivarathri
7f7bfd7b72
[MM-48926] Fetch new thread posts on websocket reconnect ( #6844 )
2022-12-09 20:17:34 +02:00
Anurag Shivarathri
d019f06c0b
CRT remove feature flag ( #6848 )
2022-12-09 15:31:31 +05:30
Christopher Poile
fdd7fd5ae6
MM-48664 - Calls: Fix profiles cut off ( #6851 )
2022-12-08 18:58:29 -05:00
Christopher Poile
d34ff1c991
MM-48949 - Calls: Displayname not showing correctly in call screen ( #6850 )
2022-12-08 13:42:39 -05:00
Christopher Poile
ae56415c4b
MM-48915 - Calls: Add mobilev2 param to two requests ( #6845 )
2022-12-07 14:31:22 -05:00
Elias Nahum
27dcc95266
Fix dismiss bottomsheet race condition
2022-12-07 18:26:10 +02:00
Elias Nahum
d676568c61
Refactor NavigationStore ( #6842 )
2022-12-07 16:44:21 +02:00
Daniel Espino García
fe4a0a28f4
Improve entry logic to manage user interaction while fetching ( #6818 )
...
* Improve entry logic to manage user interaction while fetching
* Cleanup and address feedback
2022-12-07 14:30:24 +01:00
Jason Frerich
36fe93f182
- add globalThreadsTab to SYSTEM_IDENTIFIERS ( #6841 )
...
- save the lastview globalThreadsTab to the database after unmounting the
threads view
- default to all on first opening of the threads view
2022-12-07 15:04:19 +02:00
Elias Nahum
506ab06638
Mention bubble cut off on server list (Android) ( #6827 )
2022-12-06 18:55:47 +02:00
Elias Nahum
5e3e7b151e
Place cursor position in between the phrase modifier ( #6828 )
2022-12-06 18:36:48 +02:00
Elias Nahum
00039cb21b
center highlighted post in permalink view ( #6836 )
2022-12-06 18:35:13 +02:00
Elias Nahum
6f36098f5f
Close autocomplete when search input is not in focus ( #6837 )
2022-12-06 18:30:08 +02:00
Elias Nahum
5992a85dfb
fix bad merge
2022-12-06 14:15:23 +02:00
Elias Nahum
8ed78b807c
set mentionHighlightBg background for mention keywords ( #6834 )
2022-12-06 14:09:53 +02:00
Elias Nahum
8e0bf7c397
Fix inline code blocks in thread preview ( #6835 )
2022-12-06 14:09:38 +02:00
Javier Aguirre
655f55be20
Fix multiselect on users list integration selector ( #6826 )
...
* Moving selected ids to a parent
* typing selectedIds for user
2022-12-05 12:13:48 +01: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
Elias Nahum
dc294eddd3
Update icon badge on Notification ( #6823 )
...
* Update icon badge when receiving a notification while the app is in the foreground
* update app badge when sending the app to the background
2022-12-05 12:00:09 +02:00
Elias Nahum
7717fea599
fix Mark as unread a post on non-crt ( #6824 )
2022-12-03 21:37:13 +02:00
Elias Nahum
8366268beb
Create DM/GM Screen - fix extra space in selected users bottom panel ( #6821 )
2022-12-03 09:48:45 -06:00
Christopher Poile
73d91301e4
MM-48753 - Calls: New GA cloud limits ( #6819 )
...
* new GA cloud limits
* Update assets/base/i18n/en.json
Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
2022-12-02 16:14:14 -05:00
Jason Frerich
e4c38bd5a0
[Gekidou MM-47652] Add Create DM Add Bottom Panel ( #6699 )
2022-12-02 22:44:38 +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
Elias Nahum
dc4d61972f
Fix potential crash by accessing the team directly from another model ( #6813 )
2022-12-02 17:06:18 +02:00
Daniel Espino García
88835ce142
Add connection banner ( #6798 )
...
* Add connection banner
* Switch icon depending on whether it is connected or not
* Clean timeout and change text
* Handle optimistic approach
* Piggyback server item fix
* Use toMilliseconds util function
* Set the websocket as disconnected when we are manually closing it
* Do not hide banner when app state changes
Co-authored-by: Daniel Espino <danielespino@MacBook-Pro-de-Daniel.local>
2022-12-02 15:31:21 +01:00
Daniel Espino García
a3489d9674
Start spinner on websocket reconnect ( #6815 )
2022-12-02 15:18:02 +02:00
Daniel Espino García
33b2cb6623
Check if group exist before fetching the mention ( #6816 )
2022-12-02 15:15:23 +02:00
Elias Nahum
529d149a17
Fix the color for no results when there are no more channels to join ( #6810 )
2022-12-01 21:32:14 +02:00
Javier Aguirre
fc44e8f90b
New User List for Integration selector ( #6806 )
...
* WIP New User List for int selector
* user selection
* searchusers by term
* Remove old user list related code on selector
* Fix linting issues
* Submitting user list selection
* currentUserId
* multiselect showing after the bar
* useState instead of reducer
* Remoce empty line
* add callbacks
* Fix lint
2022-12-01 17:10:55 +01:00
Anurag Shivarathri
0e5d63a7c3
[MM-48375 Gekidou] Threads Sync Fix ( #6788 )
...
* Init
* Test fix
* New sync implementation
* misc
* Includes migration and other servers sync
* Misc
* Migration fix
* Migration is done version 7
* Update app/queries/servers/thread.ts
Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
* Update app/database/operator/server_data_operator/handlers/team_threads_sync.ts
Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
* Feedback changes
* Fixes when old thread gets a reply
* Fix
Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
2022-12-01 21:38:27 +05:30
Elias Nahum
f3f5cef8d1
Fix Android edit profile keyboard aware scroll view ( #6811 )
2022-12-01 17:00:12 +02:00
Elias Nahum
330fd42212
update turbo-mailer ( #6809 )
2022-12-01 16:45:08 +02:00
Elias Nahum
e6af1e116b
Fix categories where a previously deleted category was not removed ( #6808 )
2022-12-01 16:28:51 +02:00
Elias Nahum
6eadc527bb
Gekidou Android share extension ( #6803 )
...
* Refactor app database queries to not require the app database as argument
* Android Share Extension and fix notifications prompt
* feedback review
2022-11-30 23:18:56 +02:00
Michael Kochell
c1f480de31
App framework - Post menu and channel info bindings, App forms ( #6735 )
2022-11-30 21:25:08 +02:00
Avinash Lingaloo
dd3e62daf0
MM-46935 - Gekidou Report Problem ( #6800 )
...
* placement of 'report a problem'
* installed react-native-mail
* settings/report_problem
- Opens on Email App on Android
- Crashes on iOS if no account signed in the mail app
* new wiring
* new wiring
* tried first strategy for attachment
* tried second strategy for attachment
* Update report_problem.tsx
* revert changes to package.json
* removes unused supportEmail
* install @mattermost/react-native-turbo-mailer
* update import
* Update Podfile.lock
2022-11-30 23:02:52 +04:00
Avinash Lingaloo
b7f2969e08
MM-44652 : Temporarily hides NotificationPreferences ( #6807 )
2022-11-30 19:45:54 +02:00
Elias Nahum
7a478ec11d
Clean up local config ( #6804 )
2022-11-30 18:20:29 +02:00
Christopher Poile
0f8798ca55
MM-48611 - Calls: Calls recording host controls and UI ( #6787 )
...
* implement recording permissions and UI
* fix bug when refusing recording while in call thread from call screen
* host controls and UI for recording
* button tweak, and fixing a i18n string issue
* PR comment
* backwards compat & don't show rec controls if not enabled
2022-11-30 11:20:00 -05:00
Christopher Poile
6660c134f5
MM-48072 - Calls: Implement recording permissions and UI for participants ( #6784 )
...
* implement recording permissions and UI
* fix bug when refusing recording while in call thread from call screen
* merge conflicts
2022-11-30 10:15:20 -05:00
Avinash Lingaloo
95af1afe6b
MM-48339 - Gekidou Alert box for Advanced Settings ( #6758 )
...
* added the alert box
* MM-48339 - Adds Alert box to confirm data deletion
* MM-48339 - update en.json
* corrections from PR review
* i18n id clean up
* i18n id clean up
* update i18n
* remove t()
2022-11-30 14:05:26 +04:00
Pablo Andrés Vélez Vidal
9e010ff5a3
Merge pull request #6768 from pvev/MM-35065-add-onboarding-screens
...
Mm 35065 add onboarding screens
2022-11-29 16:27:56 +01:00
Pablo Velez Vidal
7039f8b508
remove nnecessary slidesRef dependency
2022-11-29 16:15:16 +01:00
Pablo Velez Vidal
f6d4fe2e75
PR feedback refactor
2022-11-29 13:21:44 +01:00
Daniel Espino García
926d3f34b0
Address feedback ( #6792 )
2022-11-29 13:20:22 +02:00
Shivashis Padhi
130b066d36
Switch teamname display from 'capitalize' -> 'uppercase' ( #6785 )
2022-11-29 08:03:08 +02:00
Javier Aguirre
4198b41449
Refactor using generic item toggleMap function ( #6791 )
2022-11-28 15:18:18 +01:00
Javier Aguirre
4b18df8325
Refactor multiselect code ( #6790 )
...
* Remove unneeded multiselect code
* Moving to functional setState for multiselect
* Spliting into index and component for the screen
2022-11-28 11:50:42 +01:00
Matthew Birtch
b7f6596265
added non-breaking hyphen to ensure real-time doesn't break
2022-11-25 17:02:23 -05:00
Matthew Birtch
3bea41041f
updated styles to accommadate for max-width on tablet and minor spacing adjustments
2022-11-25 16:44:19 -05:00
Matthew Birtch
ed743a5414
updated styles to accommadate for max-width on tablet and minor spacing adjustments
2022-11-25 16:42:23 -05:00
Pablo Velez Vidal
b152dd7b64
fix linter
2022-11-25 19:08:31 +01:00
Christopher Poile
89b94d0188
MM-48287 - Calls: Select and send emoji reactions ( #6781 )
...
* add emoji reactions in mobile
* use StyleSheet.create
* PR comment
* prefer no inline functions
* Revert "prefer no inline functions"
This reverts commit b3c4627daca631e50bccf41b4a9e538f902c82ee.
2022-11-25 12:17:06 -05:00
Pablo Velez Vidal
688537ff9c
Merge branch 'main' into MM-35065-add-onboarding-screens
2022-11-25 17:47:39 +01:00
Pablo Velez Vidal
812bb61e3b
fix blank screen animation
2022-11-25 16:00:40 +01:00
Anurag Shivarathri
5dd3121bbc
[Gekidou MM-43527] Add threads item to the channel switcher ( #6657 )
...
* Threads item in channel switcher
* Misc
* Updated test & renamed type
* Reverted unwanted changes
* Changed thread text to i18n
* feedback fix
* Merge conflict steps
* Merge fix
* test fix
* Added onPress to the dependencies
* Moved the term matching logic to the useMemo block
* Misc
Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
2022-11-25 18:51:04 +05:30
Christopher Poile
a300cc651e
MM-48286 - Calls: Emoji reactions, display incoming reactions ( #6780 )
2022-11-25 12:21:45 +01:00
Pablo Velez Vidal
32e2247b46
show onboarding again only on all servers removal
2022-11-25 11:17:22 +01:00
Daniel Espino García
fe52fcaab6
Add terms of service ( #6777 )
...
* Add terms of service
* Add i18n
* Fix test
* Address feedback
* Address ux feedback
* Update texts
* Avoid Review to show on top of ToS
Co-authored-by: Daniel Espino <danielespino@MacBook-Pro-de-Daniel.local>
2022-11-24 19:58:56 +01:00
Daniel Espino García
5fae120826
Add support for review app ( #6772 )
...
* Add app review
* Use overlay instead of modal
* Add fixes for ios
* i18n-extract
* Add to milliseconds function
* Address review feedback
* Add try to queryGlobalValue
* added app review illustration
* add feedback illustration
* Add animations and feedback bot message
* Restrict reviews to build environment variable
* Fix bug with "dont ask anymore"
* Add check for only supported servers
* Add missing change
* Use for await
Co-authored-by: Daniel Espino <danielespino@MacBook-Pro-de-Daniel.local>
Co-authored-by: Matthew Birtch <mattbirtch@gmail.com>
2022-11-24 18:52:15 +01:00
Pablo Velez Vidal
0aabcb9918
animate onboarding screen appear from screen to onboarding by clicking back button
2022-11-24 09:58:32 +01:00
Javier Aguirre
81dcfc817b
Move User list to a component ( #6783 )
...
* Move user list to a component
* added tests to see that several situations render
2022-11-23 19:08:22 +01:00
Pablo Velez Vidal
fa7a605c8f
fix dark theme dynamic change
2022-11-23 18:36:17 +01:00
Christopher Poile
068549a285
MM-46055: Fix toast position after copying link in ChannelInfo screen ( #6703 )
2022-11-23 13:32:34 +01:00
Javier Aguirre
ac8a18bbfb
[MM-43844][MM-42809] Integration Selector ( #6716 )
...
* Activating screens
* Registering the screen
* Adding default themes for components
* Porting items rows, WIP
* WIP Custom List
* Pasting old code to integration_selector, WIP
* No TS errors on components
* Adding selector options
* fix types
* Adding state with hooks
* Page loading with no results
* fix search timeout
* Getting channels, not painting them yet
* searching for profiles
* tuning user and channel remote calls
* Fix radioButton error
* channels being loaded
* rendering options
* Rendering users
* Preparing search results
* Added onPress events for everybody!
* single select working for all selectors
* Remove dirty empty data fix
* remove unused data on custom list row
* fic touchableOpacity styling
* Adding extra info to userlistRow
* Search results (channels and users)
* filter options!
* Adding i18n
* Adding username as name
* move code to effects
* fix typing onRow
* multiselect selection working, missing a "Done" button
* commenting out the selector icons, moving selected options to func
* Added button for multiselect submit
* Fixing data types on selector
* 💄 data sources check
* cleaning custom_list_row
* Fix onLoadMore bug
* ordering setLoading
* eslinting all the things
* more eslint
* multiselect
* fix autocomplete format
* FIx eslint
* fix renderIcon
* fix section type
* actions not being used
* now we have user avatars
* Fix icon checks on multiselect
* handling select for multiple selections
* Moving to its respective folders
* components should render
* Added some test cases
* Multiple fixes from @mickmister feedback
* changing lock icon to padlock on channel row
* Fix children lint errors
* fix useEffect function eslint error
* Adding useCallback to profiles, channels and multiselections
* Fixing @larkox suggestions
* type checking fixes
* Fix onLoadMore
* Multiple hook and functionality fixes
* 🔥 extraData and setting loading channels better
* fix teammate display
* Fix multiselect button selection
* Fix returning selection to autocomplete selector
* Using typography
* Updating snapshots due to typography changes
* removing UserListRow, modifying the existing one
* Extract key for data sources
* Multiselect selection refactor
* fix setNext loop
* refactoring searchprofiles and channels
* Using refs for next and page
* Callback and other fixes
* Multiple fixes
* Add callback to multiselect selected items
* integration selector fixes
* Filter option search
* fix useCallback, timeout
* Remove initial page, fix selection data type
Co-authored-by: Michael Kochell <6913320+mickmister@users.noreply.github.com>
2022-11-23 11:17:47 +01:00
Anurag Shivarathri
d20da35205
[Gekidou MM-46585] Message Priority (Phase 2 - setting message priority) ( #6656 )
2022-11-23 10:22:05 +01:00
Javier Aguirre
da31c9c3cf
[MM-48515] Reuse ChannelListRow component to make it selectable maintaining compatibility ( #6778 )
...
* Moving ChannelListRow to component
* selectable
2022-11-22 10:00:20 +01:00
Shivashis Padhi
4bacba92bb
[MM-47384] Make openid, google, office365 oauth free ( #6755 )
2022-11-22 06:43:18 +02:00
Joseph Baylon
bcca6be0af
Detox/E2E: Search Messages e2e tests in Gekidou ( #6756 )
...
* Detox/E2E: Search Messages e2e tests in Gekidou
* Migrate to Detox 20
* Fix detoxrc
* Fix assertion for search messages
2022-11-21 12:58:51 -08:00
Matthew Birtch
002c2c95eb
fixed issue with masks in chat illustration
2022-11-18 09:32:10 -05:00
Pablo Velez Vidal
5b3d95c913
dark mode improvements, aligh icon vertically in next button
2022-11-18 15:14:34 +01:00
Elias Nahum
2a6bb1ddc1
[Gekidou] Show alert message when server is unsupported ( #6764 )
...
* Show alert message when server is unsupported
* set server min required version to 5.26.2
2022-11-18 12:18:11 +02:00
Matthew Birtch
2295ab46b5
updating illustrations
2022-11-17 17:33:05 -05:00
Pablo Velez Vidal
b8535c09bd
modify animation times so it looks better and make slighter animation for ios
2022-11-17 19:36:16 +01:00
Daniel Espino García
e2bd4fbf51
Add announcement banner ( #6728 )
...
* Add announcement banner
* Move config to its own table
* Add new config behaviour to iOS share extensions
* Fix test
* Add style changes
* Minor style fixes
* Address design feedback
* Address feedback
* Only render the announcement banner if container if licensed
Co-authored-by: Daniel Espino <danielespino@MacBook-Pro-de-Daniel.local>
2022-11-17 19:13:20 +01:00
Pablo Velez Vidal
96001c3553
Merge branch 'gekidou' into MM-35065-add-onboarding-screens
2022-11-17 15:39:22 +01:00
Pablo Velez Vidal
595238e9c1
fix some design pr feedback
2022-11-17 15:32:08 +01:00
Mylon Suren
e729ffce7a
[MM-47481] Remove Unread Channels From Channels Switcher ( #6717 )
...
* Remove unread channels from find channels list
* remove dead code
2022-11-16 16:54:57 -05:00
Pablo Velez Vidal
0d5f86b0ab
pr feedback, reorganize styles, move types to correct folder, remove unnecesary values
2022-11-16 18:07:05 +01:00
Pablo Velez Vidal
bdbbd2cb36
pr feedback: rename svg; remove unnecessary go to login screen logic; refactor save/getOnboardingViewed value function
2022-11-16 15:01:06 +01:00
Christopher Poile
ac75a07d4b
MM-48447 - Calls: guard against possible bad response from server (null) ( #6769 )
...
* guard against possible bad response from server (null)
* lock it down with a test
2022-11-15 21:44:32 +02:00
Pablo Velez Vidal
6e3ed08163
remove unnecessarys console.log
2022-11-15 17:36:36 +01:00
Pablo Velez Vidal
27557b171e
remove unnecessary code
2022-11-15 16:15:06 +01:00
Pablo Velez Vidal
31f0a27a5a
Merge branch 'gekidou' into MM-35065-add-onboarding-screens
2022-11-15 16:09:19 +01:00
Pablo Velez Vidal
9c1fd176f9
redirect to onboarding after deleting server; fix styles for server screen in IOS
2022-11-15 14:37:09 +01:00
Pablo Velez Vidal
f1f43880a7
Add logic to guard behind the showOnboarding config value the Onboarding feature
2022-11-15 13:50:19 +01:00
Pablo Velez Vidal
b398c90f89
simplyfy signatures
2022-11-15 13:33:27 +01:00
Pablo Velez Vidal
375d64c35e
Add logic to don't show the onboarding once it has been shown once
2022-11-15 00:11:24 +01:00
Pablo Velez Vidal
ca053ed9c4
more advances on initial launch
2022-11-12 17:06:07 +01:00
Elias Nahum
0917baa714
Check that Sentry is enabled and set ( #6763 )
2022-11-12 13:48:50 +04:00
Jason Frerich
41b594f5a9
[Gekidou - MM-48279] Remove the team picker when a member of only one team ( #6751 )
2022-11-11 17:23:55 -06:00
Pablo Velez Vidal
5b09f03ac1
make the redirect to login work
2022-11-11 22:30:36 +01:00
Avinash Lingaloo
987d024708
Gekidou Sentry Installation ( #6726 )
...
* Sentry - Clean Install
* Update config.yml
* update CI to install Sentry CLI
* update CI to install Sentry CLI
* Squashed commit of the following:
commit e1996e59de8e135b19957dc9b0a0677f8b851c8b
Merge: 87cc8d6f2 2e8352f3e
Author: Avinash Lingaloo <avinashlng1080@gmail.com>
Date: Fri Nov 4 20:59:29 2022 +0400
Merge branch 'android-pr-sentry-clean' of https://github.com/mattermost/mattermost-mobile into android-pr-sentry-clean
commit 2e8352f3e15527c73ec3a634eae32b29aa6a9faf
Author: Elias Nahum <nahumhbl@gmail.com>
Date: Fri Nov 4 15:48:24 2022 +0200
update CI to install Sentry CLI
commit 87cc8d6f2b06945a4d0a2d4373836fd261b62c15
Author: Elias Nahum <nahumhbl@gmail.com>
Date: Fri Nov 4 15:48:24 2022 +0200
update CI to install Sentry CLI
commit 8dca885a0204c894bfcf544807976bac766b3b99
Author: Avinash Lingaloo <avinashlng1080@gmail.com>
Date: Fri Nov 4 16:48:47 2022 +0400
Update config.yml
commit 684bbb4aef
Author: Mylon Suren <23694620+mylonsuren@users.noreply.github.com>
Date: Thu Nov 3 11:37:58 2022 -0400
Remove down arrow next to team name and make team name unclickable (#6715 )
commit 88ff8fac30
Author: Jason Frerich <jason.frerich@mattermost.com>
Date: Wed Nov 2 19:35:23 2022 -0500
[Bug] Emit boolean with "of" operator (#6729 )
commit debcc99480
Author: Jason Frerich <jason.frerich@mattermost.com>
Date: Wed Nov 2 12:15:54 2022 -0500
[Gekidou MM-48006] Show keyboard when select a modifier (#6714 )
* Delete @sentry+react-native+4.6.1.patch
* correction from PR review
* Add logError to DatabaseManager
* removes sentry context from android build job
* removes team+channel data
* shift active server listener to home/index
* Revert "shift active server listener to home/index"
This reverts commit 75e26faadd8c4359dd4d02c30375c03fadcc91bd.
* refactor after PR Review
Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
2022-11-11 22:48:38 +04:00
Elias Nahum
25ddc894f2
Fix more messages bar on iOS without insets ( #6752 )
2022-11-11 20:47:25 +02: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
Jason Frerich
b078efe84f
[Gekidou MM-48281] Fix issue with single image result extending to full height of the image ( #6750 )
2022-11-10 10:56:35 -06:00
Pablo Velez Vidal
46b66a5baf
initial logic for showing/not showing the onboarding
2022-11-10 15:27:35 +01:00
Pablo Velez Vidal
d11662508e
make scroll to easing and depending on how many items to move, fix SVG
2022-11-09 13:03:31 +01:00
Elias Nahum
57ae3bbc7b
fix pods
2022-11-09 00:36:57 +02: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
23194034da
[Gekidou MM-47765] Add horizontal padding to empty results ( #6745 )
2022-11-08 12:54:57 -06:00
Daniel Espino García
579eb2d4cd
Remove no longer needed todos ( #6748 )
2022-11-08 20:33:22 +02:00
Julian Mondragon
00914016b8
Merge branch 'gekidou' of https://github.com/mattermost/mattermost-mobile into MM-39720
2022-11-08 11:09:15 -05:00
Christopher Poile
8374d7e87f
MM-47004 - Calls: Client-side errors for microphone permissions ( #6669 )
...
* call error bar for microphone permissions; global permissions state
* i18n
* refactor permissionErrorBar component, PR comments
* add module dependency's mocks for tests
* fix error bar height
* change permissions error text
* working on 46999 redo audio handling -- will revert
* Revert "working on 46999 redo audio handling -- will revert"
This reverts commit 87bafc452c6ad6e1d7ae79ce78a0f2b461c2f150.
* only get voice track when we have mic permissions
* Android: enable mic when permissions are granted
2022-11-08 10:52:52 -05:00
Pablo Velez Vidal
d9239f3996
remove the need for rerender the footer buttons when last slide
2022-11-08 16:39:50 +01:00
Javier Aguirre
cc5331f2ba
The value wasn't unique ( #6731 )
2022-11-08 10:27:52 +02:00
Christopher Poile
7f5dc3c718
MM-47763 - Calls: "who is speaking" state ( #6721 )
...
* move voiceOn to the currentCall state
* simplify
* prefer no inline fns
2022-11-07 17:11:40 -05:00
Pablo Velez Vidal
c9ae29f010
use svg correctly in react native style
2022-11-07 22:35:16 +01:00
Christopher Poile
e38e547ce2
MM-45972 - Calls: test ws messages when app is in background ( #6720 )
...
* update current call on reconnect
* move loadConfigAndCalls above deferredAppEntryActions
2022-11-07 16:29:59 -05:00
Pablo Velez Vidal
564c8f2f8e
fix animations for texts and buttons in footer
2022-11-07 18:44:11 +01:00
Pablo Velez Vidal
954d28e71e
fix image opacity
2022-11-07 18:44:11 +01:00
Pablo Velez Vidal
63cc3e7413
add initial animation on load for first slide
2022-11-07 18:44:11 +01:00
Pablo Velez Vidal
d921da0e9d
add types and translate to texts
2022-11-07 18:44:11 +01:00
Pablo Velez Vidal
3c64f308f1
fix all remaining animations using reanimate
2022-11-07 18:44:11 +01:00
Pablo Velez Vidal
d4547f3e7a
fix the dots animation
2022-11-07 18:44:11 +01:00
Pablo Velez Vidal
5522b20084
animate final buttons and modify paginator animation
2022-11-07 18:44:11 +01:00
Pablo Velez Vidal
12ce554491
initial migration of everything using reanimated
2022-11-07 18:44:11 +01:00
Pablo Velez Vidal
88ef4fa9ed
start the buttons animation
2022-11-07 18:44:11 +01:00
Pablo Velez Vidal
2a5237c024
add the outer dot style
2022-11-07 18:44:11 +01:00
Pablo Velez Vidal
90cac692b4
improve the animations for image and text
2022-11-07 18:44:11 +01:00
Pablo Velez Vidal
9f4207ddcf
add initial animations to ttitle and text
2022-11-07 18:44:11 +01:00
Pablo Velez Vidal
f4abc5a20f
extract the button to its own component; start text animations
2022-11-07 18:44:10 +01:00
Pablo Velez Vidal
50b832fbad
use last index to modify buttons texts
2022-11-07 18:44:10 +01:00
Pablo Velez Vidal
92087b8c3f
add the sign in handler
2022-11-07 18:44:10 +01:00
Pablo Velez Vidal
519fcd2181
add the paginator animations shadows
2022-11-07 18:44:10 +01:00
Pablo Velez Vidal
19b2c3c41f
Add the paginator
2022-11-07 18:44:10 +01:00
Pablo Velez Vidal
1d134d705b
add images, add initial flat list with horizontal scroll
2022-11-07 18:44:10 +01:00
Pablo Velez Vidal
b7e8c3b739
MM-35065 - add addonboarding screens; first steps
2022-11-07 18:44:10 +01:00
Matthew Birtch
1d4806d7b0
udpated theme color and position of unread dot and adjusted border radius on selected team ( #6738 )
2022-11-07 05:09:17 +02:00
Matthew Birtch
8e6c452256
change generic file icon to paperclip icon ( #6739 )
2022-11-07 05:09:03 +02:00
Elias Nahum
d8504b822c
Update denim theme link color ( #6733 )
2022-11-04 20:57:12 +04:00
Julian Mondragon
46b4d46e56
MM-39720_Invite People - phase 1
...
intl character
2022-11-03 12:16:20 -05:00
Mylon Suren
684bbb4aef
Remove down arrow next to team name and make team name unclickable ( #6715 )
2022-11-03 17:37:58 +02:00
Julian Mondragon
51329fb36c
MM-39720_Invite People - phase 1
...
address feedback
2022-11-03 10:15:28 -05:00
Jason Frerich
88ff8fac30
[Bug] Emit boolean with "of" operator ( #6729 )
2022-11-02 19:35:23 -05:00
Julian Mondragon
eef43619fc
MM-39720_Invite People - phase 1
...
Plus menu separator
2022-11-02 13:51:17 -05:00
Jason Frerich
debcc99480
[Gekidou MM-48006] Show keyboard when select a modifier ( #6714 )
2022-11-02 12:15:54 -05:00
Julian Mondragon
647cd4c9c2
MM-39720_Invite People - phase 1
2022-10-31 18:12:03 -05:00
Daniel Espino García
f033a28eb2
Make so Autocomplete opens when we use the at quick action ( #6613 )
...
* Make so Autocomplete opens when we use the at quick action
* Open keyboard when the quick action is pressed
2022-10-31 18:02:44 +01:00
Jason Frerich
b58b425909
[Gekidou - MM-47656] Members List UI Changes ( #6698 )
2022-10-31 09:44:04 -05:00
Daniel Espino García
bb0322321e
Fetch and store bindings ( #6660 )
...
* Fetch and store bindings
* Fix navigate and form opening
2022-10-28 17:08:28 -04:00
Guillermo Vayá
fd7ab546e0
don't bold muted channels ( #6713 )
2022-10-28 10:53:29 -03:00
Anurag Shivarathri
04c3533b95
[Gekidou MM-47224] Don’t show in app notifications for the active thread ( #6704 )
...
* Conditions fix
* Comments fix
2022-10-28 10:04:58 -03:00
Jason Frerich
d26d000ce3
[Gekidou MM-47999, MM-48005] Remove unusable modifiers, default team picker to current team ( #6709 )
...
* add showMore component only when exceeding 4 modifier elements
* rename variable
* When the user switches teams, default search screen to to that team
2022-10-28 10:04:30 -03:00
Elias Nahum
2eb52990ca
apply heading style to hashtags ( #6710 )
2022-10-28 10:02:32 -03:00
Matthew Birtch
14cc74fdb9
update team sidebar's background color to match with the theme color used in the webapp ( #6711 )
2022-10-28 10:01:51 -03: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
Daniel Espino García
bb051b83b9
Use always first the local channels ( #6594 )
...
* Use always first the local channels
* Fix several race condition related issues
* Remove clean after cursor change
* Address feedback
Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
Co-authored-by: Daniel Espino <danielespino@MacBook-Pro-de-Daniel.local>
2022-10-24 10:55:31 +02:00
Daniel Espino García
c82c634523
Hide autocomplete when the input is blurred. ( #6692 )
2022-10-21 10:35:59 +02:00
Elias Nahum
0be105e8fb
Fix gallery header & footer as well as download video toast ( #6695 )
2022-10-20 10:19:04 -03:00
Elias Nahum
e5d2e1d364
auto update timezone when device changes its location ( #6691 )
2022-10-20 10:18:41 -03:00
Jason Frerich
6b2d8ceff3
[Gekidou MM-47486] Clear the search input after selecting a user ( #6683 )
2022-10-20 05:54:00 -05:00
Daniel Espino García
b90eaefcc0
Remove not member teams on startup ( #6688 )
2022-10-20 11:31:37 +02:00
Daniel Espino García
4f4f96ff24
Fix channel links when it implies joining a channel ( #6686 )
2022-10-18 16:16:06 +02: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
e1c74124e2
Fix switch to channel when notification is dismissed ( #6675 )
2022-10-11 10:36:45 -03:00
Jason Frerich
380b375411
[Gekidou MM-45790] Create File Options Menu for Tablet View ( #6531 )
2022-10-11 08:19:13 -05: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
Elias Nahum
4c4d5475f3
Fix channel calls icon alignment ( #6668 )
2022-10-07 09:14:48 -03:00
Daniel Espino García
2b4b7c7e92
Fix permissions defaulting to true ( #6653 )
2022-10-04 11:40:31 +02:00
Christopher Poile
681b6b0b0f
MM-47003 - Calls - Fix for: peer connection timeout ( #6658 )
...
* force negotiation
* fix message bug
* remove forced negotiation
2022-10-03 13:12:02 -04:00
Daniel Espino García
e905f7df29
Fix login not showing the usernames ( #6652 )
2022-09-22 16:34:12 -04:00
Elias Nahum
13464cb06b
dismiss bottomSheet before opening the camera
2022-09-18 06:59:56 -04:00
Elias Nahum
4c389a49fa
Gekidou session expired notification ( #6639 )
...
* Fix crash on Android when session expired notification is presented
* react-native-notification patch for schedule fix on android and open local notification on iOS
* Fix android scheduled session notification crash
* patch react-native-navigation to support blur/focus AppState on Android
* remove schedule session expired notification from login entry point
* schedule session expired notification actions
* add session manager
* Handle open session expired notification
2022-09-18 06:57:55 -04:00
Anurag Shivarathri
af77f74902
Fix ( #6644 )
2022-09-15 14:13:46 +05:30
Jason Frerich
9b41b21319
[Gekidou MM-45506] Do not include empty DM and GMs in Channel List ( #6630 )
2022-09-14 08:36:15 -05:00
Jason Frerich
36846e9b4c
[Gekidou MM-46847] allow wrapping long channel text in autocomplete ( #6633 )
2022-09-14 08:21:57 -05:00
Jason Frerich
94f1598455
[Gekidou MM-45046] Always show threads button when filtered and unfiltered ( #6635 )
2022-09-13 17:38:39 -05:00
Anurag Shivarathri
a98c3d5d3a
Fix ( #6642 )
2022-09-13 10:35:50 +02:00
Daniel Espino García
260e1cfde7
Refactor entry to better share between rest and GQL ( #6638 )
...
* Refactor entry to better share between rest and GQL
* Address feedback
2022-09-12 12:27:47 -03:00
Anurag Shivarathri
97c41057cc
[Gekidou MM-43992] Display message priority labels for the posts ( #6620 )
...
* Displays label
* feedback
* import fix
* Moved label colors to stylesheet
2022-09-11 20:45:07 +03:00
Christopher Poile
38b68733d0
MM-45755 - Calls: Unmute automatically in DM or GM channels ( #6627 )
...
* unmute in dm or gm channels
* refactor leave_and_join
* waitForReady -> waitForPeerConnection; 10ms -> 200ms check frequency
2022-09-08 13:40:55 -04:00
Daniel Espino García
9ab4c935ef
Fix autocomplete not scrolling in search in Android ( #6596 )
2022-09-08 04:39:15 -03:00
Elias Nahum
72d12ae1ac
Fix account screen scrollable options ( #6622 )
2022-09-07 08:48:38 -03:00
Daniel Espino García
1597f86aa3
Add fallback to rest on websocket reconnect ( #6624 )
2022-09-07 06:55:31 -03:00
Elias Nahum
5a9bba4919
Adjust bottomSheet height for iOS devices without insets ( #6621 )
2022-09-07 05:45:35 -03:00
Anurag Shivarathri
1fd475aaf1
fix ( #6623 )
2022-09-06 19:59:06 -03:00
Elias Nahum
a819bfc820
add file logger ( #6618 )
2022-09-06 10:42:09 -03:00
Elias Nahum
9fd8781808
parse deep link only if hostname matches ( #6619 )
2022-09-06 10:40:51 -03:00
Elias Nahum
096b29cb27
Do not close bottom sheet before is displayed
2022-09-03 04:46:55 -04:00
Elias Nahum
b3ad01d374
disable push notification update post/thread since while in the background
2022-09-03 04:28:31 -04:00
Elias Nahum
94f7f3e1c2
disable native exception capture
2022-09-03 04:26:59 -04:00
Daniel Espino García
18193f3c91
Add missing GQL fields ( #6616 )
2022-09-02 10:45:59 -04:00
Elias Nahum
0d7cc9fa75
Patch RNNotification Android ( #6615 )
2022-09-02 10:45:23 -04:00
Elias Nahum
851b0fcc0a
MM-46300 Clear cached images on logout ( #6582 )
2022-09-02 08:11:58 -04:00
Daniel Espino García
b42710759a
Fix notification entry on graphQL ( #6608 )
...
Co-authored-by: Daniel Espino <danielespino@MacBook-Pro-de-Daniel.local>
2022-09-02 07:57:47 -04:00
Daniel Espino García
e0828d6a74
Added missing field to gql query ( #6607 )
2022-09-01 07:54:17 -04:00
Christopher Poile
f6c3dabc57
MM-46685 MM-45753 - Fix voice activity indicator and Android speakerphone ( #6606 )
...
* voice activity indicator fix
* fix android speakerphone
2022-08-31 15:50:25 -04:00
Malik
e47dd24e19
Merge pull request #6600 from mattermost/detox-profile-status-settings
...
Detox/E2E: Edit Profile, Custom Status, and Settings e2e tests in Gekidou
2022-08-31 15:29:20 -04:00
Daniel Espino García
5c061eac42
Fix loading unreads not stopping with GraphQL ( #6601 )
2022-08-29 08:52:25 -04:00
Joseph Baylon
8d7b15da51
Detox/E2E: Edit Profile, Custom Status, and Settings e2e tests in Gekidou
2022-08-25 17:42:41 -07:00
Daniel Espino García
c051e94b6e
Fix MFA when introducing wrong token or having no teams ( #6599 )
2022-08-25 15:46:02 +02:00
Jason Frerich
d88bf8e535
[Gekidou MM-46370] Fix slow response time which switching between files and messages tabs ( #6579 )
2022-08-25 08:27:55 -05:00
Elias Nahum
f9e37c37af
Fix bottom sheet backdrop ( #6595 )
2022-08-25 09:07:57 -04:00
Elias Nahum
37e13b81b5
fix option box minHeight so that it fits on iPhone SE ( #6588 )
2022-08-24 08:55:26 -04:00
Avinash Lingaloo
afa38ddee6
MM-46443 : Gekidou - removes save button on settings screens ( #6583 )
2022-08-24 08:54:40 -04:00
Anurag Shivarathri
dba66832a3
Fixes ( #6592 )
2022-08-24 08:54:22 -04:00
Daniel Espino García
f874279d87
Make it so a space after autocomplete channels and users closes the autocomplete ( #6589 )
2022-08-23 09:56:04 +02:00
Jason Frerich
08ecc19185
[Gekidou MM-46342] Search screen - handle loading spinner in results screen ( #6575 )
2022-08-20 09:03:06 -04:00
Avinash Lingaloo
bdd09607c8
Gekidou - fix about screen - wrong i18n key ( #6586 )
...
* added schemaVersion and fix wrong i18n id
* i18n extract
2022-08-20 08:58:06 -04:00
Christopher Poile
d30b97ba99
MM-45747 - Cloud freemium limits & Max participants limits ( #6578 )
2022-08-20 08:57:14 -04:00
Christopher Poile
1692687c32
display multiple speakers in call screen UI ( #6585 )
2022-08-20 08:56:44 -04:00
Elias Nahum
c2f5092678
[Gekidou] refactor clean notifications ( #6566 )
2022-08-19 16:29:15 -04:00
Joseph Baylon
25ae8fdb88
Detox/E2E: Account e2e tests in Gekidou ( #6584 )
...
* Detox/E2E: Account e2e tests in Gekidou
* Fix suite title
* Changed ldap port to number
* Fix testIDs for settings
* Added zephyr test case keys
2022-08-18 03:18:46 -07:00
Elias Nahum
1fa248b5a7
[Gekidou] Fix mimeType undefined in isImage utility ( #6581 )
...
* Fix mimeType undefined in isImage utility
* Apply suggestion
Co-authored-by: Jason Frerich <jason.frerich@mattermost.com>
* remove unecessary return
Co-authored-by: Jason Frerich <jason.frerich@mattermost.com>
2022-08-17 13:29:58 -04:00
Christopher Poile
7a63467610
do not send the call end slash command (no fallthrough) ( #6580 )
2022-08-17 10:01:09 -04:00
Daniel Espino García
ea595f1ced
Fix MM-46309 ( #6567 )
...
* Fix MM-46309
* Address feedback
* Update dbPath and rename server databas instead of deleting
* ios fixes
Co-authored-by: Daniel Espino <danielespino@MacBook-Pro-de-Daniel.local>
2022-08-15 10:55:54 -04:00
Elias Nahum
63e6290c76
Gekidou bump build to 419 ( #6576 )
...
* Fix profile picture update locking the screen
* Bump app build number to 419
* update fastlane
2022-08-13 09:00:25 -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
Christopher Poile
6e3b2c2bd9
fix reconnect state; correct new channel state ( #6574 )
2022-08-12 16:02:04 -04:00
Daniel Espino García
da4b7184df
Fix graphQL error ( #6573 )
2022-08-12 14:19:52 -04:00
Christopher Poile
59c03b7b36
move currentCall creation into userJoined event ( #6571 )
2022-08-12 09:50:19 -04:00
Christopher Poile
7da253e310
MM-45945 - Calls: finish i18n of calls components and messages ( #6547 )
...
* finish i18n for calls components
* fix formatted time style bug
* prefer FormattedText
* more FormattedText
* merge conflicts
* PR comments on copy
2022-08-11 16:10:28 -04:00
Christopher Poile
c4e93ce2a5
Fix for call screen popping errors ( #6569 )
2022-08-11 14:03:25 -04:00
Daniel Espino García
2576e3fd16
Fix convert to private ( #6562 )
2022-08-11 16:18:14 +02:00